octophp/encore

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/octophp/encore

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

This package is auto-updated.

Last update: 2025-09-29 02:44:18 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.