PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samuel Adeshina   Scripd   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scripd
Generate database creation SQL queries from JSON
Author: By
Last change:
Date: 7 years ago
Size: 582 bytes
 

Contents

Class file image Download
{ "name": "samshal/scripd", "description": "Easily transfer database structures as json documents, or via rest apis", "keywords": ["json", "jsyn", "database", "schema", "parser", "generator"], "type": "library", "license": "MIT", "authors": [ { "name": "Samuel Adeshina", "email": "samueladeshina73@gmail.com", "homepage": "http://samshal.github.io" } ], "require": { "php": "^5.3 || ^7.0" }, "autoload":{ "psr-4":{ "Samshal\\Scripd\\":"./src" } } }