Libraries tagged by soql
ray/aura-sql-module
349999 Downloads
aura/sql module for Ray.Di
marcocesarato/sqlparser
36986 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.
jasny/persist-sql-query
405985 Downloads
SQL Query builder and parser
internations/solr-query-component
212343 Downloads
Build Solr queries with ease
ibexa/solr
622393 Downloads
Solr search engine implementation for Ibexa
hmmh/solr-file-indexer
170584 Downloads
Solr file indexer for Typo3
ezsystems/ezplatform-solr-search-engine
1003622 Downloads
Solr search engine implementation for eZ Platform
corneltek/sqlbuilder
55006 Downloads
Fast and Powerful SQLBuilder for PHP
clue/reactphp-sqlite
30300 Downloads
Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
automattic/php-thrift-sql
65380 Downloads
A PHP library for connecting to Hive or Impala over Thrift
aura/sqlschema
218947 Downloads
Provides facilities to read table names and table columns from a database using PDO.
attestto/solana-php-sdk
12125 Downloads
Solana PHP SDK for interacting with the Solana blockchain
amphp/sql-common
1040276 Downloads
Common classes for non-blocking SQL implementations.
udan11/sql-parser
2626 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
ggergo/sqlindexhintbundle
434906 Downloads
Doctrine SqlWalker extension to apply USE INDEX and FORCE INDEX hints using DQL on top of MySql. Works with both createQuery and createQueryBuilder.