Libraries tagged by php-7
dcarbone/gohttp
84294 Downloads
Golang-like http class(es) for PHP 7.0+
coddin-web/laravel-stubs
14507 Downloads
Laravel 7/8 stubs more consistent with PSR-12 and PHP 7/8
cnastasi/serializer
17063 Downloads
A experimental serializer using php 7.4 typed properties and reflection
chillerlan/php-imagetiler
4265 Downloads
An image tile generator. PHP 7.4+
calmohallag/nullable-casting
9912 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
bozhinov/pchart
38258 Downloads
pChart 2.2 compatible with PHP 7
atrapalo/php-tools
37175 Downloads
Several PHP 7 tools to make life a little easier
arokettu/system-clock
6960 Downloads
The smallest PSR-20 implementation (PHP 7.0 and later)
aracoool/yii2-uuid
49789 Downloads
Yii 2 UUID Extension. A PHP 7.0+ library for generating RFC 4122 version 3, 4, and 5 universally unique identifiers (UUID).
sunrise/http-server-request
77039 Downloads
HTTP server request wrapper for PHP 7.1+ based on PSR-7 and PSR-17
mimmi20/wurfl-generic-request
59882 Downloads
the Generic Request Object extracted from Wurfl for PHP 7.1+
ivory/serializer-bundle
94013 Downloads
Serializer for PHP 7.0+ supporting JSON, XML, YAML & CSV
ayesh/is_countable-polyfill
133272 Downloads
A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3
rfookune/lara-pdf-merger-php-7-2
26063 Downloads
Forked from https://github.com/deltaaskii/lara-pdf-merger. Replaced each() (depreciated in php 7.2) to foreach.
rainstreamweb/lara-pdf-merger-php-7-2
10708 Downloads
Forked from https://github.com/deltaaskii/lara-pdf-merger. Add condition if(!class_exists('TCPDF')) (depreciated in php 7.2) to foreach.