00f100/fcphp-datasource

There is no license information available for the latest version (dev-master) of this package.

Package to manipulate datasource

dev-master 2019-07-30 02:00 UTC

This package is auto-updated.

Last update: 2024-03-29 04:04:43 UTC


README

Abstract class to Datasource FcPhp

Build Status codecov

PHP Version Packagist Version Total Downloads

How to install

Composer:

$ composer require 00f100/fcphp-datasource

or add in composer.json

{
    "require": {
        "00f100/fcphp-datasource": "*"
    }
}

How to use

This class is abstract. Have methods default to connect, disconnect, execute Query and get Strategy to use in Query.

See: