Skip to content

myerscode/utilities-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files Utility

A PHP utility class that helps with common file tasks

Latest Stable Version Total Downloads License Tests

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.