Skip to content
/ crune Public template

(C)onsole (R)untime (E)nviroment. Ideal for running cron jobs and low profile/level tasks.

Notifications You must be signed in to change notification settings

coral-media/crune

Repository files navigation

CRUNE

Packagist PHP Version Support SymfonyVersion

The Console Runtime Environment. Built with Symfony Components

Run sample command php bin/console app:acme, sourcecode available at src/Command/AcmeCommand.php

How to use

Clone the repo using git or create your own project with composer:

composer create-project coral-media/crune crune

Any class under ./src will be auto-wired and auto wired/configured by the container.

Docker

In order to use the dockerized distribution adjust the environment variables in docker.env and modify docker files to fit your requirements as you want. The default values/configuration also works.

sudo docker-compose --env-file docker.env build --pull --no-cache

Make sure the container is up and running

sudo docker exec -it crune-php bin/console app:acme Developer

Included Symfony components

About

(C)onsole (R)untime (E)nviroment. Ideal for running cron jobs and low profile/level tasks.

Resources

Stars

Watchers

Forks

Packages

No packages published