Skip to content

Releases: fullstackondemand/php-rest-api

v3.0.0

01 Jul 12:06
Compare
Choose a tag to compare

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

14 Jan 04:19
Compare
Choose a tag to compare

2.0.0 / 2025.01.14

changelog

  1. mongodb use to manage database

v1.5.0

13 Jan 18:00
Compare
Choose a tag to compare

1.5.0 / 2025.01.13

changelog

  1. composer use to manage package
  2. dotenv use to config environment variables

v1.0.0_mysql

13 Jan 15:10
Compare
Choose a tag to compare

1.0.0 MySQL / 2025.01.13

used features

  1. get, post, update and delete data in database table
  2. upload file in php server
  3. header access token authorization
  4. url access token authorization