wpdesk/library-template

WP Desk library template

1.0.0 2024-06-12 06:57 UTC

This package is auto-updated.

Last update: 2024-10-12 07:43:33 UTC


README

Note: Replace `:package_name` with correct value in README.md and composer.json files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install

composer require wpdesk/:package_name

Usage

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Change log

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

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.