Libraries tagged by Request Models
mymuns/activity-log
128 Downloads
A comprehensive Laravel 12+ package that provides request-response logging and model change tracking (versioning) with the ability to revert model states via command or API. Logs can be stored in the database or sent to external services like Logstash, Elasticsearch, Loki, or Sentry.
zgldh/laravel-query-filter
13 Downloads
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
syrian-open-source/laravel-relational-metrics
9 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
suhk/datafinder-laravel
13 Downloads
This is a package to implement search and filters on the backend level using DataTables and Laravel Models. The best part of this package is the ability to search across multiple tables and rows in a single request (ajax), with or without using joins.
kirillemko/yii2-request-model
92 Downloads
Request Model for Yii2
pioniro/request-response-model-converter-bundle
187 Downloads
Serializes and unserializes your request and response models
pioniro/request-response-model
214 Downloads
Common interfaces for the Request and Response models
symfony-util/controller-using-templating-http-foundation-symfony-model
6 Downloads
Controllers which render a template and return a Response passing the Request to the Model
nabil12ful/store-data-requests
52 Downloads
Store data to DB by model from requests fields html form
chezrd/jivochat-webhooks-model
306 Downloads
Library for parsing Jivochat (Jivosite) Webhooks API Requests into structured Model.
vangrg/request-mapper-bundle
737 Downloads
This symfony bundle provides tools for mapping request data to your model object and validate it. Good for develop RESTful API's.
tecnocampos/dynamic-model-filter
12 Downloads
Apply request-based filters to Eloquent models in Laravel
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
pointybeard/laravel-filterable-model
2033 Downloads
Add filtering via http request query params to eloquent models