laravel-url maintained by lvlup-dev
Description
Methods to work with URLs and text documents on the web.
Author
Last update
2023/01/11 14:54
(dev-main)
License
Downloads
182
Laravel-Url
This package is design to help you work with external urls in your Laravel application.
Installation
composer require lvlup-dev/laravel-url
Usage
$url = \LvlupDev\Url\Url::fetch('https://mescadeaux.com/');
$headers = $url->headers();
Advanced features
Add a one-hour cache on all URLs.
Roadmap
Extended body() method to handle Xpath queries.
License
MIT. Please see the license file for more information.