Libraries tagged by php extension
phpv8/v8js-stubs
134651 Downloads
IDE stubs for V8Js PHP extension
flowpack/jobqueue-redis
62331 Downloads
Implements concrete Queue for the redis work queue. Requires the packages flowpack/jobqueue-common and the redis PHP extension to be installed.
derrabus/ereg-shim
87359 Downloads
Replacement for the ereg legacy php extension.
sad_spirit/pg_wrapper
8309 Downloads
Converter of complex PostgreSQL types and an OO wrapper for PHP's pgsql extension
elshafey/doctrine-window-functions
46545 Downloads
PHP Doctrine Extension that add window functions functionality
plesk/pm-api-stubs
42541 Downloads
Plesk Extensions API PHP files stubs for IDE.
neutrino_api/neutrino_api_client
30503 Downloads
Neutrino API PHP client using the libcURL extension
fof/extend
162487 Downloads
Configurable PHP components for your Flarum extension
narrowspark/mimetypes
109207 Downloads
PHP MIME Types Guesser and extension mapping.
sweelix/yii2-plupload
26932 Downloads
PHP 5.4+ Sweelix Yii2 plupload extension - easy asynchronous file uploads
aoe/restler
72971 Downloads
A TYPO3-Extension, that integrates the popular PHP REST-framework Restler in TYPO3.
mteu/typo3-typed-extconf
6188 Downloads
Aims to provide a type-safe extension configuration management for TYPO3, ensuring proper types instead of string-only values from backend configuration or mixed types from config/system/settings.php
mediawiki/oauthclient
123529 Downloads
PHP OAuth client for use with Wikipedia and other MediaWiki-based wikis running the OAuth extension
greencape/xml-converter
52160 Downloads
A PHP XML parser and compiler that provides an easy way to convert XML into native PHP arrays and back again. No dependencies on external libraries or extensions.
badoo/soft-mocks
34696 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.