thomasruiz/file-modifier

一款优秀的API,用于修改您的文件。

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

This package is not auto-updated.

Last update: 2024-09-14 16:34:40 UTC


README

Author Software License

文件处理器是一个库,它为您提供了生成和修改PHP文件的能力。

安装

composer require thomasruiz/file-modifier

文档

打开一个文件并开始玩吧!

$fileModifier = FileModifier::build();

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