Download the PHP package narendravaghela/bitly-client without Composer
On this page you can find all versions of the php package narendravaghela/bitly-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download narendravaghela/bitly-client
More information about narendravaghela/bitly-client
Files in narendravaghela/bitly-client
Package bitly-client
Short Description PHP client library to access Bitly APIs
License MIT
Homepage https://github.com/narendravaghela/bitly-client
Informations about the package bitly-client
Bitly PHP Client
PHP client library to access Bitly APIs. Register your account at Bitly.com and get your access token from here.
Requirements
This library has the following requirements:
- PHP 5.6.x or greater.
Installation
You can install this library into your application using composer.
Usage
Once you install this library, load it using the composer autoload option and use the BitlyClient
class object. See below example,
Response format
Bitly suppoerts json
, xml
and txt
response types. You can specify the response type in your $options
array. The default response format is json
.
We recommend to use json
and xml
formats only as txt
response sometimes does not work.
Documentation
As of now, this library provides API methods for following modules.
- Links
Reporting Issues & Contributing
If you have a problem with this libray or any bug, please open an issue on GitHub. Also, if you have solution to any existing bug, create a Pull Request. This library follows PSR-2 standards, so please make sure you follow the same while making changes.