2017 © Pedro Peláez
 

php-libraries o2file

image

o2system/o2file

  • Wednesday, March 30, 2016
  • by circlecreative
  • Repository
  • 3 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

O2File

O2File is an Open Source PHP File Workshop Libraries. It's very helpfull for reading or writing a file. Another amazing product from , released under MIT License. O2File is build for working more powerfull with O2System Framework, but also can be used for integrated with others as standalone version with limited features., (*1)

Features

  • INI File
  • JSON File
  • XML File
  • CSV File
  • Zip File

More will be coming soon, such as YAML, RAR and etc., (*2)

Installation

The best way to install O2File is to use [Composer][8], (*3)

composer require o2system/o2file:'dev-master'

Usage

use O2System\File\Factory\Ini;

// Read ini file
$ini_file_path = 'path/to/your/file.ini;
$content = Ini::read($ini_file_path, 'array'); // return as array

// Write ini file
$content = array(
  'Foo' => 'Bar'
);
Ini::write($ini_file_path, $content);
// produces file with content: Foo = "Bar"

// Read file info
use O2System\File;

$info = File::info($ini_file_path);
// returns array of usefull file info metadata

More details at the Wiki. (Coming Soon), (*4)

Ideas and Suggestions

Please kindly mail us at developer@circle-creative.com or steeven@circle-creative.com., (*5)

Bugs and Issues

Please kindly submit your issues at Github so we can track all the issues along development., (*6)

System Requirements

  • PHP 5.4+
  • Composer
  • ZZIPlib library by Guido Draheim (For Zip File Factory)
  • Zip PELC extension (For Zip File Factory)

Credits

The Versions

30/03 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Aradea

framework php driver utilities libraries

30/03 2016

v1.1.1

1.1.1.0

  Sources   Download

MIT

The Requires

 

by Aradea

framework php driver utilities libraries

30/03 2016

v1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

by Aradea

framework php driver utilities libraries

30/03 2016

dev-2.0.0-dev

dev-2.0.0-dev

  Sources   Download

MIT

The Requires

 

by Aradea

framework php driver utilities libraries

09/12 2015

v1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Aradea

framework php driver utilities libraries