formatz / fz-hosting-symfony-bundle
FZ Hostings Symfony Bundle
1.2.1
2024-03-28 14:09 UTC
Requires
- php: >=8.0
- symfony/config: ^5.0|^6.0|^7.0
- symfony/console: ^5.0|^6.0|^7.0
- symfony/dependency-injection: ^5.0|^6.0|^7.0
- symfony/http-client: ^5.0|^6.0|^7.0
README
安装
使用composer安装bundle
composer require formatz/fz-hosting-symfony-bundle
如果您没有Symfony Flex
将包配置添加到`
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)%'
在`
.env`
中添加环境变量
FZ_HOSTING_API_ENDPOINT=https://hostings.format-z.ch
FZ_HOSTING_API_KEY=changeme
发送当前版本
php bin/console fz-hosting:send-current-versions