An open API service indexing awesome lists of open source software.

https://github.com/ribs-organization/ribscronbundle

RibsCronBundle is a bunlde to use cron via curl a url of you website with cron based time
https://github.com/ribs-organization/ribscronbundle

cron-jobs ribs-bundle symfony-bundle

Last synced: 2 months ago
JSON representation

RibsCronBundle is a bunlde to use cron via curl a url of you website with cron based time

Awesome Lists containing this project

README

        

# RibsCronBundle
RibsCronBundle is a bunlde to use cron via curl a url of you website with cron based time

## Create you first method called by ribs_cron

Craete a new Controller class and extends it to RibsCronController.
Create a method with the name you want like this example :
```PHP