Libraries tagged by xquery
thesoftwarefanatics/php-html-parser
426509 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
synergitech/laravel-salesforce
18039 Downloads
This package uses omniphx/forrest to provide an Eloquent-style way of querying sObjects from Salesforce.
spatie/elasticsearch-search-string-parser
22583 Downloads
Build Elasticsearch queries based of a query string
sngrl/sphinxsearch
163289 Downloads
Laravel package to query Sphinxsearch in Laravel 5
sleeping-owl/with-join
87419 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
seyyedam7/laravel-html-parser
25920 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
rubobaquero/phpquery
253400 Downloads
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library
pyaesoneaung/to-raw-sql
8717 Downloads
Get raw SQL from Laravel Query Builder
phpquery/phpquery
143932 Downloads
jquery for php
pfrenssen/matomo-reporting-api
101468 Downloads
PHP client library to query the Matomo Reporting API.
muglug/package-versions-56
989492 Downloads
A backport of ocramius/package-versions that supports php ^5.6. Composer plugin that provides efficient querying for installed package versions (no runtime IO)
michaloravec/laravel-paginateroute
11002 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
mediawiki/cargo
3050 Downloads
A MediaWiki extension that allows for the storage and querying of data contained within templates.
mcrumley/php-complexify
144978 Downloads
PHP port of Dan Palmer's jquery.complexify.js
marcocesarato/sqlparser
37716 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.