yproximite / iovox-bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/annotations: ^1.13
- doctrine/common: ^3.1
- symfony/framework-bundle: ^5.4 || ^6.0
- symfony/http-client: ^5.4 || ^6.0
- symfony/serializer: ^5.4 || ^6.0
- symfony/validator: ^5.4 || ^6.0
Requires (Dev)
- escapestudios/symfony2-coding-standard: ^3.12
- friendsofphp/php-cs-fixer: ^3.8
- nyholm/symfony-bundle-test: ^1.6.1
- phpstan/phpstan: ^1.6
- phpstan/phpstan-strict-rules: ^1.2
- rector/rector: ^0.12.23
- squizlabs/php_codesniffer: ^3.6
- symfony/phpunit-bridge: ^5.4 || ^6.0
This package is auto-updated.
Last update: 2024-10-30 15:12:28 UTC
README
Installation
$ composer require yproximite/iovox-bundle
# in config/bundle.php return [ ... Yproximite\IovoxBundle\IovoxBundle::class => ['all' => true] ... ];
# in config/packages/iovox.yaml iovox: endpoint: endpoint username: username secure_key: secureKey