PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Owen Hester   PHP SQLSRV Linux   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SQLSRV Linux
Access Microsoft SQL Server databases in Linux
Author: By
Last change:
Date: 3 years ago
Size: 897 bytes
 

Contents

Class file image Download
{ "name": "radsectors/sqlshim", "description": "sqlsrv for Linux/OS X", "keywords": ["sqlsrv", "php", "linux", "osx", "microsoft", "azure"], "homepage": "https://github.com/radsectors/sqlshim", "license": "MIT", "authors": [ { "name": "Marc Hester", "email": "marc@radsectors.com", "homepage": "https://github.com/maercoftheshire", "role": "Developer" } ], "support": { "email": "support@radsectors.com" }, "require": { "php" : ">=5.4.0" }, "minimum-stability": "stable", "prefer-stable": true, "require-dev": { "phpunit/phpunit": "*", "radsectors/urp": "dev-master", "squizlabs/php_codesniffer": "^3.2" }, "suggest": { }, "autoload": { "psr-4": { "radsectors\\": "src" }, "files": ["src/globals.php"] }, "autoload-dev": { "psr-4": { "radsectors\\test\\": "tests" } } }