PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages 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: chore(phase-3): add PHPStan/PHPCS configs, CI workflow, and Phase 3 plan doc; install dev tools
up
Merge branch 'main' of https://github.com/BitsHost/PHP-CRUD-API-Generator
Date: 2 months ago
Size: 1,084 bytes
 

Contents

Class file image Download
{ "version": "2.0.0-dev", "name": "bitshost/php-crud-api-generator", "description": "Instant REST API for MySQL/MariaDB with JWT auth, rate limiting, monitoring, and zero code generation", "type": "library", "license": "MIT", "keywords": ["api", "rest", "crud", "mysql", "jwt", "authentication", "rate-limiting", "monitoring", "swagger", "openapi"], "homepage": "https://github.com/BitsHost/php-crud-api-generator", "minimum-stability": "stable", "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", "phpstan/phpstan": "^2.1", "squizlabs/php_codesniffer": "^4.0" }, "support": { "issues": "https://github.com/BitsHost/php-crud-api-generator/issues", "source": "https://github.com/BitsHost/php-crud-api-generator" } }