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

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.

BuildStatus Latest Stable Version

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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
```