2017 © Pedro Peláez
 

library file

Provide simple api to read and write files

image

desarrolla2/file

Provide simple api to read and write files

  • Monday, July 27, 2015
  • by desarrolla2
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,827 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

File

This provide a simple api to read and write files, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

Installation

With Composer

It is best installed it through packagist by including desarrolla2/file in your project composer.json require:, (*3)

``` json "require": { // ... "desarrolla2/file": "*" }, (*4)


### Without Composer You can also download it from [Github] (https://github.com/desarrolla2/File), but no autoloader is provided so you'll need to register it with your own PSR-4 compatible autoloader. ## Usage ``` php <?php require __DIR__ . '/../vendor/autoload.php'; use Desarrolla2\File\File; // Simple api to write file File::write($fileName,$data); // Simple api to read file File::read($fileName);

Formats

Current supported formats are:, (*5)

  • File: raw data
  • Json: encode arrays to json files.

Contact

You can contact with me on @desarrolla2., (*6)

The Versions

27/07 2015

dev-master

9999999-dev

Provide simple api to read and write files

  Sources   Download

MIT

The Requires

  • php ~5.4

 

by Daniel González Cerviño

read write file json

18/03 2015

0.1.0

0.1.0.0

Provide simple api to read and write files

  Sources   Download

MIT

The Requires

  • php ~5.4

 

by Daniel González Cerviño

read write file json