skeetr/skeetr

PHP Application Server based on Gearmand + Nginx, your PHP faster than ever.

dev-master 2014-07-11 23:38 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:06:49 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