skeetr / skeetr
PHP Application Server based on Gearmand + Nginx, your PHP faster than ever.
dev-master
2014-07-11 23:38 UTC
Requires
- php: >=5.3.0
- ext-http: *
- ext-skeetr: *
- psr/log: 1.0.0
Requires (Dev)
- monolog/monolog: 1.4.0
- sami/sami: 1.0.*@dev
- symfony/process: v2.2.0
This package is not auto-updated.
Last update: 2023-03-18 06:42:52 UTC
README
PHP Application Server based on Gearmand + Nginx, your PHP faster than ever.
Requirements
- PHP 5.3.23
- Unix system
- PECL http
- PECL gearman
- php-skeetr
Installation
The recommended way to install skeetr/skeetr is through composer. You can see package information on Packagist.
{ "require": { "skeetr/skeetr": "dev-master" } }
Tests
Tests are in the tests
folder.
To run them, you need PHPUnit.
Example:
$ phpunit --configuration phpunit.xml.dist
License
MIT, see LICENSE