ovimughal / lamirest
Laminas REST api/microframework/config/JWT Auth/ACL/SSO/Multitenant
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
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: 2025-03-07 12:10:03 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
Lamirest
you will get access toLamirator
(Laminas, Lamirest module scaffolder) - For
Lamirator
check Lamirator