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. Email us for help if needed.

Installs: 238

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bfolliot/filesystem

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