Libraries tagged by php-support
php-imap/php-imap
11741526 Downloads
Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
nesk/puphpeteer
1055796 Downloads
A Puppeteer bridge for PHP, supporting the entire API.
krowinski/bcmath-extended
897438 Downloads
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations
fproject/php-jwt
1483079 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
zoon/puphpeteer
83055 Downloads
A Puppeteer bridge for PHP, supporting the entire API.
stil/curl-easy
201274 Downloads
cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot.
sallar/jdatetime
40473 Downloads
Jalali (Shamsi) DateTime class written in PHP, Supports year higher than 2038
travisghansen/kubernetes-client-php
16455 Downloads
Kubernetes API client in PHP supporting REST operations and Watches
okamos/php-ses
11255 Downloads
An Amazon SES api for PHP. Support signature version 4
mix/vega
8353 Downloads
Mix Vega is a HTTP web framework written in PHP support Swoole, WorkerMan
extractr-io/puphpeteer
3157 Downloads
A Puppeteer bridge for PHP, supporting the entire API.
joy2362/php-time-zone
1492 Downloads
A simple package that provide list of all timezone that php support
flightphp/active-record
1705 Downloads
Micro Active Record library in PHP, support chain calls, events, and relations.
efureev/support
62019 Downloads
PHP Support Package is a collection of useful functions and snippets
calmohallag/nullable-casting
10077 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.