Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (45 loc) · 2.43 KB

README.md

File metadata and controls

63 lines (45 loc) · 2.43 KB

Arbor


Arbor:package_name

Build Status Code Quality Code Coverage Latest Version PDS Skeleton

Setup:

  1. $ git clone --depth=1 https://github.com/nikolaposa/php-package-skeleton my-library
  2. $ cd my-library
  3. $ rm -rf .git
  4. Replace :author_name :author_username :author_email :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 arbor-education/:package_name

Usage

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

Credits

License

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