formatz/fz-hosting-symfony-bundle

FZ Hostings Symfony Bundle

安装次数: 831

依赖者: 0

建议者: 0

安全: 0

星标: 0

分支: 0

类型:symfony-bundle

1.2.1 2024-03-28 14:09 UTC

This package is auto-updated.

Last update: 2024-10-01 00:14:59 UTC


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