bdev / wp-toolkit-builder
Wordpress toolkit classes library
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bdev/wp-toolkit-builder
Requires (Dev)
- brain/monkey: ^2.6
- mockery/mockery: ^1.4
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- szepeviktor/phpstan-wordpress: ^1.3
- wp-coding-standards/wpcs: ^3.0
This package is auto-updated.
Last update: 2025-10-12 12:22:53 UTC
README
Welcome to the WP Toolkit Builder project. Our mission is to empower developers by offering a comprehensive suite of robust and user-friendly classes designed for the creation of object-oriented WordPress themes and plugins. Whether you are building a new theme from scratch or developing a complex plugin, WP Toolkit Builder provides the tools you need to streamline your workflow and enhance your development process.
Features
- Modular Architecture: Easily extend and customize your themes and plugins with our modular design.
- Comprehensive Documentation: Access detailed guides and examples to help you get started quickly.
- Active Community: Join our community of developers to share knowledge, ask questions, and collaborate on projects.
- Regular Updates: Stay up-to-date with the latest WordPress standards and practices through our frequent updates.
Installation
To install WP Toolkit Builder, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/wp-toolkit-builder.git
- Navigate to the project directory:
cd wp-toolkit-builder - Install the dependencies:
composer install
Getting Started
To start using WP Toolkit Builder in your project, include the autoload file in your theme or plugin:
require_once '/path/to/wp-toolkit-builder/vendor/autoload.php';
Contributing
We welcome contributions from the community. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Description of your changes" - Push to the branch:
git push origin feature-name
- Create a pull request on GitHub.
License
WP Toolkit Builder is distributed as open-source software under the terms of the GPL-2.0-or-later license.