Libraries tagged by Request Models
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
70 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
101 Downloads
Request Model for Yii2
pioniro/request-response-model-converter-bundle
195 Downloads
Serializes and unserializes your request and response models
pioniro/request-response-model
222 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
348 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
20 Downloads
Apply request-based filters to Eloquent models in Laravel
rawveg/model-validation
56 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
4geo35/request-form
79 Downloads
Model for manage visitor requests
pokhreldipesh/model-filter
1 Downloads
A composable query filter system for Laravel Eloquent models. Define filters and sorting behavior on models, then apply them from request parameters.
laramore/requests
221 Downloads
Create a request for each of your Laramore model