Skip to content

Commit 51aea14

Browse files
release v3.0.0
1 parent c3aaeca commit 51aea14

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# Php Rest API Application
1+
# Minimalistic RESTful API with Modular Structure
2+
[![License](http://poser.pugx.org/restjs/php-rest-api/license)](https://packagist.org/packages/restjs/php-rest-api)
3+
[![Latest Stable Version](http://poser.pugx.org/restjs/php-rest-api/v)](https://packagist.org/packages/restjs/php-rest-api)
4+
[![PHP Version Require](http://poser.pugx.org/restjs/php-rest-api/require/php)](https://packagist.org/packages/restjs/php-rest-api)
5+
6+
A lightweight, fast, and easy-to-use RESTful API built with native PHP and MySQL. Perfect for small-scale projects, learning purposes, or when you want to avoid frameworks.
7+
8+
## Features
9+
✅ Slim Framework 4 for lightweight routing <br />
10+
✅ Doctrine ORM integration for MySQL <br />
11+
✅ JWT Authentication for secure token-based auth <br />
12+
✅ Dotenv for environment configuration <br />
13+
✅ File Upload Handling <br />
14+
✅ Modular OOP structure <br />
15+
16+
### License
17+
MIT License. © 2025 [FullStackOnDemand](https://github.com/fullstackondemand)

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "restjs/php-rest-api",
3-
"description": "Create Rest API Application",
3+
"version": "3.0.0",
4+
"description": "Minimalistic RESTful API with Modular Structure",
45
"scripts": {
56
"start": "php -S localhost:8888"
67
},
@@ -41,6 +42,7 @@
4142
"minimum-stability": "dev",
4243
"prefer-stable": true,
4344
"require": {
45+
"php": ">=8.2",
4446
"vlucas/phpdotenv": "^5.6",
4547
"slim/slim": "4.*",
4648
"slim/psr7": "^1.7",

0 commit comments

Comments
 (0)