dev-master
9999999-dev https://github.com/ionware/filewriterQuick and simple writing of text to files
MIT
The Requires
- php >=5.3
file writing
Quick and simple writing of text to files
Provides quick and easy approach to open and writes text to Files.
You will need to have PHP ~5.4
and composer
installed., (*1)
Simply use composer in your Terminal, (*2)
composer require ionware/filewriter
Create an Instance of the fileWriter
and start writing., (*3)
<?php require "vendor/autoload.php"; use FileWriter\FileWriter; //Get an Instance of the Filewriter $fileWriter = FileWriter::open(__DIR__."/demofile"); $fileWriter->append("127.0.0.1\texchanger.ru") ->prepend("127.0.0.1\tapms.dev") ->save();
The MIT License (MIT). See License file for more information., (*4)
Quick and simple writing of text to files
MIT
file writing