Libraries tagged by class properties
wyz/file-indexer
2 Downloads
Some PHP classes for processing files, and for indexing file properties in a database.
voceconnect/wp-twitter-cards
2391 Downloads
Helper class to generate meta tags for twitter card support. When support is added to a post type, a meta box is added on the post edit view to configure the twitter card properties.
unicon/unicon
3059 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, ...)
krylov123/handy-api-response
11 Downloads
Simple and handy Class for API Responses with success flag, errors bag and data property
jclaveau/php-visibility-violator
185 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
dealnews/typed-objects
18 Downloads
Base classes for creating objects with typed/constrained properties
blainesch/magicoracle
16 Downloads
A proxy class developed for unit testing that makes all methods and properties public to you.
aharisu/generate-form-request-phpdoc
158 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class