PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Adrian M   PHP CRUD API Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API Generator
Create an API to access MySQL database record
Author: By
Last change:
Date: 14 days ago
Size: 594 bytes
 

Contents

Class file image Download
{ "name": "bitshost/php-crud-api-generator", "description": "Automatic, configurable CRUD API generator for MySQL/MariaDB in PHP (with optional authentication)", "type": "project", "license": "MIT", "authors": [ { "name": "Adrian D", "email": "contact@delvirai.net", "homepage": "https://upmvc.com", "role": "Developer" } ], "require": { "php": ">=8.0", "firebase/php-jwt": "^6.0" }, "autoload": { "psr-4": { "App\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^10.0" } }