Popular Packages
-
-
-
PHP
devture/browserless
Library for communicating with the Browserless.io API (generating PDFs, etc.)
-
-
-
-
PHP
automattic/jetpack-composer-plugin
A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.
-
-
-
PHP
lbigroupp/dpegenerator
This package is use for generate French DPEG picture. This new DPEG is an evolution of ELAN law on 2021-07-01.
-
-
-
-
-
PHP
calmohallag/nullable-casting
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.