thomasruiz / file-modifier
A great API to modify your files.
dev-master
2015-03-05 00:31 UTC
Requires
- league/flysystem: ~1.0
- nikic/php-parser: ~1.1
Requires (Dev)
- phpspec/phpspec: ~2.1
This package is not auto-updated.
Last update: 2024-11-09 17:19:28 UTC
README
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