Libraries tagged by query string
goodcat/laravel-filter-querystring
20 Downloads
A laravel package to filter Eloquent models using query string parameters
globyapp/odata-query-parser
1001 Downloads
Parse OData v4 query strings, outputs proper PHP objects.
cosnavel/laravel-query-localization
8167 Downloads
Query String Localization Package for Laravel
ericdowell/feature-toggle
542 Downloads
Simple feature toggle api for Laravel applications.
innova2/url-builder
820 Downloads
A lightweight PHP 7.4+ library with many features to easy build URLs
kdyby/doctrine-dbal-batchimport
38220 Downloads
Batch import & execute utils for effective processing of SQL Imports from files and strings
tanmaymishu/laravel-funnel
3995 Downloads
Bind http query string parameters to Eloquent model attributes.
itul/sql-to-laravel
1860 Downloads
Convert a raw sql query string to a laravel query builder class.
eth8505/laminas-api-tools-rest-queryparam-validation
8774 Downloads
query string validation for laminas-api-tools/api-tools-rest
1msg/one_msg_waba_sdk
2666 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
sigep/request
1108 Downloads
Utility for parse querystring
hershel-theodore-layton/sql-queryf
101 Downloads
Render queryf-style SQL queries to strings for logging and debugging
yarri/keywords-highlighter
20453 Downloads
Highlights keywords (typically a search query) in a HTML string
ixnode/php-date-parser
590 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
yoursjarvis/laravel-filter-query
8 Downloads
A small and simple Laravel package for adding filters functionality to a models by adding traits.