Skip to content

idimsh/php-package-skeleton

 
 

Repository files navigation

:package_name

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Setup:

  1. $ git clone --depth=1 https://github.com/idimsh/php-package-skeleton my-library
  2. $ cd my-library
  3. $ rm -rf .git
  4. Replace :author_name :author_username :author_email :author_website :vendor :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE, composer.json and phpunit.xml.dist files either manually or by running $ php prefill.php in the command line.
  5. $ composer install
  6. Delete this paragraph and prefill.php.

This is where your library description should be.

Installation

The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:

composer require :vendor/:package_name

Usage

$example = new PackageSkeleton\Example();
echo $example->say('Hello');

Credits

License

Released under MIT License - see the License File for details.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%