dkx / nette-gcloud
Google cloud integration for Nette DI
Installs: 192
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/dkx/nette-gcloud
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)