Libraries tagged by phpu
facile-it/paraunit-testcase
23417 Downloads
paraunit testcase
f3ath/lazypdo
44964 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
f3ath/curlwrapper
15788 Downloads
The simplest OOP wrapper for curl, curl_multi, curl_share functions. Use CURL as a dependency, not hard-coded!
dekeysoft/pu-tester
832 Downloads
BDD extension for PHPUnit that allows to write tests as a specifications in a human-readable format.
cubesolutions/phpconsistent
129 Downloads
PHPConsistent is a dynamic and static code analysis tool that verifies the consistency between the function/method calls your code makes and the in-line documentation (docblock) of the called functions/methods.
brunty/api-testcase
288 Downloads
A testcase that extends PHPUnit to help with testing HTTP (mainly API) endpoints.
brunoconte3/validation
1694 Downloads
O Validator permite validar vários tipos de dados, além de diversas formatações e comparações!
phpuzem/sms
476 Downloads
Netgsm Sms Paketi
phputil/validator
414 Downloads
Easy and powerful validator for PHP
phputil/tdatetime
524 Downloads
Extends the features of PHP's DateTime
phputil/session
859 Downloads
A simple object-oriented wrapper to PHP's session functions.
phputil/router
676 Downloads
ExpressJS-like router for PHP
phputil/pdowrapper
460 Downloads
A useful PDO wrapper.
phputil/http
822 Downloads
HTTP related classes
phputil/di
489 Downloads
Dependency Injection for PHP