Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.43 KB

index.rst

File metadata and controls

39 lines (31 loc) · 1.43 KB

Introduction

Hydrators insert an array of data into object properties (this is called "hydrating") and convert object properties back to an array (this is called "extracting"). Hydrators are often used in the context of Forms, with the binding functionality of Laminas, but can also be used in any hydrating/extracting context (for instance, it can be used in RESTful context). For an introduction to hydrators, please read Laminas hydrator documentation.

Installation

Run the following to install this library:

$ composer require doctrine/doctrine-laminas-hydrator

Next Steps

.. toctree::
    :caption: Table of Contents