zangra / geodis-bundle
A Bundle for Geodis Labels
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.0
- doctrine/doctrine-bundle: *
- guzzlehttp/guzzle: ^6.2
- symfony/framework-bundle: >=2.1
README
About
A Symfony bundle for Geodis Labels.
Description
- GeodisBundle provides an easy way to manage and generate Geodis labels within a Symfony application.
Installation
To install GeodisBundle, use Composer:
composer require zangra/geodis-bundle
Requirements
- PHP ^7.0
- Symfony Framework Bundle >=2.1
- Doctrine Bundle
- Guzzle HTTP Client ^6.2
Configuration
- Add the bundle to your config/bundles.php file:
return [ // Other bundles... GeodisBundle\GeodisBundle::class => ['all' => true], ];
Usage
- To use GeodisBundle, you need to set up the necessary configuration and services. For example:
# config/packages/geodis.yaml geodis: api_key: '%env(GEODIS_API_KEY)%'