2017 © Pedro Peláez
 

library io-db

File Database

image

xolf/io-db

File Database

  • Saturday, February 17, 2018
  • by xolf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 156 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

io-db

Easy setup within 30 seconds: composer require xolf/io-db

A static json database system, (*2)

Fetch documents from the database

$user = $io->table('user')->document('admin');

echo $user->name;

Write to documents

$user = $io->table('user')->document('admin')->write(['password' => 123456]);

echo $user->name . ' Password: ' . $user->password;

Find Documents

$users = $io->table('user')->documents()->where(['rights' => 'admin']);

var_dump($users);

The Versions

17/02 2018

dev-master

9999999-dev https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

The Development Requires

database io file reader

17/02 2018

0.0.7

0.0.7.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

database io file reader

09/08 2017

0.0.6

0.0.6.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

database io file reader

11/07 2017

0.0.5

0.0.5.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

database io file reader

11/07 2017

0.0.4

0.0.4.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

The Development Requires

database io file reader

25/01 2017

0.0.3

0.0.3.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

The Development Requires

database io file reader

19/11 2016

0.0.2

0.0.2.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

The Development Requires

database io file reader

10/07 2016

0.0.1

0.0.1.0 https://github.com/xolf/io-db

File Database

  Sources   Download

MIT

The Development Requires

database io file reader