PHPackages                             jcglombard/ezged-ws-client - 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. jcglombard/ezged-ws-client

Abandoned → [exegeseit/ezged-ws-client](/?search=exegeseit%2Fezged-ws-client)Library[API Development](/categories/api)

jcglombard/ezged-ws-client
==========================

This package aims to provide a client for ezGed Webservices

v2.2.2(3y ago)1261MITPHPPHP &gt;=7.2.5

Since Feb 18Pushed 3y agoCompare

[ Source](https://github.com/exeGeseIT/ezged-ws-client)[ Packagist](https://packagist.org/packages/jcglombard/ezged-ws-client)[ RSS](/packages/jcglombard-ezged-ws-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (24)Used By (0)

\#ezged-ws-client
=================

[](#ezged-ws-client)

**ezged-ws-client** is a simple PHP client for [ezGED's](https://www.ezdev.fr/) web services. It relies on [symfony/http-client](https://github.com/symfony/http-client) component for the HTTP request layer.

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

[](#installation)

```
composer require exegeseit/ezged-ws-client
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

### EzGED API DESCRIPTION

[](#ezged-api-description)

For convenience, you can find EzGED json web services descriptions [here](https://wiki.ezdev.fr/doku.php?id=dev:api:webservices:json)

### USAGE

[](#usage)

```
