05/03
2015
dev-master
9999999-devA great API to modify your files.
MIT
The Requires
The Development Requires
by Thomas Ruiz
Wallogit.com
2017 © Pedro Peláez
A great API to modify your files.
File Handler is a library that gives you the ability to generate and modify PHP files., (*2)
composer require thomasruiz/file-modifier
Open a file and start playing with it!, (*3)
$fileModifier = FileModifier::build();
$file = $fileModifier->open('path/to/file.php');
// $file is an instance of FileModifier/File/File
A great API to modify your files.
MIT