Skip to content

mestoness/bitly-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bit.ly API

Class uses

<?php 

define("BITLY_TOKEN", "YOUR_TOKEN");

require_once 'class.bitly-api.php';

use mestoness\bitly;

$shorter=bitly::shorter("https://github.com/mestoness/IPinfo/");

echo $shorter->link;
//https://bit.ly/2RaUfnp


echo $shorter->long_url;
//https://github.com/mestoness/IPinfo/


echo $shorter->created_at;
//2021-04-30T14:56:52+0000
?>

Contact

Use this address to contact me

Author

Mestoness (Ahmet Baki Memiş)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages