2017 © Pedro Peláez
 

library pathsilo

Generates sub-directory paths for files to mitigate the too many files in one directory problem

image

jacq/pathsilo

Generates sub-directory paths for files to mitigate the too many files in one directory problem

  • Thursday, October 6, 2016
  • by jacqball
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Pathsilo

Generates filesystem paths. Includes name based paths and date based paths., (*1)

The intended use case is to facilitate storage and retrieval of "large" numbers of files by storing them in multiple folders., (*2)

Install

Via Composer, (*3)

``` bash $ composer require jacqball/pathsilo, (*4)


## Usage ``` php // Generate path based on key string (key can be anything such as a file name) $ps = new Jacq\PathSilo\PathSilo(); $path = $ps->getPath('SomeTextString'); // Generate path from date string - dates are not validated, if you pass in 8 digits it will operate $dps = new Jacq\PathSilo\DatePathSilo(); $path = $dps->getPath('20160831');

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email jacqball@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

06/10 2016

dev-master

9999999-dev http://includefun.com

Generates sub-directory paths for files to mitigate the too many files in one directory problem

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

files paths