PHPackages                             poster/api-php-binding - 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. poster/api-php-binding

Abandoned → [poster/api](/?search=poster%2Fapi)Library[API Development](/categories/api)

poster/api-php-binding
======================

PHP library which makes Poster API using smooth as glass

1.0.8(5y ago)8101[1 issues](https://github.com/joinposter/api-php/issues)MITPHPPHP &gt;=5.4.0CI failing

Since Mar 31Pushed 5y ago10 watchersCompare

[ Source](https://github.com/joinposter/api-php)[ Packagist](https://packagist.org/packages/poster/api-php-binding)[ Docs](https://github.com/joinposter/api-php)[ RSS](/packages/poster-api-php-binding/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (10)Used By (0)

PosterApi Library for PHP
=========================

[](#posterapi-library-for-php)

PHP library which makes Poster API using smooth as glass. You can use suggestions to api methods names and don`t have to worry about request type. Just navigate through API sections like `settings` or `menu`.

### Installation

[](#installation)

```
composer require poster/api
```

### Example of making API calls

[](#example-of-making-api-calls)

It's convenient to use singleton class `PosterApi`. All you need to is initialize class with user credentials and then you can call Poster API methods anywhere in your project

```
