Libraries tagged by riff
vaened/php-search-engine
87187 Downloads
A flexible PHP search library that provides essential features for implementing search engines. It includes capabilities for filtering, indexing, and search functionalities. Designed to be easily extensible, it integrates seamlessly with different ORM frameworks to enhance search operations and manage complex queries.
tivie/command
49592 Downloads
An utility library that harmonizes OS differences and executes external programs in a safer way
ssddanbrown/htmldiff
447121 Downloads
HTML Content Diff Generator
skrz/meta
89634 Downloads
Different wire formats, different data sources, single object model
shlinkio/shlink-ip-geolocation
49351 Downloads
Shlink module with tools to geolocate an IP address using different strategies.
shlinkio/shlink-importer
47485 Downloads
Collection of tools to import links from different sources and map them to a shlink-compliant format
scullwm/mailhookbundle
18767 Downloads
A bundle to catch API webhook from differents mail service
robinncode/db_craft
1516 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
psx/data
153277 Downloads
Data processing library to read and write POPOs in different formats
mmamedov/page-cache
11878 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
mimmi20/ua-device-type
386291 Downloads
a class collection for different device types
mimmi20/ua-browser-type
386171 Downloads
a class collection for different browser types
mdwheele/zalgo
19270 Downloads
His six mouths speak in different tongues, and the seventh shall sing the song that ends the earth.
matomo/doctrine-cache-fork
508000 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
marcocesarato/sqlparser
35555 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.