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
Requires
- php: >=7.2
- 00f100/fcphp-di: *
Requires (Dev)
- 00f100/phpdbug: *
- phpunit/phpunit: 6.*
This package is auto-updated.
Last update: 2026-03-01 00:55:42 UTC
README
Abstract class to Datasource FcPhp
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: