Libraries tagged by PHP Repl
label305/xlsx-extractor
4751 Downloads
PHP library for extracting and replacing string data in .xlsx files.
label305/pptx-extractor
5451 Downloads
PHP library for extracting and replacing string data in .pptx files.
leofeyer/optimize-native-functions-fixer
5428 Downloads
Prefixes native PHP functions which can be replaced with opcodes by the OPcache.
preee/google-directions
980 Downloads
PHP Wrapper for Google directions API. Replaces and adds more features to the unmaintained package from Palmabit-IT
irfan-manitechnest/sodium-crypto
1 Downloads
A modern PHP 8.3+ encryption library (Fidelius replacement) using the Sodium extension.
bytespin/easyadmin-no-private-plugin
9 Downloads
It replaces the `private function __construct` PHP keyword from all EasyAdmin classes by `public function __construct`, so you can call parent constructors when extending a class.
bubnov/twig-markers
14 Downloads
php Twig extention filter allows you replace placeholders in text by content context
itrocks/build
0 Downloads
Extend your PHP classes: add interface and traits or replace with a child class
universalware/ds-yii2-tcpdf
1 Downloads
Replacement for glitchit/ds-yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.
tarekdj/nsfix
960 Downloads
PHP_CodeSniffer custom sniff that finds a set of namespaces and replace it by new ones.
salonhub/itc-reporter
15 Downloads
PHP package for downloading stats from iTunes Connect - Replacement for Apples Java based Reporter.jar
sabi/spritesheet-generator
0 Downloads
Simple php library that combine seperated images(png) to one spritesheet image and replace background color with transparent and generate css
plott/plottcore-pwd-bcrypt
8 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.
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.
phile/textile
18 Downloads
Replace the default parser (Markdown) in Phile with the PHP-Textile (https://github.com/textile/php-textile) parser.