PHPackages                             siapepfrance/kizeo-forms-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. siapepfrance/kizeo-forms-php-client

ActiveLibrary[API Development](/categories/api)

siapepfrance/kizeo-forms-php-client
===================================

0.1.0(4y ago)1638proprietaryPHPPHP &gt;=5.5

Since Oct 26Pushed 1y ago2 watchersCompare

[ Source](https://github.com/siapepfrance/kizeo-forms-php-client)[ Packagist](https://packagist.org/packages/siapepfrance/kizeo-forms-php-client)[ Docs](http://swagger.io)[ RSS](/packages/siapepfrance-kizeo-forms-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Kizeo Forms API V3+ - PHP
=========================

[](#kizeo-forms-api-v3---php)

This is a Swagger generated doc for Kizeo REST API 3. You can find additionnal documentation here : [Online documentation](/doc).

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

- API version: 3.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/), execute the following command :

```
composer require siapepfrance/kizeo-forms-php-client
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/kizeo-forms-php-client/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:

```
