PHPackages                             ifbyphone/api-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. ifbyphone/api-client

ActiveLibrary[API Development](/categories/api)

ifbyphone/api-client
====================

Ifbyphone API Client

043[1 issues](https://github.com/Opus1no2/Ifbyphone-API-Client/issues)PHP

Since Jun 20Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Opus1no2/Ifbyphone-API-Client)[ Packagist](https://packagist.org/packages/ifbyphone/api-client)[ RSS](/packages/ifbyphone-api-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ifbyphone API Client
====================

[](#ifbyphone-api-client)

This client provides developers with a framework they can use to quickly take advantage of Ifbyphone's API.

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

[](#installation)

Installation is conveniently provided via \[Composer\]\[2\].

To get started, install composer in your project:

```
$ curl -s https://getcomposer.org/installer | php
```

Next, add a composer.json file containing the following:

```
}
    "require": {
        "ifbyphone/api-client": "dev-master"
    }
}
```

Finall, install!

```
$ php composer.phar install
```

Usage
-----

[](#usage)

Using the Ifbyphone API client is easy:

```
