Libraries tagged by represent
rekalogika/file
2529 Downloads
High-level file abstraction library built on top of Flysystem. It lets you work with file objects in an object-oriented manner. A file object represents a file in a Flysystem filesystem. It can be a local file or a file in a cloud storage, the library lets you work with them in the same way.
prgtw/big-number-serializer-bundle
125518 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
phpactor/text-document
116800 Downloads
Collection of value objects for representing and referencing text documents
php-extended/php-email-address-interface
193114 Downloads
A library to represent email addresses and mailboxes
nikkanetiya/laravel-color-palette
12352 Downloads
Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.
mouf/utils.value.value-interface
511239 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
madmagestelegram/types
8887 Downloads
Representation of telegram bot types in php classes
lukaswhite/uk-postcode
10239 Downloads
A PHP class that represents a UK Postcode; for validating, formatting and querying
lathanhvien/custom-belongs-to-many-field
16725 Downloads
belongsToMany nova representation in field.
jojo1981/php-types
12428 Downloads
PHP types library which contains value classes which represent the php types
idci/step-bundle
53552 Downloads
Symfony bundle that provides a step system in order to represent an highly customisable workflow
everyday/php-quill-delta
20507 Downloads
PHP library with types for representing quill deltas
davidianbonner/enumerated
46604 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
ctw/ctw-http
113769 Downloads
This package provides utility classes and constants to facilitate common operations of PSR-7 and a group of exceptions which represent HTTP status codes.
chasdevs/avro-parser
70551 Downloads
A lightweight PHP library for parsing Avro .avsc strings into representative objects. Used in chasdevs/avro-to-php.