zangra/geodis-bundle

A Bundle for Geodis Labels

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

2.3 2024-06-25 12:39 UTC

README

Latest Stable Version Build Status Scrutinizer Code Quality License PHP Version Require

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)%'