SchedulerBundle

(★ 116)

Repetitive tasks as a breath in Symfony

File Explorer

  • .changelog
  • .dockerignore
  • .gitattributes
  • .gitignore
  • .php-cs-fixer.dist.php
  • .symfony.insight.yaml
  • CHANGELOG.md
  • composer.json
  • docker-compose.override.yaml.dist
  • docker-compose.override.yml.dist
  • docker-compose.yaml
  • infection.json.dist
  • LICENSE
  • Makefile
  • phpstan.neon.8.0.dist
  • phpstan.neon.8.1.dist
  • phpstan.neon.8.2.dist
  • phpunit.xml.dist
  • README.md
  • rector.php

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

composer

View Details ▼

A package-based dependency manager for PHP projects.

composer init

Interactively create a `composer.json` file:

composer require {{user/package}}

Add a package as a dependency for this project, adding an entry to `composer.json`:

composer install

Install all the dependencies in this project's `composer.json` and create `composer.lock`:

// repository documentation