Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 604 Bytes

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