PHPackages                             ionware/filewriter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. ionware/filewriter

ActivePackage[File &amp; Storage](/categories/file-storage)

ionware/filewriter
==================

Quick and simple writing of text to files

317PHP

Since May 24Pushed 8y agoCompare

[ Source](https://github.com/ionware/filewriter)[ Packagist](https://packagist.org/packages/ionware/filewriter)[ RSS](/packages/ionware-filewriter/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Filewriter for PHP
-------------------------

[](#simple-filewriter-for-php)

> #### Provides quick and easy approach to open and writes text to Files.
>
> [](#provides-quick-and-easy-approach-to-open-and-writes-text-to-files)

### Installation

[](#installation)

You will need to have `PHP ~5.4` and `composer` installed.

> Simply use composer in your **Terminal**

```
composer require ionware/filewriter

```

### Usage

[](#usage)

Create an Instance of the `fileWriter` and start writing.

```
