PHP Classes

File: system/dependencies/envms/fluentpdo/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/envms/fluentpdo/composer.json   Download  
File: system/dependencies/envms/fluentpdo/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 3 years ago
Size: 608 bytes
 

Contents

Class file image Download
{ "name": "envms/fluentpdo", "description": "FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.", "keywords": ["db", "database", "dbal", "pdo", "fluent", "query", "builder", "mysql", "oracle"], "homepage": "https://github.com/envms/fluentpdo", "license": ["Apache-2.0", "GPL-2.0+"], "authors": [ { "name": "envms", "homepage": "http://env.ms" } ], "autoload": { "psr-4": { "Envms\\FluentPDO\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^7.0", "envms/fluent-test": "^1.0" } }