2017 © Pedro Peláez
 

library filesystem

Library for the filesystem

image

digitaledgeit/filesystem

Library for the filesystem

  • Monday, March 14, 2016
  • by jameslnewell
  • Repository
  • 4 Watchers
  • 3 Stars
  • 290 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 10 Versions
  • 14 % Grown

The README.md

filesystem

Filesystem functions (similar to Symfony... but simplifies copying/moving/deleting search results)., (*1)

Note: Symfony's Filesystem.remove() now takes a Traversable and can be used with Symfony's Finder results. If this is your use case, then please use Symfony instead., (*2)

Installation

composer require digitaledgeit/filesystem

Usage

<?php

use deit\filesystem\Finder';

require_once  __DIR__.'/vendor/autoload.php';

//remove all cache files modified more than 15min ago
$files = Finder::create('./data')
    ->files()
    ->named('/\.cache/')
    ->modified('<', strtotime('15min ago'))
    ->remove()
;

The Versions

14/03 2016

dev-master

9999999-dev http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php >=5.3

 

The Development Requires

by James Newell

filesystem

14/03 2016

0.2.6

0.2.6.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php >=5.3

 

The Development Requires

by James Newell

filesystem

11/01 2016

0.2.5

0.2.5.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

11/01 2016

0.2.4

0.2.4.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

11/01 2016

0.2.3

0.2.3.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

11/08 2015

0.2.2

0.2.2.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

01/01 2015

0.2.1

0.2.1.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

29/12 2014

0.2.0

0.2.0.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

26/05 2014

0.1.1

0.1.1.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem

04/01 2014

0.1.0

0.1.0.0 http://www.digitaledgeit.com.au

Library for the filesystem

  Sources   Download

CC-BY-NC-ND-3.0

The Requires

  • php ~5.3

 

The Development Requires

by James Newell

filesystem