PHPackages                             setono/gls-webservice-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. setono/gls-webservice-bundle

ActiveSymfony-bundle[API Development](/categories/api)

setono/gls-webservice-bundle
============================

Symfony bundle that integrates the GLS webservice PHP SDK

v1.4.0(2mo ago)053.2k↓46.6%3MITPHPPHP &gt;=8.2CI passing

Since May 15Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Setono/GlsWebserviceBundle)[ Packagist](https://packagist.org/packages/setono/gls-webservice-bundle)[ RSS](/packages/setono-gls-webservice-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (21)Versions (9)Used By (3)

GLS webservice bundle
=====================

[](#gls-webservice-bundle)

[![Latest Version](https://camo.githubusercontent.com/ad9e9ca8df8339dfb2c96d410103a6ad2a2270935d45bfa22526d35b01233995/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f676c732d776562736572766963652d62756e646c652f762f737461626c65)](https://packagist.org/packages/setono/gls-webservice-bundle)[![Software License](https://camo.githubusercontent.com/570c5042deeae962d2a368ae143ac10d0f03a858f3aa40c9db01ede3d182d1e2/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f676c732d776562736572766963652d62756e646c652f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/GlsWebserviceBundle/workflows/build/badge.svg)](https://github.com/Setono/GlsWebserviceBundle/actions)

Integrates the [GLS webservice PHP SDK](https://github.com/Setono/gls-webservice-php-sdk) into Symfony.

Installation
------------

[](#installation)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

```
composer require setono/gls-webservice-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

The bundle will automatically be enabled with Symfony Flex. Otherwise add it to `config/bundles.php` yourself.

Usage
-----

[](#usage)

Now you can inject the `ClientInterface` into your service:

```
