Skip to content

A skeleton repository for setting up WordPress PHP Packages

License

Notifications You must be signed in to change notification settings

alleyinteractive/create-php-package

Create PHP Package

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.

Getting Started

Follow these steps to get started:

  1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Run make (or php ./configure.php) to run a script that will replace all placeholders throughout all the files.
  3. Have fun creating your package! 🎊

Create PHP Package

Testing Suite

A skeleton PHP package geared for WordPress Development

Installation

You can install the package via composer:

composer require alleyinteractive/create-php-package

Usage

Use this package like so:

$package = Create_PHP_Package\Skeleton\Example_Package();
$package->perform_magic();

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

This project is actively maintained by Alley Interactive. Like what you see? Come work with us.

License

The GNU General Public License (GPL) license. Please see License File for more information.

About

A skeleton repository for setting up WordPress PHP Packages

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks