Skip to content

Boilerplate project to get started with a PHP package.

License

Notifications You must be signed in to change notification settings

ohseesoftware/php-package-boilerplate

Repository files navigation

PHP Package Boilerplate

Boilerplate project to get started with a PHP package.

Current Release Build Status Badge Coverage Status Maintainability Score Downloads MIT License

Usage

  • Clone this project
  • Change the Git upstream to your new repository
  • Change the repository name through the top of the README (in the badges)
  • Remove the src/Example.php and tests/ExampleTest.php example files
  • Update the psr-4 block in the composer.json file to have your namespace
  • Update the Name, Description, Authors, and License of the composer.json file
  • The boilerplate includes a setup for code coverage with Coveralls:
    • Grab the repo token from Coveralls, and add it as a secret into the GitHub repository with the the name COVERALLS_REPO_TOKEN
  • The boilerplate includes a badge for maintainability score with Code Climate:
  • The boilerplate includes a setup for maintainability score with Code Climate:
  • Start writing your package!

About

Boilerplate project to get started with a PHP package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages