Download the PHP package eleven-labs/api-service-bundle without Composer
On this page you can find all versions of the php package eleven-labs/api-service-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eleven-labs/api-service-bundle
More information about eleven-labs/api-service-bundle
Files in eleven-labs/api-service-bundle
Package api-service-bundle
Short Description Integrate API Service into Symfony
License MIT
Informations about the package api-service-bundle
API Service Bundle
This bundle integrate the API Service Component into Symfony.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:
Config
Full configuration provided by the bundle:
Dependencies
HTTP client
The Api Service component make use of the Http\Client\HttpClient
interface
provided by HttPlug to send requests.
You can use your own HTTP client services within Symfony, but we strongly advice you to use the HttplugBundle
You can then choose one the many HTTP client adapter supported by HTTPlug. A list is available here
Cache
This bundle have the ability to cache schema files used by you API services.
It use the PSR-6: Caching Interface to do so.
For performance reasons, the cache SHOULD be enable in production.
From Symfony 3.1 and above
Symfony 3.1 provide a cache implementation of the PSR-6 Caching Interface. You don't need additional components to integrate caching capabilities to the framework.
From Symfony 2.7 to 3.1
We recommend you to use the PSR-6 Cache adapter Bundle.
You can then choose one of the many cache pool implementations provided by the php-cache organization.
All versions of api-service-bundle with dependencies
ext-json Version *
eleven-labs/api-service Version ^0.3
symfony/serializer Version ^2.7 || ^3.4
symfony/framework-bundle Version ^2.7 || ^3.4