Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@fullstackondemand fullstackondemand released this 01 Jul 12:06
· 1 commit to master since this release

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.