PHPackages                             openprovider/rest-client-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. openprovider/rest-client-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

openprovider/rest-client-php
============================

HTTP client for Openprovider API

v2.2.0-beta(4w ago)1135.3k↓45.2%10[4 issues](https://github.com/openprovider/rest-client-php/issues)[1 PRs](https://github.com/openprovider/rest-client-php/pulls)1PHPPHP &gt;=7.1

Since Jul 9Pushed 1w ago8 watchersCompare

[ Source](https://github.com/openprovider/rest-client-php)[ Packagist](https://packagist.org/packages/openprovider/rest-client-php)[ RSS](/packages/openprovider-rest-client-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (3)Versions (12)Used By (1)

rest-client-php
===============

[](#rest-client-php)

> PHP client for Openprovider API

Description
-----------

[](#description)

This software is a PHP client to operate with the [Openprovider API](https://github.com/openprovider/api-documentation).

At this time the API is stable enough to be used, however please note that during the beta phase we may still make breaking changes.

Please use [v1beta branch/version](https://github.com/openprovider/rest-client-php/tree/v1beta).

Usage
-----

[](#usage)

1. If you do not have composer.json in your project folder, create it with the command ```
    composer init
    ```
2. Set composer minimum stability to `dev````
    composer config minimum-stability dev
    ```
3. Include this package as any other PHP library: ```
    composer require openprovider/rest-client-php:dev-v1beta
    ```
4. Access API via the `Client` class: ```
