nickel715 / personal-queue
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.4.0
- monolog/monolog: ^1.13
- mu/framework: dev-master
- pda/pheanstalk: ^3.0
Requires (Dev)
- phpunit/phpunit: 4.4.*
- satooshi/php-coveralls: 0.6.*
This package is not auto-updated.
Last update: 2024-11-09 18:20:05 UTC
README
Install
Install with composer
composer create-project nickel715/personal-queue path/to/install
Configure
configuration is not necessarily needed. To overwrite the default config copy config.php.dist
to config.php
Usage
Place the project somethere in the www root or simply start the builtin php web server:
php -S localhost:8000 -t personal-queue/