2017 © Pedro Peláez
 

library doff

Php library for managing yaml table data via query functions

image

simondevelop/doff

Php library for managing yaml table data via query functions

  • Monday, July 23, 2018
  • by SimonDevelop
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

version Minimum PHP Version Github Actions PHP GitHub license FOSSA Status, (*1)

doff

DOFF for Data Oriented Flat-File, Library for managing yaml table data via query functions., (*2)

composer require simondevelop/doff

Example

<?php
// Initiate doff
require "vendor/autoload.php";
use SimonDevelop\Doff;

$settings = [
  "path" => "/path/of/data/files/",
  "chmod" => 0770 // optionnal, octal value (only string or integer type)
];
$doff = new Doff($settings);

In your /path/of/data/files, (*3)

# test.yml
-
    name: 'test 0'
-
    name: 'test 1'
-
    name: 'test 2'
-
    name: '3'
-
    name: '4'
<?php
//...

// Example with like query for query.yml
$datas = $doff->select("query", ["name" => "%test%"]);

$datas = [
  ["name" => "test 0"],
  ["name" => "test 1"],
  ["name" => "test 2"]
];

Check this docs for more., (*4)

Go to contribute !

License

FOSSA Status, (*5)

The Versions

23/07 2018

dev-master

9999999-dev https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

17/04 2018

0.0.8

0.0.8.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

17/04 2018

dev-develop

dev-develop https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

17/04 2018

0.0.7

0.0.7.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

13/04 2018

0.0.6

0.0.6.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

12/04 2018

0.0.5

0.0.5.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

10/04 2018

0.0.4

0.0.4.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

10/04 2018

0.0.3

0.0.3.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

10/04 2018

0.0.2

0.0.2.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data

09/04 2018

0.0.1

0.0.1.0 https://github.com/SimonDevelop/doff

Php library for managing yaml table data via query functions

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar SimonDevelop

array query yaml data