Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Roave/Realpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roave\Realpath

⚠️ this library is not actually finished or functional, and may never be, it was an idea and it probably got forgotten ⚠️

Build Status Scrutinizer Code Quality Code Coverage

Roave\Realpath is an alternative implementation for PHP's built-in realpath() function, that provides better feedback by way of throwing exceptions instead of just silently returning false.

Installation

Simply require using composer:

$ composer require roave/realpath

Usage

use Roave\Realpath\Realpath;

$myRealPath = Realpath::get($potentialPath);

Releases

No releases published

Packages

No packages published

Languages