ovimughal/lamirest

Laminas REST api/microframework/config/JWT Auth/ACL/SSO/Multitenant

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

pkg:composer/ovimughal/lamirest

1.1.0 2025-01-07 11:48 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

  1. Open terminal
  2. cd /path/of/your/application (e.g cd /var/www/Laminas-App)
  3. composer require ovimughal/lamirest

Start Using

  1. With Lamirest you will get access to Lamirator(Laminas, Lamirest module scaffolder)
  2. For Lamirator check Lamirator