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
- Host: GitHub
- URL: https://github.com/ribs-organization/ribscronbundle
- Owner: Ribs-organization
- License: mit
- Created: 2019-10-12T16:13:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T05:51:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T19:17:26.940Z (2 months ago)
- Topics: cron-jobs, ribs-bundle, symfony-bundle
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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