2017 © Pedro Peláez
 

library filecreator

A simple library for read, create, manipulate files

image

helionogueir/filecreator

A simple library for read, create, manipulate files

  • Wednesday, April 11, 2018
  • by helionogueir
  • Repository
  • 1 Watchers
  • 2 Stars
  • 392 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

File Creator

A simple library for read, create, manipulate files., (*1)

Installation

Composer (https://getcomposer.org/) and (https://packagist.org/), (*2)

composer require helionogueir/filecreator

Usage

helionogueir\filecreator\data\ReplaceText

Replace TAGs in file, (*3)

use helionogueir\filecreator\data\ReplaceText;
$text = "Point {data:v1} to {data:v2}";
echo (new ReplaceText())->replace($text, $data);

helionogueir\filecreator\output\ReadFile

Read file by path name, (*4)

use helionogueir\filecreator\output\ReadFile;
(new ReadFile())->read(__FILE__, true);

helionogueir\filecreator\tool\NameGenarator

Create unique random namespace, (*5)

use helionogueir\filecreator\tool\NameGenarator;
echo NameGenarator::uniqueName();

TDD (Test Driven Development)

PHPUnit (https://phpunit.de/), (*6)

phpunit -c ./filecreator/tests/unit.xml

The Versions

11/04 2018

dev-master

9999999-dev https://github.com/helionogueir

A simple library for read, create, manipulate files

  Sources   Download

MIT

The Requires

 

by Helio Nogueira

file library reader namespace tool replace

09/12 2016

v1.1.0

1.1.0.0 https://github.com/helionogueir

A simple library for read, create, manipulate files

  Sources   Download

MIT

The Requires

 

by Helio Nogueira

file library reader namespace tool replace

24/11 2016

v1.0.0

1.0.0.0 https://github.com/helionogueir

FileCreator - Library tools for files

  Sources   Download

MIT

The Requires

 

by Helio Nogueira

file php library upload tool replace