Download the PHP package pompdelux/bernard-scheduler-bundle without Composer
On this page you can find all versions of the php package pompdelux/bernard-scheduler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pompdelux/bernard-scheduler-bundle
More information about pompdelux/bernard-scheduler-bundle
Files in pompdelux/bernard-scheduler-bundle
Download pompdelux/bernard-scheduler-bundle
More information about pompdelux/bernard-scheduler-bundle
Files in pompdelux/bernard-scheduler-bundle
Vendor pompdelux
Package bernard-scheduler-bundle
Short Description Adds scheduling to BernardPHP for symfony.
License MIT
Homepage https://github.com/pompdelux/bernard-scheduler-bundle
Package bernard-scheduler-bundle
Short Description Adds scheduling to BernardPHP for symfony.
License MIT
Homepage https://github.com/pompdelux/bernard-scheduler-bundle
Please rate this library. Is it a good library?
Informations about the package bernard-scheduler-bundle
BernardSchedulerBundle
This bundle brings scheduling to your BernardPHP powered Symfony2 app.
Please note that this bundle relies on redis as backend.
Install:
-
Add BernardSchedulerBundle to your dependencies:
// composer.json { // ... "require": { // ... "pompdelux/bernard-scheduler-bundle": "1.*" } }
-
Use Composer to download and install the bundle:
$ php composer.phar update pompdelux/bernard-scheduler-bundle
-
Register the bundle in your application:
// app/AppKernel.php class AppKernel extends Kernel { // ... public function registerBundles() { $bundles = array( // ... new Pompdelux\BernardSchedulerBundle\BernardSchedulerBundle(), ); } }
-
Add
php_redis
section toconfig.yml
// app/config.yml php_resque: class: bernard: host: %redis_host% port: %redis_port% prefix: %redis_prefix% skip_env: %redis_skip_env% database: %redis_database% auth: %redis_password%
Usage:
All versions of bernard-scheduler-bundle with dependencies
PHP Build Version
Package Version
Requires
pompdelux/phpredis-bundle Version
1.*
bernard/bernard-bundle Version ~1.0
php Version >=5.5
ext-redis Version 2.2.x
bernard/bernard-bundle Version ~1.0
php Version >=5.5
ext-redis Version 2.2.x
The package pompdelux/bernard-scheduler-bundle contains the following files
Loading the files please wait ....