PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Murilo Gomes Julio   MiPhant DBLite   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MiPhant DBLite
Manipulate records of a SQLite database
Author: By
Last change:
Date: 5 months ago
Size: 610 bytes
 

Contents

Class file image Download
{ "name": "mugomes/miphantdblite", "version": "1.0.2", "description": "Crie tabelas e consulte, adicione, altere e exclua registros do SQLite3.", "type": "library", "authors": [ { "name": "Murilo Gomes Julio", "email": "mugomesoficial@gmail.com", "homepage": "https://mugomes.github.io" } ], "homepage": "https://github.com/mugomes/miphantdblite", "license": "MIT", "_comment": [ "Copyright (C) Murilo Gomes Julio" ], "autoload": { "psr-4": { "MiPhantDBLite\\": "src/" } } }