2017 © Pedro Peláez
 

library json-db

Simply implementation of data storage in json files

image

fitdev-pro/json-db

Simply implementation of data storage in json files

  • Tuesday, May 15, 2018
  • by fitdev-pro
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

FitJsonDb

PHP 7.0 Simply development data storage., (*1)

Installation

composer require fitdev-pro/json-db

Usage

Base usage, (*2)

<?php
use FitdevPro\JsonDb\Database;

$db = new Database($file_system);
$table = $db->getTable('Person');

$person = $table->findFirst(['email'=>'test@test.com']);

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation., (*3)

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

15/05 2018

dev-master

9999999-dev https://fitdev.pro

Simply implementation of data storage in json files

  Sources   Download

MIT

The Development Requires

by Karol Kondraciuk

15/05 2018

1.1.1

1.1.1.0 https://fitdev.pro

Simply implementation of data storage in json files

  Sources   Download

MIT

The Development Requires

by Karol Kondraciuk

15/05 2018

1.1.0

1.1.0.0 https://fitdev.pro

Simply implementation of data storage in json files

  Sources   Download

MIT

The Development Requires

by Karol Kondraciuk

30/04 2018

1.0.1

1.0.1.0 https://fitdev.pro

Simply implementation of data storage in json files

  Sources   Download

MIT

The Development Requires

by Karol Kondraciuk

30/04 2018

1.0.0

1.0.0.0 https://fitdev.pro

Simply implementation of data storage in json files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Karol Kondraciuk