dkx / nette-gcloud
This package is abandoned and no longer maintained.
No replacement package was suggested.
Google cloud integration for Nette DI
0.1.0
2020-01-21 20:54 UTC
Requires
- php: >=7.4
- nette/di: ^3.0
- nette/utils: ^3.1
Requires (Dev)
- dkx/composer-phar-installer: ^0.0.1
- doctrine/coding-standard: ^7.0
- mockery/mockery: ^1.3
- overtrue/phplint: ^1.2
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.5
- phpstan/phpstan-beberlei-assert: ^0.12.2
- phpstan/phpstan-mockery: ^0.12.3
- phpstan/phpstan-nette: ^0.12.3
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-strict-rules: ^0.12.1
This package is auto-updated.
Last update: 2024-01-22 04:51:15 UTC
README
Google cloud integration for Nette DI
Installation
$ composer require dkx/nette-gcloud
Usage
config.neon
:
extensions:
gcloud: DKX\NetteGCloud\DI\GCloudExtension
gcloud:
credentials:
loader: DKX\NetteGCloud\Credentials\FilePathCredentialsLoader(%appDir%/../credentials.json)