Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-url maintained by lvlup-dev

Description
Methods to work with URLs and text documents on the web.
Last update
2023/01/11 14:54 (dev-main)
License
Links
Downloads
182

Comments
comments powered by Disqus

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.