PHPackages                             e-monsite/wuro-php-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. e-monsite/wuro-php-client

ActiveLibrary[API Development](/categories/api)

e-monsite/wuro-php-client
=========================

031.0k↓43.8%1PHPCI failing

Since Oct 6Pushed 1y ago2 watchersCompare

[ Source](https://github.com/e-monsite/wuro-php-client)[ Packagist](https://packagist.org/packages/e-monsite/wuro-php-client)[ RSS](/packages/e-monsite-wuro-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-php)

API de votre espace Wuro, connectez-vous sur , dans les paramètres de votre entreprise "Développeurs (API)", créez une application avec un scope défini afin de demander un jeton d'accès (GET accessToken) avec vos identifiants

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "http://github.com/e-monsite/wuro-php-client.git"
    }
  ],
  "require": {
    "e-monsite/wuro-php-client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
