sndsgd / task
Tools for running tasks in various environments
Installs: 4 184
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
- sndsgd/event: ~0.5
- sndsgd/field: ~0.6
- sndsgd/util: ~0.5
Requires (Dev)
- mikey179/vfsstream: ~1.4.0
- phpunit/phpunit: ~4.0
README
Tools for running tasks in various environments.
Requirements
This project is unstable and subject to changes from release to release. If you intend to depend on this project, be sure to make note of and specify the version in your project's composer.json
. Doing so will ensure any breaking changes do not break your project.
You need PHP >= 5.4.0 to use this library, however, the latest stable version of PHP is recommended.
Install
Install sndsgd/task
using Composer.
composer require sndsgd/task
Testing
Use PHPUnit to run unit tests.
vendor/bin/phpunit
Documentation
Use ApiGen to create docs.
apigen generate