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

Abandoned → [brightlocal/apiclient-php](/?search=brightlocal%2Fapiclient-php)Library[API Development](/categories/api)

brightlocal/api
===============

BrightLocal API wrapper and examples

v0.4.3(10mo ago)5274.0k9[3 issues](https://github.com/BrightLocal/BrightLocal-API-Helper/issues)PHP

Since Jun 16Pushed 10mo ago39 watchersCompare

[ Source](https://github.com/BrightLocal/BrightLocal-API-Helper)[ Packagist](https://packagist.org/packages/brightlocal/api)[ RSS](/packages/brightlocal-api/feed)WikiDiscussions master Synced 1mo ago

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

BrightLocal API
===============

[](#brightlocal-api)

A basic PHP wrapper to make using the BrightLocal API a little easier. It takes care of authentication so you just need to specify which method you want to call and pass parameters.

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

[](#installation)

It's easiest to install and use the library via [Composer](https://getcomposer.org/).

Step 1: Add to the requires section of your composer.json file.

```
"require": {
    "brightlocal/api": "0.*"
}
```

Step 2: Install

```
composer install

```

Examples
--------

[](#examples)

```
