Libraries tagged by replay
praetoriantechnology/twig-anonymize
297 Downloads
Basic anonymize filter which leaves first and last letter and replaces rest with asterisks.
pqrs/phploan
3427 Downloads
Calculates the monthly repayments of a loan
postyou/contao-webp-bundle
3083 Downloads
Replace images with WebP format if the browser supports it
plott/wp-password-bcrypt
209 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.
plenta/contao-encryption
563 Downloads
A replacement service for the removed Contao encryption class.
phpfui/php-imap
17 Downloads
PHP IMAP with OAUTH2 for drop in replacement in PHP 8.4
pgfactory/markdownplus
37 Downloads
Replaces the built-in Markdown compiler, provides few but powerful extensions
peteheaney/craft-vertical-tabs
201 Downloads
Replace the Craft Control Panel's horizontal tabs with vertical tabs.
pecl/timezonedb
10 Downloads
This extension is a drop-in replacement for the builtin timezone database that comes with PHP.
pawel-brzezinski/sulu-storage-bundle
8980 Downloads
Custom implements of filesystem for Sulu storage. This bundle replaces standard Sulu Media Storage filesystem.
pantheon-systems/example-drupal7-travis-composer
52 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Travis CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
pantheon-systems/example-drupal7-circle-composer
102 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
ovrflo/jit-hydrator
2036 Downloads
A drop-in replacement for Doctrine ORM's default object hydrator capable of generating optimized hydration code for each query.
outl1ne/laravel-generate-storage-structure
6 Downloads
This package generates the Laravel storage folder structure. Useful when mounting an empty directory to replace `storage/` in production or staging environments.
orklah/psalm-elvis-begone
10131 Downloads
Replace Elvis operator (?:) by null coalesce operator (??) when applicable