PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eric AGNEL   Simple PHP PDO API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP PDO API
Perform common database operations using PDO
Author: By
Last change:
Date: 1 year ago
Size: 372 bytes
 

Contents

Class file image Download
{ "name": "kuran/sapi", "description": "A simple CRUD Api system", "keywords": [ "crud", "api" ], "type": "library", "license": "MIT", "authors": [ { "name": "AGNEL Eric", "email": "eric.agnel@gmail.com" } ], "require": { "php": ">=8.1" }, "autoload": { "psr-4": { "Kuran\\SApi\\": "src/Kuran/SApi" } }, "minimum-stability": "stable" }