Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 620 Bytes

File metadata and controls

25 lines (17 loc) · 620 Bytes

Kobas Bit.ly API v4 Library

This package:

Installation

To install, use composer:

composer require kobas/bitly-api-php

Usage

$bitly = new \Kobas\Bitly\Bitly('YOUR_ACCESS_TOKEN');
$url = $bitly->shortenUrl('https://google.com');
echo $url;

Licensing

The MIT License (MIT). Please see License File for more information.