2017 © Pedro Peláez
 

helpers phptools

Tools for web development

image

bariew/phptools

Tools for web development

  • Thursday, February 12, 2015
  • by bariew
  • Repository
  • 2 Watchers
  • 1 Stars
  • 170 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

PHP tools for web development.

  1. FileModel - for extracting and saving data to file.
    $model = new \bariew\phptools\FileModel("/path/to/file.php");
    var_dump($model->data); // array(... file content);
    $model->set('myKey', 'myValue'); // now we have our value in file content array;
    $model->set(['my', 'multidimensional', 'key'], ['myValue']); // putting nested key into depth of file content array.

The Versions

12/02 2015

dev-master

9999999-dev

Tools for web development

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Bariev Pavel

helpers tools

12/02 2015

1.0.0

1.0.0.0

Tools for web development

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Bariev Pavel

helpers tools