PHPackages                             narendravaghela/bitly-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. narendravaghela/bitly-client

ActiveLibrary[API Development](/categories/api)

narendravaghela/bitly-client
============================

PHP client library to access Bitly APIs

v1.0.0(9y ago)639.1k—10%5MITPHPPHP &gt;=5.6

Since Dec 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/narendravaghela/bitly-client)[ Packagist](https://packagist.org/packages/narendravaghela/bitly-client)[ Docs](https://github.com/narendravaghela/bitly-client)[ RSS](/packages/narendravaghela-bitly-client/feed)WikiDiscussions master Synced 1mo ago

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

Bitly PHP Client
================

[](#bitly-php-client)

[![Build Status](https://camo.githubusercontent.com/2bec842bfe5b3ade8e385e1b9468856ce8439277c5e7083a8e95275998d317d3/68747470733a2f2f7472617669732d63692e6f72672f6e6172656e64726176616768656c612f6269746c792d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/narendravaghela/bitly-client)[![License](https://camo.githubusercontent.com/141286094019be3929a69b34ca7ceb59be9855837d6d5aa3f00c16d63278d721/68747470733a2f2f706f7365722e707567782e6f72672f6e6172656e64726176616768656c612f6269746c792d636c69656e742f6c6963656e7365)](https://packagist.org/packages/narendravaghela/bitly-client)[![Latest Stable Version](https://camo.githubusercontent.com/a9310c1ab1751b4cdd07e03887230f31ce6a28ea5091f8b0ef364709e0cf0a05/68747470733a2f2f706f7365722e707567782e6f72672f6e6172656e64726176616768656c612f6269746c792d636c69656e742f762f737461626c65)](https://packagist.org/packages/narendravaghela/bitly-client)[![Total Downloads](https://camo.githubusercontent.com/564284b29c348e026110f16475a3a2a609c4f65d6d38646cf7d03787ee907b40/68747470733a2f2f706f7365722e707567782e6f72672f6e6172656e64726176616768656c612f6269746c792d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/narendravaghela/bitly-client)

PHP client library to access Bitly APIs. Register your account at [Bitly.com](https://bitly.com/) and get your access token from [here](https://bitly.com/a/oauth_apps).

Requirements
------------

[](#requirements)

This library has the following requirements:

- PHP 5.6.x or greater.

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

[](#installation)

You can install this library into your application using [composer](http://getcomposer.org).

```
composer require narendravaghela/bitly-client

```

Usage
-----

[](#usage)

Once you install this library, load it using the composer autoload option and use the `BitlyClient` class object. See below example,

```
