Libraries tagged by class
sandrokeil/interop-config
356635 Downloads
Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.
sameer-shelavale/php-countries-array
326602 Downloads
PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent
sallar/jdatetime
36966 Downloads
Jalali (Shamsi) DateTime class written in PHP, Supports year higher than 2038
sailenicolas/forceutf8
103338 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
rikbruil/doctrine-specification
196905 Downloads
Doctrine Specification pattern for building queries dynamically and with re-usable classes for composition.
renoki-co/laravel-healthchecks
51141 Downloads
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
recaptcha/php5
613779 Downloads
A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API.
rafaelfragoso/haversini-formula
188163 Downloads
This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.
primal/color
408167 Downloads
Collection of classes for converting and manipulating colors
phpstan/phpstan-dibi
727677 Downloads
Dibi class reflection extension for PHPStan
php2wsdl/php2wsdl
403425 Downloads
Create WSDL files form PHP classes.
php-stubs/wordpress-tests-stubs
664305 Downloads
WordPress Tests function and class declaration stubs for static analysis.
php-pushover/php-pushover
51290 Downloads
PHP class for the Pushover.net project
phar-io/gnupg
156617 Downloads
Thin GnuPG wrapper class around the gnupg binary, mimicking the pecl/gnupg api
pearl/lumen-request-validate
334348 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class