Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loevgaard/cron-bundle
https://github.com/loevgaard/cron-bundle
bundle php symfony symfony-bundle
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loevgaard/cron-bundle
- Owner: loevgaard
- License: mit
- Created: 2017-09-04T10:24:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T12:31:03.000Z (about 7 years ago)
- Last Synced: 2024-10-03T07:05:49.677Z (about 2 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Symfony Cron Bundle
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]A Cron Bundle for Symfony
## Install
Via Composer
``` bash
$ composer require loevgaard/cron-bundle
```## Usage
```php