Libraries tagged by repr
icecave/repr
7607475 Downloads
A library for generating string representations of any value, inspired by Python's reprlib library.
tysonandre/var_representation_polyfill
6886736 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
igbinary/igbinary
5107 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
dflydev/placeholder-resolver
14625837 Downloads
Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.
dflydev/dot-access-configuration
14534927 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
crazycodr/standard-exceptions
232149 Downloads
This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.
benjacho/belongs-to-many-field
868984 Downloads
belongsToMany nova representation in field.
aura/web
568561 Downloads
Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.
zendframework/zend-serializer
16186373 Downloads
Serialize and deserialize PHP structures to a variety of representations
phan/var_representation_polyfill
177991 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
koolreport/querybuilder
192449 Downloads
Create query by php code
yiisoft/input-http
105737 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
wp-hooks/generator
183080 Downloads
Generates a JSON representation of the WordPress actions and filters in your code
scssphp/source-span
1553161 Downloads
Provides a representation for source code locations and spans.
professional-wiki/edtf
465878 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.