ovimughal / lamirest
Laminas REST api/microframework/config/JWT Auth/ACL/SSO/Multitenant
1.1.0
2025-01-07 11:48 UTC
Requires
- php: >=8.1
- doctrine/doctrine-orm-module: ^6.2
- firebase/php-jwt: ^6.10
- laminas/laminas-permissions-acl: ^2.17.0
- monolog/monolog: ^3.8.1
- ovimughal/lamirator: 1.0.2
This package is auto-updated.
Last update: 2026-03-07 14:06:44 UTC
README
Laminas package to make your REST api development easy with lots of goodies available in the package out of the box, like
- Nice response structure
- API_KEY security
- JWT Authentication
- SSO
- ACL
- Switch between single & multi tenant
- Huge range of configurations
- File Manager
- SQL query wrapper to query with doctrine or native sql
- Jasper Reporting Wrapper Engine
- Service Injector to access any service from package like JWT, Encryption, FileMan, Entity hydrator, Language, Tenant & so on
- and lot more...
Install
- Open terminal
cd /path/of/your/application(e.gcd /var/www/Laminas-App)composer require ovimughal/lamirest
Start Using
- With
Lamirestyou will get access toLamirator(Laminas, Lamirest module scaffolder) - For
Lamiratorcheck Lamirator