Libraries tagged by PHP Repl
psy/psysh
606893581 Downloads
An interactive shell for modern PHP.
symfony/options-resolver
547040920 Downloads
Provides an improved replacement for the array_replace PHP function
browscap/browscap-php
4212248 Downloads
Standalone replacement for php's native get_browser() function
willdurand/email-reply-parser
7478443 Downloads
Port of the cool GitHub's EmailReplyParser library in PHP
php-vcr/php-vcr
3311964 Downloads
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
d11wtq/boris
12512490 Downloads
A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP.
roots/wp-password-bcrypt
10473894 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
interconnectit/search-replace-db
119933 Downloads
A PHP search replace tool for quickly modifying a string throughout a database. Useful for changing the base URL when migrating a WordPress site from development to production.
theofidry/psysh-bundle
3922573 Downloads
A port of the PHP REPL PsySH for Symfony.
symfony/ai-platform
1783152 Downloads
PHP library for interacting with AI platform provider.
justbetter/magento2-sentry
1626815 Downloads
Magento 2 Logger for Sentry
igbinary/igbinary
11755 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
jasongrimes/paginator
1347864 Downloads
A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.
krowinski/php-mysql-replication
135866 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.
swayok/alternative-laravel-cache
611723 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/