thomasruiz/file-modifier

A great API to modify your files.

dev-master 2015-03-05 00:31 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:33:23 UTC


README

Author Software License

File Handler is a library that gives you the ability to generate and modify PHP files.

Installation

composer require thomasruiz/file-modifier

Documentation

Open a file and start playing with it!

$fileModifier = FileModifier::build();

$file = $fileModifier->open('path/to/file.php');
// $file is an instance of FileModifier/File/File