Releases: fullstackondemand/php-rest-api
Releases · fullstackondemand/php-rest-api
v3.0.0
3.0.0 / 2025.07.01
✨ Added
- Integrated Slim Framework for routing.
- Added Doctrine ORM support for MySQL database.
- Implemented JWT Authentication using secure token-based auth.
- Added Dotenv environment variable configuration.
- Created file upload endpoint with secure handling.
- Modular directory structure
🐛 Fixed
- Resolved PHP 8.x compatibility issues.
- Improved error handling and response structure.
v2.0.0
2.0.0 / 2025.01.14
changelog
- mongodb use to manage database
v1.5.0
1.5.0 / 2025.01.13
changelog
- composer use to manage package
- dotenv use to config environment variables
v1.0.0_mysql
1.0.0 MySQL / 2025.01.13
used features
- get, post, update and delete data in database table
- upload file in php server
- header access token authorization
- url access token authorization