laravel-fast-crud
by dev-toolbelt
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
laravel-api-response
A clean, fluent, and consistent API response builder for Laravel 10/11/12. Features standardized JSON responses, automatic pagination metadata, built-in exception handling, validation error formatting, and a convenient trait for controllers.
laravel-sieve
by architools
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
laravel-api-toolkit
by sinemacula
A comprehensive Laravel toolkit for streamlined development of RESTful APIs
laravel-mongodb-api
by nvmcommunity
Easily build MongoDB queries from API requests using Alchemist Restful API.
dingo-api
A RESTful API package for the Laravel and Lumen frameworks.
laravel-api-buddy
by bkstar123
A lightweight Laravel package helps you to quickly build a high-quality RESTful API with transformation, filtering, sorting, paginating and more
laravel-socialite-api
by ray-cheng
package for laravel 5.1 retrieve user datas serve for restful api authentication.
laravel-socialite-api
by turbo124
package for laravel 5.2 retrieve user datas serve for restful api authentication.
laravel-restful
by kohenkatz
Create your own REST API in Laravel. Supports JSON, JSONP, and XML output.