octophp/encore

dev-main 2024-01-04 21:43 UTC

This package is auto-updated.

Last update: 2024-04-04 22:20:24 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.