Skip to content

Commit a1c7a00

Browse files
committed
up
1 parent 3026932 commit a1c7a00

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# PHP CRUD API Generator
22

3+
[![Latest Stable Version](https://poser.pugx.org/bitshost/php-crud-api-generator/v/stable)](https://packagist.org/packages/bitshost/php-crud-api-generator)
4+
[![Total Downloads](https://poser.pugx.org/bitshost/php-crud-api-generator/downloads)](https://packagist.org/packages/bitshost/php-crud-api-generator)
5+
[![License](https://poser.pugx.org/bitshost/php-crud-api-generator/license)](https://packagist.org/packages/bitshost/php-crud-api-generator)
6+
[![PHP Version](https://img.shields.io/badge/php-%3E%3D8.0-blue.svg)](https://php.net)
7+
38
Expose your MySQL/MariaDB database as a secure, flexible, and instant REST-like API.
49
Features optional authentication (API key, Basic Auth, JWT, OAuth-ready),
510
OpenAPI (Swagger) docs, and zero code generation.

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "bitshost/php-crud-api-generator",
3-
"description": "Automatic, configurable CRUD API generator for MySQL/MariaDB in PHP (with optional authentication)",
4-
"type": "project",
3+
"description": "Instant REST API for MySQL/MariaDB with JWT auth, rate limiting, monitoring, and zero code generation",
4+
"type": "library",
55
"license": "MIT",
6+
"keywords": ["api", "rest", "crud", "mysql", "jwt", "authentication", "rate-limiting", "monitoring", "swagger", "openapi"],
7+
"homepage": "https://github.com/BitsHost/php-crud-api-generator",
68
"minimum-stability": "stable",
7-
"authors": [
9+
"authors": [
810
{
911
"name": "Adrian D",
1012
"email": "contact@delvirai.net",
@@ -23,5 +25,9 @@
2325
},
2426
"require-dev": {
2527
"phpunit/phpunit": "^10.0"
28+
},
29+
"support": {
30+
"issues": "https://github.com/BitsHost/php-crud-api-generator/issues",
31+
"source": "https://github.com/BitsHost/php-crud-api-generator"
2632
}
2733
}

0 commit comments

Comments
 (0)