yproximite / wanna-speak-bundle
Symfony Bundle for the WannaSpeak API
Installs: 19 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^7.3 || ^8.0
- ext-json: *
- symfony/framework-bundle: ^4.4.11 || ^5.3
- symfony/http-client: ^4.4.11 || ^5.3
- symfony/mime: ^4.4.11 || ^5.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpspec/phpspec: ^7.0
- phpstan/phpstan: ^0.12.52
- phpstan/phpstan-phpunit: ^0.12.16
- phpstan/phpstan-strict-rules: ^0.12.5
- symfony/phpunit-bridge: ^4.4.11 || ^5.3
- v5.2.1
- v5.2.0
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- v5.0.0
- v5.0.0-rc1
- v5.0.0-beta
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.6
- v4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- v4.0.1
- v4.0.0
- v3.1.0
- v3.0.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- dev-master / 1.0.x-dev
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.1
- dev-dependabot/composer/symfony/phpunit-bridge-tw-6.3.2
- dev-dependabot/github_actions/actions/checkout-3.1.0
- dev-dependabot/github_actions/shivammathur/setup-php-2.21.0
- dev-dependabot/composer/friendsofphp/php-cs-fixer-tw-3.4
- dev-feat/sf4-http-client
- dev-fix/http-client-singleton
- dev-feature/id-as-class
- dev-feature/add-statistics-interface
- dev-feature/YP-3457
- dev-hotfix/change-symfony-response-when-error
- dev-feature/YP-2526-wannaspeak
This package is auto-updated.
Last update: 2024-10-30 01:53:39 UTC
README
Symfony bundle for the Wannaspeak API (http://fr.wannaspeak.com/)
Installation
composer require yproximite/wanna-speak-bundle
Update your config/bundles.php
return [ // ... Yproximite\WannaSpeakBundle\WannaSpeakBundle::class => ['all' => true], ];
Configuration
# config/packages/wanna_speak.yml: wanna_speak: api: base_uri: 'https://www-2.wannaspeak.com/api/api.php' # default credentials: account_id: '9999999999' # required secret_key: '0000000000' # required