Libraries tagged by like query
satisfactory-clips-archive/querypath
576 Downloads
HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)
pascalvgemert/laravel-simple-search
128 Downloads
Simplistic search Trait for Laravel eloquent models which can handle relevance score sorting.
rougin/wildfire
1431 Downloads
Eloquent-like ORM for Codeigniter 3.
ctdesarrollo-fbr/searches
29 Downloads
Perform searches with Eloquent models using an array-like API setup
adrosoftware/laravel-data-proxy
773 Downloads
A GraphQL-like declarative data retrieval layer for Laravel with query batching and optimization
ox-harris/phpfront
19 Downloads
phpFront is a server-side, DOM-based template engine. It implements the JQuery API with its powerful CSS3 selectors and chainable methods. It is heavily optimized for server-side rendering and template manipulation in web development. (No template syntaxes - because we hate them like everyone else does!)
whizsid/arraybase
69 Downloads
Pure PHP runtime SQL like query language for manipulate php array data.
baethon/eloquent-searchable-scope
1947 Downloads
An Eloquent scope for building a search query using LIKE statements
chojnicki/laravel-seeder-debugger
1180 Downloads
Show debug info after finishing seeding like execution time or queries count, that can help you write better seeders.
petrelli/eloquent-consumer
276 Downloads
API consumer and query builder that uses Eloquent like syntax
codingpaws/laravel-findby
4167 Downloads
Ruby-like findBy in your Laravel model queries.
vuduythanh2020/mysql-replication
3275 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
plazzag/polario-sdk-php
136 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
ntm-dev/laravel-monitor
8 Downloads
Local-first application monitoring for Laravel — Nightwatch-style insights (requests, queries, jobs, exceptions, cache, mail, ...) on a self-hosted Livewire dashboard like Pulse.
hananils/kirby-choices
22 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.