Recommend this page to a friend! |
Classes of Asbjorn Grandt | > | Relative Path | > | composer.json | > | Download |
|
![]() |
{ "name": "grandt/relativepath", "version": "1.0.2", "type": "library", "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", "keywords": ["file path"], "homepage": "https://github.com/Grandt/PHPRelativePath", "license": "LGPL-2.1", "authors": [ { "name": "A. Grandt", "email": "php@grandt.com", "role": "Developer" } ], "require": { "php": ">=5.0" }, "autoload": { "classmap": [ "RelativePath.php" ] } } |