21torr / hosting
Base bundle for hosting any Symfony-based application.
Installs: 1 077
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- 21torr/bundle-helpers: ^2.1
- psr/log: ^1.1
- symfony/cache-contracts: ^2.2
- symfony/config: ^5.2
- symfony/console: ^5.2
- symfony/dependency-injection: ^5.2
- symfony/filesystem: ^5.2
- symfony/process: ^5.2
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- roave/security-advisories: dev-master
- symfony/phpunit-bridge: ^5.2
README
A small bundle that provides basic tools for hosting a Symfony-based application.
Installation
Create the env var in your .env
:
HOSTING_TIER=development
Then create the config in config/packages/hosting.yaml
:
hosting: # add a unique identifier of your project installation here installation: 'ohai' hosting_tier: '%env(HOSTING_TIER)%'
Then install the package:
composer require 21torr/hosting