lvlup-dev / laravel-url
Methods to work with URLs and text documents on the web.
Installs: 182
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lvlup-dev/laravel-url
This package is auto-updated.
Last update: 2025-09-11 19:51:30 UTC
README
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.