formatz/fz-hosting-symfony-bundle

FZ Hostings Symfony Bundle

Installs: 631

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

1.2.1 2024-03-28 14:09 UTC

This package is auto-updated.

Last update: 2024-03-28 14:10:10 UTC


README

Installation

Install the bundle with composer

composer require formatz/fz-hosting-symfony-bundle

If you don't have Symfony Flex

Add the package config to `config/packages`

# config/packages/formatz_fz_hosting.yaml
formatz_fz_hosting:
  api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'
  api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'

Add env variable to `.env`

FZ_HOSTING_API_ENDPOINT=https://hostings.format-z.ch
FZ_HOSTING_API_KEY=changeme

Send current versions

php bin/console fz-hosting:send-current-versions