Download the PHP package piggly/wordpress-starter-kit without Composer
On this page you can find all versions of the php package piggly/wordpress-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download piggly/wordpress-starter-kit
More information about piggly/wordpress-starter-kit
Files in piggly/wordpress-starter-kit
Package wordpress-starter-kit
Short Description A smart Wordpress Starter Kit to plugins development.
License MIT
Homepage https://github.com/piggly-dev/wordpress-starter-kit
Informations about the package wordpress-starter-kit
Wordpress Starter Kit
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.
Installation
Composer
- 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);
.
Manual install
- 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);
.
Dependencies
The library has the following external dependencies:
- PHP 7.2+.
Changelog
See the CHANGELOG file for information about all code changes.
Testing the code
This library uses the PHPUnit. We carry out tests of all the main classes of this application.
You must always run tests with PHP 7.2 and greater.
Contributions
See the CONTRIBUTING file for information before submitting your contribution.
Credits
- Caique Araujo
- All contributors
Support the project
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
❤.
License
MIT License (MIT). See LICENSE.