PHPackages                             oktey/api-php-v1 - 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. oktey/api-php-v1

ActiveProject[API Development](/categories/api)

oktey/api-php-v1
================

Api PHP client for Oktey services - version 1

1.0.5(9y ago)239MITPHPPHP &gt;=5.6.0

Since Feb 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Oktey/api-php-v1)[ Packagist](https://packagist.org/packages/oktey/api-php-v1)[ Docs](https://www.oktey.com/)[ RSS](/packages/oktey-api-php-v1/feed)WikiDiscussions master Synced 2mo ago

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

[![alt text](https://camo.githubusercontent.com/d48b2d1a502edaec829bd414ce2cf4f7c9acceaa55e758271b7b68f420a6f6db/68747470733a2f2f7777772e6f6b7465792e636f6d2f6173736574732f696d672f7376672f6c6f676f2d6f6b7465792e737667 "Oktey")](https://camo.githubusercontent.com/d48b2d1a502edaec829bd414ce2cf4f7c9acceaa55e758271b7b68f420a6f6db/68747470733a2f2f7777772e6f6b7465792e636f6d2f6173736574732f696d672f7376672f6c6f676f2d6f6b7465792e737667)

Api PHP : Version 1
===================

[](#api-php--version-1)

[![Packagist](https://camo.githubusercontent.com/919b8724652c14a8c08ef5a83d13a0e4deba3722e0bd23cd7f4aeed0e17e8775/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6b7465792f6170692d7068702d76312e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oktey/api-php-v1) [![Travis](https://camo.githubusercontent.com/c2987083302f60f7aecd01c521be3798bf450b981692c91fa24a91bd31da7169/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f727573742d6c616e672f727573742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Oktey/api-php-v1)

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

[](#installation)

Vu les dépendances utilisées, il est impératif d'utiliser [composer](https://getcomposer.org/)

```
# Si composer n'est pas encore installé
curl -sS https://getcomposer.org/installer | php
mv composer.phar composer

php composer require oktey/api-php-v1
```

Fonctionnalités
---------------

[](#fonctionnalités)

Voici les fonctionnalités de l'API ainsi que leurs liens de documentation

**en lecture**

- [recherche d'un client](https://github.com/Oktey/api-php-v1/wiki/url-list#rechercher-un-client)
- [liste des clients](https://github.com/Oktey/api-php-v1/wiki/url-list#liste-de-mes-clients)
- [détail d'un client](https://github.com/Oktey/api-php-v1/wiki/url-list#d%C3%A9tail-dun-client)

**en écriture**

- [création d'un client](https://github.com/Oktey/api-php-v1/wiki/url-list#cr%C3%A9er-un-compte-client)
- [création d'une commande de test](https://github.com/Oktey/api-php-v1/wiki/url-list#cr%C3%A9er-une-commande-de-test)
- [création d'un domaine](https://github.com/Oktey/api-php-v1/wiki/url-list#cr%C3%A9er-un-domaine)

Usage
-----

[](#usage)

```
