maildocker / track-php
Registrar eventos usando PHP.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 1
Open Issues: 0
pkg:composer/maildocker/track-php
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 ```