myerscode/utilities-files

A PHP utility class that helps with common file tasks

2.1.0 2023-10-10 18:48 UTC

This package is auto-updated.

Last update: 2024-05-02 16:01:10 UTC


README

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.