1- <!-- delete-->
2- # Create PHP Package
1+ # WP Widget Control
32
4- This is a skeleton package for PHP packages that are built for WordPress
5- development. This template includes Composer autoloading and Alley's
6- WordPress-based coding standards to make it easy to build PHP packages geared
7- for WordPress development.
3+ [ ![ Testing Suite] ( https://github.com/alleyinteractive/wp-widget-control/actions/workflows/all-pr-tests.yml/badge.svg )] ( https://github.com/alleyinteractive/wp-widget-control/actions/workflows/all-pr-tests.yml )
84
9- ## Getting Started
10-
11- Follow these steps to get started:
12-
13- 1 . Press the "Use template" button at the top of this repo to create a new repo
14- with the contents of this skeleton.
15- 2 . Run ` make ` (or ` php ./configure.php ` ) to run a script that will replace all
16- placeholders throughout all the files.
17- 3 . Have fun creating your package! 🎊
18-
19- <!-- /delete-->
20-
21- # Create PHP Package
22-
23- [ ![ Testing Suite] ( https://github.com/alleyinteractive/create-php-package/actions/workflows/all-pr-tests.yml/badge.svg )] ( https://github.com/alleyinteractive/create-php-package/actions/workflows/all-pr-tests.yml )
24-
25- A skeleton PHP package geared for WordPress Development
5+ Setup and curate WordPress widgets with code.
266
277## Installation
288
299You can install the package via composer:
3010
3111``` bash
32- composer require alleyinteractive/create-php-package
12+ composer require alleyinteractive/wp-widget-control
3313```
3414
3515## Usage
3616
3717Use this package like so:
3818
3919``` php
40- $package = Create_PHP_Package\Skeleton\Example_Package ();
20+ $package = Create_PHP_Package\WP_Widget_Control\WP_Widget_Control ();
4121$package->perform_magic();
4222```
4323
@@ -51,9 +31,9 @@ This project is actively maintained by [Alley
5131Interactive] ( https://github.com/alleyinteractive ) . Like what you see? [ Come work
5232with us] ( https://alley.co/careers/ ) .
5333
54- - [ author_name ] ( https://github.com/author_name )
34+ - [ Sean Fisher ] (https://github.com/Sean Fisher )
5535- [ All Contributors] ( ../../contributors )
5636
5737## License
5838
59- The GNU General Public License (GPL) license. Please see [ License File] ( LICENSE ) for more information.
39+ The GNU General Public License (GPL) license. Please see [ License File] ( LICENSE ) for more information.
0 commit comments