Libraries tagged by wrapper class
msztorc/image-processor
2995 Downloads
ImageProcessor is a wrapper class for graphics libraries like GD2, ImageMagick and epeg.
jitsu/wrap
71 Downloads
Wrapper classes for strings, arrays, and regexes with chainable methods
debugteam/mysqliwrapper
11 Downloads
Wrapper class for MySQLi functions
bigpaulie/imap
45 Downloads
A PHP wrapper class for PHP's IMAP-related email handling functions.
codekandis/phpunit
595 Downloads
`codekandis/phpunit` is a library for `PHPUnit` testing with enhanced test cases and custom constraint assertions.
crazy-max/cws-curl
1145 Downloads
A flexible wrapper PHP class for the cURL extension.
codekandis/ldap
150 Downloads
`codekandis/ldap` is a library providing LDAP wrapper interfaces and classes.
codekandis/curly-brace
64 Downloads
`codekandis/curly-brace` is a library providing cURL wrapper interfaces and classes to handle requests and responses.
martijngastkemper/camcima-soap-client
1741 Downloads
Wrapper around PHP SoapClient class, based on camcima/camcima-soap-client
ishworkh/navigable-date
63 Downloads
Wrapper around php DateTime class
glucnac/ziparchivemanager
7 Downloads
A simple wrapper around PHP's ZipArchive class that provides a more object-oriented interface to make it easier to create, extract, and modify zip archives.
niels-janssen/soap-client
8 Downloads
Wrapper around PHP SoapClient class, based on camcima/camcima-soap-client
orel/simplecurl
9 Downloads
PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
tereta/pdo
0 Downloads
PDO decorator with lazy connection and automatic reconnect on disconnect-class errors (MySQL gone-away, PostgreSQL connection failure). For long-running workers and daemons.