maaf / starter-api
MAAF Starter API - API-first project skeleton with auth, tenant, and modules pre-configured
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/maaf/starter-api
Requires
- php: >=8.1
- maaf/auth: ^1.0
- maaf/config: ^1.0
- maaf/core: ^2.0
- maaf/module: ^1.0
- maaf/monitor: ^1.0
- maaf/queue: ^1.0
- maaf/runtime: ^1.0
- maaf/tenant: ^1.0
Requires (Dev)
- maaf/style: ^1.0
- maaf/testing: ^1.0
- phpunit/phpunit: ^11.5
README
API-first projekt skeleton auth, tenant és modulok előkészítve.
Funkciók
- ✅ API First - RESTful API struktúra
- ✅ Auth Modul - Előre konfigurált autentikáció
- ✅ Tenant Modul - Multi-tenant támogatás
- ✅ Példa Modulok - Példa modulok tanuláshoz
- ✅ Konfiguráció - Előre beállított konfigurációk
- ✅ Dokumentáció - Részletes dokumentáció
Telepítés
composer create-project maaf/starter-api my-api-project
cd my-api-project
Használat
Lásd a dokumentációt részletes információkért.
Struktúra
maaf-starter-api/
├── app/
│ ├── Http/
│ │ ├── Controllers/
│ │ └── Middleware/
│ └── Services/
├── modules/
│ ├── Auth/
│ ├── Tenant/
│ └── Example/
├── config/
├── routes/
├── public/
└── tests/
Licenc
MIT License