juniyadi/s-id

s.id short url php package

v1.0 2019-10-04 10:42 UTC

This package is auto-updated.

Last update: 2024-04-24 06:29:51 UTC


README

This package for short url by https://s.id

Install

composer require juniyadi/s-id

How to Use

use JuniYadi\SID;

$url = new SID();
$short = $url->short('https://google.com');

var_dump($short);

## Result
array(2) {
  ["url"]=>
  string(18) "https://s.id/70kin"
  ["original"]=>
  string(18) "https://google.com"
}

Information

  • License : MIT
  • Authors : Juni Yadi
  • Status : Unofficial Packages