Libraries tagged by represent
tysonandre/var_representation_polyfill
6873586 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
icecave/repr
7596434 Downloads
A library for generating string representations of any value, inspired by Python's reprlib library.
igbinary/igbinary
5003 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
14624022 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
14533195 Downloads
Given a deep data structure representing a configuration, access configuration by dot notation.
benjacho/belongs-to-many-field
868200 Downloads
belongsToMany nova representation in field.
aura/web
567852 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
16183575 Downloads
Serialize and deserialize PHP structures to a variety of representations
phan/var_representation_polyfill
172465 Downloads
Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export
yiisoft/input-http
104633 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
wp-hooks/generator
182613 Downloads
Generates a JSON representation of the WordPress actions and filters in your code
scssphp/source-span
1535314 Downloads
Provides a representation for source code locations and spans.
professional-wiki/edtf
464970 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
nmarfurt/measurements
184794 Downloads
A PHP library for representing and converting dimensional units of measure.
chesscom/chess-game
255206 Downloads
Represents a chess game as a php object