bdev/wp-toolkit-builder

Wordpress toolkit classes library

1.0.2 2024-11-12 10:21 UTC

This package is auto-updated.

Last update: 2025-03-12 11:10:28 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:

  1. Clone the repository:
    git clone https://github.com/yourusername/wp-toolkit-builder.git
  2. Navigate to the project directory:
    cd wp-toolkit-builder
  3. 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:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Description of your changes"
  4. Push to the branch:
    git push origin feature-name
  5. 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.