Libraries tagged by class props
unicon/unicon
3062 Downloads
Universal PHP variable converter. The main feature is converting arrays to an object of given class. In this case, Unicon follows PhpDoc annotations, works recursively to create the object's properties.
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, ...)
rodrigodiez/mockable-predis
258 Downloads
A class that extends Predis/Client and has all its magic methods anotated so you can create Prophecy mocks
rockylars/faker
8 Downloads
Simple class/method faking tool like Mockery and Prophecy to make tests focus on one service at a time
pecee/asynctask
16 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
krylov123/handy-api-response
13 Downloads
Simple and handy Class for API Responses with success flag, errors bag and data property
jclaveau/php-visibility-violator
201 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
f1ames/pear_image_iptc
321 Downloads
This package provides a mechanism for modifying IPTC header information. The class abstracts the functionality of iptcembed() and iptcparse() in addition to providing methods that properly handle replacing IPTC header fields back into image files.
dealnews/typed-objects
20 Downloads
Base classes for creating objects with typed/constrained properties
blainesch/magicoracle
18 Downloads
A proxy class developed for unit testing that makes all methods and properties public to you.
proprietes-privees/tp-minify
16 Downloads
Zend Framework 2 module which uses the Steve (mrclay) Clay's Minify library for styles and scripts obfuscation
xofttion/soa
11 Downloads
Librería que proporciona un conjunto de clase para implementar los principios de Arquitectura Orientada a Servicios (SOA)
xofttion/orm
13 Downloads
Librería que proporciona un conjunto de clase para implementar los principios de mapeo objeto-relacional (ORM)
koldown/ioc
16 Downloads
Librería que proporciona un conjunto de clase para implementar los principios de inversión de control (IoC)
koldown/hexagonal
8 Downloads
Librería que proporciona un conjunto de clase para implementar arquitectura hexagonal