awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesWordPress

A structured toolkit providing a centralized hook loader, internationalization support, and repository asset preparation for WordPress plugins.

Distinct from Plugin Development Kits: Distinct from Plugin Development Kits: specifically targets WordPress plugin development with WordPress-specific features.

Explore 4 awesome GitHub repositories matching development tools & productivity · WordPress. Refine with filters or upvote what's useful.

Awesome WordPress GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • devinvinson/wordpress-plugin-boilerplateAvatar de DevinVinson

    DevinVinson/WordPress-Plugin-Boilerplate

    7,852Voir sur GitHub↗

    The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like

    Provides a structured toolkit with a centralized hook loader, internationalization support, and repository asset preparation.

    PHP
    Voir sur GitHub↗7,852
  • roots/bedrockAvatar de roots

    roots/bedrock

    6,531Voir sur GitHub↗

    WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure

    Organizes WordPress sites with a cleaner folder layout separating web-root from application logic.

    PHPbedrockcomposerphp
    Voir sur GitHub↗6,531
  • jsdelivr/jsdelivrAvatar de jsdelivr

    jsdelivr/jsdelivr

    6,281Voir sur GitHub↗

    A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

    Provides CDN-hosted delivery of WordPress plugin and theme assets from SVN repositories.

    JavaScript
    Voir sur GitHub↗6,281
  • timber/timberAvatar de timber

    timber/timber

    5,650Voir sur GitHub↗

    Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr

    Retrieves WordPress objects through common properties like slug, ID, and name for consistent access.

    PHPhactoberfestphptimber
    Voir sur GitHub↗5,650
  1. Home
  2. Development Tools & Productivity
  3. Plugin Development Kits
  4. WordPress

Explorer les sous-tags

  • Asset Delivery ProxiesProxies files from WordPress.org SVN repositories through CDN endpoints for faster distribution. **Distinct from WordPress:** Distinct from WordPress plugin development toolkits: focuses on CDN-based asset delivery from WordPress SVN repos, not plugin creation.
  • Polymorphic Object RetrieversRetrieve WordPress objects through common properties like slug, ID, and name for a consistent developer experience. **Distinct from WordPress:** Distinct from WordPress: focuses on polymorphic retrieval via common properties, not general plugin development.
  • Project StructuresOrganizing WordPress sites with cleaner folder layouts that separate web-root files from application logic. **Distinct from WordPress:** Distinct from WordPress (Plugin Development Kits): focuses on project folder structure, not plugin development toolkits.
  • SVN Asset ProxiesFetches files from WordPress.org plugins and themes SVN repositories through CDN endpoints. **Distinct from WordPress:** Distinct from WordPress: proxies SVN repository assets through a CDN, not a plugin development toolkit.
  • SVN Repository ProxiesProxies file requests to WordPress.org SVN repositories for plugins and themes, serving them through the CDN infrastructure. **Distinct from WordPress:** Distinct from WordPress: proxies SVN repository files through a CDN, not a toolkit for plugin development.
  • Twig Filter IntegrationsRunning user-defined WordPress filters inside Twig templates using apply_filters. **Distinct from WordPress:** Distinct from WordPress: focuses on applying WordPress filters within Twig templates, not general WordPress plugin development.