2017 © Pedro Peláez
 

library fs

A filesystem toolkit for PHP

image

sndsgd/fs

A filesystem toolkit for PHP

  • Saturday, November 4, 2017
  • by sndsgd
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,222 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 29 Versions
  • 1 % Grown

The README.md

sndsgd/fs

Latest Version Software License Build Status Coverage Status Total Downloads, (*1)

A filesystem toolkit for PHP., (*2)

Why?

The classes in sndsgd\fs attempt to simplify tedious filesystem tasks., (*3)

use \sndsgd\Fs;

# lets assume `/tmp/some` doesn't exist
$path = "/tmp/some/deep/path/file.txt";

# write to a file that doesn't exist in a directory that doesn't exist
$file = Fs::getFile($path);
if ($file->write("the contents...") === false) {
   throw new Exception($file->getError());
}

Requirements

This project is unstable and subject to changes from release to release. If you intend to depend on this project, be sure to make note of and specify the version in your project's composer.json. Doing so will ensure any breaking changes do not break your project., (*4)

You need PHP >= 7.0.0 to use this library., (*5)

Install

Install sndsgd/fs using Composer., (*6)

composer require sndsgd/fs

The Versions

04/11 2017

dev-master

9999999-dev https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

04/11 2017

0.4.5

0.4.5.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

04/11 2017

dev-path-normalize-tweak

dev-path-normalize-tweak https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

02/11 2017

0.4.4

0.4.4.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

02/11 2017

dev-cleanup

dev-cleanup https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2017

0.4.3

0.4.3.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2017

dev-getlocator-test

dev-getlocator-test https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

15/04 2017

0.4.2

0.4.2.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

15/04 2017

dev-file-getname

dev-file-getname https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

12/01 2017

0.4.1

0.4.1.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

24/12 2016

0.4.0

0.4.0.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

15/11 2016

0.3.3

0.3.3.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

13/08 2016

0.3.2

0.3.2.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

23/07 2016

0.3.1

0.3.1.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

17/07 2016

0.3.0

0.3.0.0 https://github.com/sndsgd/fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

02/07 2016

0.2.4

0.2.4.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

04/05 2016

0.2.3

0.2.3.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

02/04 2016

0.2.2

0.2.2.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

31/03 2016

0.2.1

0.2.1.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream 1.6.2

29/03 2016

0.2.0

0.2.0.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream 1.6.2

29/12 2015

0.1.8

0.1.8.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2015

0.1.7

0.1.7.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

11/07 2015

0.1.6

0.1.6.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2015

0.1.5

0.1.5.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

05/06 2015

0.1.4

0.1.4.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

10/05 2015

0.1.3

0.1.3.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

14/03 2015

0.1.2

0.1.2.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

13/03 2015

0.1.1

0.1.1.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

16/02 2015

0.1.0

0.1.0.0 https://github.com/sndsgd/sndsgd-fs

A filesystem toolkit for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires