Releases: is3in/IS3IN-API-PHP
Releases · is3in/IS3IN-API-PHP
v1.0.0
Supported Functions
- Short URL
- Expand URL
- URL analytics
- Latest URLs
- Popular URLs
- Delete Short URL
Unofficial Supported Functions
Short URL
The API supports multiple URL shortening.
NOTE: The array index for long URL and description must match.
Example:
$longURLs = array("http://example1.com","http://example2.com");
$description = array("Description for example1.com","Description for example2.com");
Expand URL
The API supports multiple URL expanding. Pass multiple short URLs in an array.