Download the PHP package routmoute/routmoute-sirene-bundle without Composer
On this page you can find all versions of the php package routmoute/routmoute-sirene-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package routmoute-sirene-bundle
RoutmouteSireneBundle
Bundle to use INSEE Sirene API with Symfony 6
Manual Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Step 1: Create configuration file
Create configuration file config/packages/routmoute_sirene.yaml
and modify scopes if you want
Configuration
Step 1: Create your INSEE Application
- Go to https://api.insee.fr
- Create a New Application
- Copy
consumer-key
andconsumer-secret
for next step
Step 2: Create your env variables
Add this environments vars in your .env
file.
Usage
Example usage in Controller:
Parameters
consumer_key
Required
The consumer_key
provided by insee
consumer_secret
Required
The consumer_secret
provided by insee
All versions of routmoute-sirene-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/http-client Version
^6.0
symfony/http-kernel Version ^6.0
symfony/config Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/cache Version ^6.0
symfony/http-kernel Version ^6.0
symfony/config Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/cache Version ^6.0
The package routmoute/routmoute-sirene-bundle contains the following files
Loading the files please wait ....