myerscode / utilities-files
A PHP utility class that helps with common file tasks
Installs: 1 425
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- symfony/filesystem: ^6.0
- symfony/finder: ^6.0
- symfony/serializer: ^6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.0
README
A PHP utility class that helps with common file tasks
Install
You can install this package via composer:
composer require myerscode/utilities-files
Usage
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');
Methods
See all available methods in the documentation.
Issues
Bug reports and feature requests can be submitted on the Github Issue Tracker.
Contributing
We are very happy to receive pull requests to add functionality or fixes. Please read the Myerscode contributing guide for information.
License
The MIT License (MIT). Please see License File for more information.