maildocker / track-php
Registrar eventos usando PHP.
0.1
2014-12-31 11:11 UTC
This package is not auto-updated.
Last update: 2022-01-08 02:53:51 UTC
README
Important: This library requires PHP 5.3 or higher.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Running Tests
The existing tests in the test
directory can be run using PHPUnit with the following command:
composer update --dev cd test ../vendor/bin/phpunit ``` or if you already have PHPUnit installed globally. ```bash cd test phpunit ```