sphinxila/php-fms

PHP - File management library

dev-master 2016-12-24 23:56 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:23:39 UTC


README

This library allows you to manage your files easily. With an easy interface you can set your own log library or crypto library.

The exception management is amazing!

The loader is using a cache system to avoid multiple handles for the same file. To disable the handle caching use:

PHPFms\Loader::DisableHandleCaching();

Examples

Easy implementation

Installation

To use this library you need to add the following in your composer.json

Sphinxila/php-fms

License / Copying

This project is released under the GPL v3 license, so feel free to share or modify this.

Bug report

I only accept bug reports with an example code.