bfolliot/filesystem

Provides basic utility to manipulate the file system

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.2 2016-02-18 13:25 UTC

This package is not auto-updated.

Last update: 2020-08-19 04:17:50 UTC


README

Filesystem provides basic utility to manipulate the file system:

Path

<?php
use BFolliot\Filesystem\Path;
Path::join('/foo', array('/bar', 'baz/qux'), 'norf'); // return /foo/bar/baz/qux/norf