Libraries tagged by php jquery
gdbots/query-parser
133152 Downloads
Php library that converts search queries into terms, phrases, hashtags, mentions, etc.
fenguoz/tron-php
31574 Downloads
Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
alexmg86/laravel-sub-query
35220 Downloads
Laravel subquery
timetoogo/pinq
97442 Downloads
PHP Integrated Query - A real LINQ library for PHP
minimalcode/search
443236 Downloads
Fluent Lucene-Sorl Query Builder for PHP
izniburak/pdox
19251 Downloads
Useful Query Builder, PDO Class for PHP. A simple access to your SQL records.
ymigval/laravel-model-cache
6542 Downloads
Laravel package for caching Eloquent model queries
rpnzl/arrch
119302 Downloads
Array queries for PHP 5.3
prooph/service-bus-symfony-bundle
388929 Downloads
phpwhois/phpwhois
389344 Downloads
phpWhois - library for querying whois services and parsing results. Based on phpwhois.org
kevinoo/phpwhois
45879 Downloads
phpWhois - library for querying whois services and parsing results.
infinitypaul/laravel-database-filter
40259 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
jsmitty12/phpwhois
160597 Downloads
phpWhois - library for querying whois services and parsing results.
llagerlof/moodlerest
61443 Downloads
MoodleRest is a PHP class to query Moodle REST webservices
marcocesarato/sqlparser
36873 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.