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

ActiveLibrary[API Development](/categories/api)

masana/brightlocal-api
======================

BrightLocal API wrapper and examples

v0.4(11y ago)016PHP

Since Jun 16Pushed 9y agoCompare

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

READMEChangelogDependencies (1)Versions (7)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)

```
