A PHP utility class that helps with common file tasks
You can install this package via composer:
composer require myerscode/utilities-files
Create an instance of the fluent interface by creating a new instance either via new Utility($val)
or Utility::make($val)
$fileHelper = new Utility('./src/file.php');
$fileHelper = Utility::make('./src/file.php');
See all available methods in the documentation.
Bug reports and feature requests can be submitted on the Github Issue Tracker.
We are very happy to receive pull requests to add functionality or fixes. Please read the Myerscode contributing guide for information.
The MIT License (MIT). Please see License File for more information.