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

Maintainers

Details

github.com/coral-media/crune

Source

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Type:project

v0.1.5 2023-01-21 20:50 UTC

This package is auto-updated.

Last update: 2024-04-21 23:19:14 UTC


README

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