2017 © Pedro Peláez
 

library localstorage

A simple PHP class to store key/value information on a text file

image

kajyr/localstorage

A simple PHP class to store key/value information on a text file

  • Thursday, March 27, 2014
  • by kajyr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LocalStorage

A simple PHP class to store key/value information on a text file., (*1)

Useful for rapid local prorotyping., (*2)

Not useful for production environments, (*3)

Basic usage:

$config = new LocalStorage();

$config->set('bar', 'pippo');

$foo = $config->get('bar');

The Versions

27/03 2014

dev-master

9999999-dev

A simple PHP class to store key/value information on a text file

  Sources   Download

The Requires

  • php >=5.3.0