Skip to content

Template PHP Library with Composer and PHPUnit

License

Notifications You must be signed in to change notification settings

billisonline/php-library-template

 
 

Repository files navigation

PHP Library Template

Template PHP Library with Composer and PHPUnit

How to use

To use, clone this repository, delete the .git directory, and git init to start your project with a fresh history.

This repository provides these files as samples:

  • .gitattributes
  • .gitignore
  • composer.json
  • phpunit.xml.dist
  • README.md

The repository also contains a src directory for autoloaded classes and a tests directory structure with sample test.

How to test

composer test or ./vendor/bin/phpunit

About

Template PHP Library with Composer and PHPUnit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%