Libraries tagged by represent
upyx/php-time
1 Downloads
Object oriented representation of time and time only (without date, timezone or something else).
typeschema/model
3 Downloads
This library contains models to represent a TypeSchema specification
trzmaxim/twig-inline-styles
50 Downloads
Twig extension for represent the inline styles as an associative array
trq/timeperiod
10 Downloads
Parse string representation of time into minutes.
tinyphp-function/var_export2
3 Downloads
Outputs or returns a parsable string representation of a variable
thekito/path
4 Downloads
Sanitize paths and represent by object with methods like getParent
theczech/component-model
41 Downloads
Provides classes that represents the component hierarchy and behavior
theczech/application
73 Downloads
Contains classes that represents the application model with its extensions and associated metadata.
swoole-app/swoole-app-mongo-connection
1 Downloads
Package representing asynchronous wrapper over Swoole Task for MongoDB driver for PHP
sunnysideup/presentation
7 Downloads
Adds slides to your Silverstripe website. Each slide is represented by one page and you can cycle through them.
stevenberg/wholesome-values
750 Downloads
Library for representing Whole Values and Exceptional Values
stasdovgodko/uri
263 Downloads
Represents a Uniform Resource Identifier (URI) reference.
smsimoes/value-object
5 Downloads
Core Component for value objects representation
smsimoes/stringable
76 Downloads
Core Component for objects that require a string representation
sirmekus/otu
3 Downloads
Otu is a PHP-based package that handles fine-formatting of string representation of (very) large numbers with their 'magnitude'. For instance, '50m' means 50000000. We can decide to write the entire 50000000 or just pass it to this package in the form of '50m' and have it take care of the presentation. It also works vice-versa. Walk with me.