2017 © Pedro Peláez
 

library path-utils

Functions for manipulations with directory paths

image

nerd-components/path-utils

Functions for manipulations with directory paths

  • Saturday, October 8, 2016
  • by pldin601
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Absolute Path Maker

Build Status Coverage Status StyleCI, (*1)

Usage

use function Nerd\Utils\AbsolutePath\pathMaker;

$make = pathMaker('/some/root');

echo $make('file');         // /some/root/file
echo $make('../foo.txt');   // /some/foo.txt
echo $make('./other.txt');  // /some/root/other.txt

The Versions

08/10 2016

dev-master

9999999-dev

Functions for manipulations with directory paths

  Sources   Download

MIT

The Development Requires

by Roman Lakhtadyr

30/09 2016

v0.1

0.1.0.0

Function made to convert relative paths to absolute paths

  Sources   Download

MIT

The Development Requires

by Roman Lakhtadyr