PHP - File management library
This library allows you to manage your files easily. With an easy interface you can set your own log library or crypto library., (*1)
The exception management is amazing!, (*2)
The loader is using a cache system to avoid multiple handles for the same file. To disable the handle caching use:, (*3)
PHPFms\Loader::DisableHandleCaching();
Easy implementation - Read a file - Modify a file - List files from a directory - Direct file handler - Use own log - Use on the fly encryption, (*4)
To use this library you need to add the following in your composer.json, (*5)
Sphinxila/php-fms
This project is released under the GPL v3 license, so feel free to share or modify this., (*6)
I only accept bug reports with an example code., (*7)