2017 © Pedro PelĂĄez
 

library db

OSF db manager

image

osflab/db

OSF db manager

  • Saturday, April 21, 2018
  • by Guillaume Ponçon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 3 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

OSF db component

A database management mechanism based on Zend Db and generated static models from OSF Generator., (*1)

Installation

You need at least php 7.1 and composer:, (*2)

sudo apt install composer

In your application via composer

This is the recommended way to use this feature in a non-osf project., (*3)

Just add osflab/db in your composer.json file., (*4)

From github

To test the component or participate in its development., (*5)

git clone https://github.com/osflab/db.git
cd db && composer update

Unit tests launch:, (*6)

vendor/bin/runtests

The Versions