URL Management PHP Class

Overview

Description

The URL class allows a developer to construct URL’s safely (rather than append random strings to a URL) to add, remove and alter URL parameters of a URL. You can also specifically choose to encode or decode a parameter of a URL.

 

Features

  • URL Validation
  • Query parameter management
  • Extract specific parts of a URL easily

 

Included

  • PHP Class
  • Example of usage

 

Requirements

  • PHP

 

Related