octophp/encore

dev-main 2024-05-31 15:42 UTC

This package is auto-updated.

Last update: 2024-12-31 00:32:36 UTC


README

Base structure for API skeleton.

I developed this structure to use on my own projects. It provides you

  • Dependency inject container
  • JSON presentation layer
  • Routing
  • API authentication for SPA projects
  • Database setup
  • Logging interface
  • CORS-enabled middleware

These are must-to-have standard features for an API backend project.

Please use skeleton to start your project.

I also added a React based SPA project to show authentication system.