30 open-source projects similar to webneat/lumen-generators, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
In favor of https://github.com/LaravelCollective/annotations. Please update your composer.json file.
Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract under the hood.
This package provides some aditional features to Laravel Blade:
As of Lumen 5.2 the session storage is not included anymore. Unfortunately, for calling Auth::onceBasic(), Auth::basic(), or alike you'll need the session driver which requires the session storage. Therefore HTTP Basic Authentication does not work out-of-the-box anymore for Lumen >=5.2. To be…
This project is a Laravel integration for the Dompdf rendering engine, providing a tool to convert HTML and CSS templates into PDF documents. It functions as a wrapper that allows Laravel applications to generate downloadable or streamable PDF files from web-standard content. The library includes specialized tools for producing PDF/A-3b compliant documents intended for long-term electronic preservation. This archival capability includes the ability to embed XML metadata and attachments, which supports electronic invoicing standards for digital business transactions. The software covers a bro
This package extends Laravel's FormBuilder to include some (soon all) HTML5 elements.
laravel-potion Potion is a pure PHP asset manager for Laravel based off of Assetic.
This project is a slug generation and management tool for the Laravel Eloquent ORM. It provides a reusable trait that adds the ability to create unique, URL-friendly strings from model attributes, allowing database records to be retrieved using human-readable slugs instead of primary keys. The system supports multilingual URL management by maintaining separate localized slugs for a single model instance. It ensures uniqueness through an automatic collision-avoidance mechanism that appends numeric suffixes to duplicate strings and prevents the use of reserved words that might overlap with syst
Write to Laravel Config files and maintain file integrity.
This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network
It's a simple service provider that makes Laravel Passport work with Lumen.
A Laravel base controller class and a trait that will enable to add filtering, sorting, eager loading and pagination to your resource URLs.
This Laravel package introduces Transaction-aware Event Dispatcher. It ensures the events dispatched within a database transaction are dispatched only if the outer transaction successfully commits. Otherwise, the events are discarded and never dispatched.
An extension for using Laravel in a multi domain setting
PHP 8.2, 8.3, or 8.4 - Laravel 10.x, 11.x, or 12.x (or Lumen equivalent)
Rest API boilerplate for Lumen micro-framework.
A minimal package to help you make your laravel application cleaner and faster.
You can add the package directly by firing this command