alex-kalanis/kw_connect

Connecting lookups into their respective engines

v4.1.0 2024-04-01 23:18 UTC

This package is auto-updated.

Last update: 2024-04-01 23:24:18 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Contains connection between content lookups like tables and storage engines. Allow you use any of them as the same source and one table engine over everything. The main database engine layer is usually already decided by your framework or existing system. So then you need only to connect this layer before using it with things built over this connector.

PHP Installation

composer.phar require alex-kalanis/kw_connect

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Connect the "kalanis\kw_connect\*" into your app. Use the correct one depending on your connection to datasource (like defined by your framework or environment). When it come be necessary you can define your own. You can extends every library to comply your use-case; mainly for describe your searched inputs.