Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (8) | Download .zip | Reputation | Support forum (1) | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2022-10-05 (23 days ago) | Not yet rated by the users | Total: 33 This week: 4 | All time: 10,584 This week: 28 |
Version | License | PHP version | Categories | |||
url-tracker 1.0.0 | MIT/X Consortium ... | 5 | HTTP, PHP 5 |
Description | Author | |
This class can get the URL to where a short URL redirects. |
composer require lee/url-tracker
require_once __DIR__ . '/vendor/autoload.php';
use Lee\Tracker;
$url = 'https://bit.ly/grpc-intro';
$trackedResult = Tracker::trackFromUrl($url); // ['https://bit.ly/grpc-intro', 'https://www.slideshare.net/williamyeh/grpc-238408172/williamyeh/grpc-238408172',]
Files |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
src (1 file) | ||||
tests (1 file) | ||||
.cs.php | Example | Example script | ||
composer.json | Data | Auxiliary data | ||
phpcs.xml | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.