Libraries tagged by like php
berlindb/core
26386 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
krowinski/php-mysql-replication
60471 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.
jlorente/php-credit-cards
214544 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
gravitypdf/querypath
274102 Downloads
PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
tburry/pquery
432353 Downloads
A jQuery like html dom parser written in php.
krowinski/bcmath-extended
767543 Downloads
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations
duzun/hquery
98134 Downloads
An extremely fast web scraper that parses megabytes of HTML in a blink of an eye. No dependencies. PHP5+
pug-php/pug
306425 Downloads
HAML-like template engine for PHP
laravel-views/laravel-views
70117 Downloads
Laravel package to create beautiful common views like tables using only PHP code
ssnepenthe/color-utils
849925 Downloads
A PHP library for performing SASS-like color manipulations.
rct567/dom-query
168797 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
swisnl/json-api-client
334209 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
wikimedia/php-session-serializer
953070 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
js-phpize/js-phpize
316684 Downloads
Convert js-like syntax to standalone PHP code.
thesoftwarefanatics/php-html-parser
418125 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.