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

arbor-education/php-package-skeleton

 
 

Repository files navigation

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.

About

PHP package skeleton tailored for open-source libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%