Libraries tagged by php5.5
net_bazzline/classmap_generator
57 Downloads
php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file
mongojacket/mongojacket
16 Downloads
A wrapper for PHP MongoDB drivers
ion/php-trans-porter
1140 Downloads
A PHP command-line utility and class library to convert source code between PHP 5.6 / 7.0 / 7.1 / 7.2.
ifornew/laravel-mqtt
291 Downloads
A wrapper for the php-mqtt/client library for Laravel.
backtend/phpfifth
7 Downloads
phpenv phplib phputil for php 5
atayahmet/laramongo
17 Downloads
Mongo DB manager
fmup/fmup
1115 Downloads
FMUP Framework - Easy to handle
chris-doehring/ssh
1 Downloads
A lightweight package to execute commands over an SSH connection, based on `spatie/ssh`, with php 5.6 compatibility.
jinzaolog/phpsdk
76 Downloads
aliyun-log-php API for php of Laravel5
pejmankheyri/smsir-joomla-plugin-user
7 Downloads
send sms via sms.ir
pejmankheyri/smsir-joomla-plugin-contact
7 Downloads
send sms via sms.ir
pejmankheyri/smsir-joomla-component
7 Downloads
send sms via sms.ir
pejmankheyri/smsir-joomla-acy
7 Downloads
send sms via sms.ir
yasiao/php-simple-html-dom-parser
17 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
yanxishe/php-old-style
0 Downloads
A compatibility layer of old php functions for running in new php versions,for example use mysql_* function in PHP5.5 or later. Chinese :php-old-style是一个PHP旧版本函数的兼容层,可以在新的PHP版本中兼容一些被废弃的函数(将旧函数名称用新函数来实现)。比如可以在PHP5.5之后的版本,继续使用mysql_*系列函数。