Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 67 | All time: 10,346 This week: 89 |
Version | License | PHP version | Categories | |||
url-tracker 1.0.0 | MIT/X Consortium ... | 5 | HTTP, PHP 5 |
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 (8) |
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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Comments (5) | |||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.