The Wordpress Starter Kit was developed to be used at wordpress plugins development. It contains all basic classes to better organize code and aggregate all common operations.
The main goal is develop a boilerplate to Piggly Lab. But, it can be used to any other projects across web. The documentation is self-explanatory at code.
- At you console, in your project folder, type
composer require piggly/wordpress-starter-kit
; - Don't forget to add Composer's autoload file at your code base
require_once('vendor/autoload.php);
.
- Download or clone with repository with
git clone https://github.com/piggly-dev/wordpress-starter-kit.git
; - After, goes to
cd /path/to/piggly/wordpress-starter-kit
; - Install all Composer's dependencies with
composer install
; - Add project's autoload file at your code base
require_once('/path/to/piggly/wordpress-starter-kit/vendor/autoload.php);
.
The library has the following external dependencies:
- PHP 7.2+.
See the CHANGELOG file for information about all code changes.
This library uses the PHPUnit. We carry out tests of all the main classes of this application.
vendor/bin/phpunit
You must always run tests with PHP 7.2 and greater.
See the CONTRIBUTING file for information before submitting your contribution.
Piggly Studio is an agency located in Rio de Janeiro, Brazil. If you like this library and want to support this job, be free to donate any value to BTC wallet 3DNssbspq7dURaVQH6yBoYwW3PhsNs8dnK
❤.
MIT License (MIT). See LICENSE.