This is a skeleton package for PHP packages that are built for WordPress development. This template includes Composer autoloading and Alley's WordPress-based coding standards to make it easy to build PHP packages geared for WordPress development.
Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run
make
(orphp ./configure.php
) to run a script that will replace all placeholders throughout all the files. - Have fun creating your package! 🎊
A skeleton PHP package geared for WordPress Development
You can install the package via composer:
composer require alleyinteractive/create-php-package
Use this package like so:
$package = Create_PHP_Package\Skeleton\Example_Package();
$package->perform_magic();
Please see CHANGELOG for more information on what has changed recently.
This project is actively maintained by Alley Interactive. Like what you see? Come work with us.
The GNU General Public License (GPL) license. Please see License File for more information.