Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.14 KB

File metadata and controls

28 lines (20 loc) · 1.14 KB

PHP Path

Help with handling or manipulating file and directory path.

Banner

Total Downloads Latest Version

Installation

Installation is super-easy via Composer

composer require filesys/path

or add it by hand to your composer.json file.

use Path\Path;
require 'vendor/autoload.php';