huynd / url_helper
the first composer package
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:php
Requires
- php: >5.3.0
Requires (Dev)
- phpunit/phpunit: 6.2
This package is auto-updated.
Last update: 2025-06-19 22:48:14 UTC
README
Package name : huynd/url_helper. Feature : Valid 1 string is a valid url Connect 1 path with 1 base url. For example http://google.com/a/ connected with xyz.html to http://google.com/a/xyz.html but connected to /xyz.html to http://google.com/xyz.html Retrieve information: protocol, port, domain Installing : use command: composer require huynd/url_helper to load package to your project. On index file of Project need the autoload file: requirec_one './vendor/autoload'; use PackageUrlHelper\UrlHelper; $urlHelp = new UrlHelper();