Download the PHP package mpalourdio/mpa-custom-doctrine-hydrator without Composer

On this page you can find all versions of the php package mpalourdio/mpa-custom-doctrine-hydrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mpa-custom-doctrine-hydrator

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight PHP 7.0+

MpaCustomDoctrineHydrator

Module that helps you deal with date/datetime/time for DoctrineORMModule & ZF2 : filtering, hydration, Locale etc. Extends and replace the ZF2 Date Element, ZF2 DateTime Element, ZF2 Time Element to make them compliant 'out-of-the-box' with doctrine hydration.

Provides an extension of the DoctrineORMModule and a factory for more ease. The is overridden too in order to better suit needs regarding filtering and validation.

The filters and the elements can be used as standalone. Using the provided elements via the adds automatic conversion formats for date/date and time/time strings to . Automatic filtering and validation are provided regarding the date format (Y-m-d, Y-m-d H:i:s, H:i:s, etc.) that depends of the . A placeholder is added to your form element too when rendered.

The hydrator service adds a strategy to every date column in your entity for extraction and hydration.

Requirements

PHP 7.0+ - Only Composer installation supported

Installation

Run the command below to install via Composer

Add "MpaCustomDoctrineHydrator" to your modules list in application.config.php

Configuration

Copy mpacustomdoctrinehydrator.config.global.php.dist in your autoload folder and rename it by removing the .dist extension.

Add your own date / time formats (if needed) that are compliant with php

see http://www.php.net/manual/fr/datetime.createfromformat.php

Usage (the easy and lazy way)

Create your forms with the provided annotation builder.

Or with the factory

Then, hydrate your form

You're done! Date/Date & Time/ Time colums will be hydrated/extracted, filtered and validated automatically, without providing anything else in your entities. Your form elements will be rendered with a placeholder.

Usage (the hard and decoupled way)

In your forms classes, when not using the :

If you pull your forms from the , just grab the element as a or . The format option is not needed here, config will be pulled from service config.

You can too use the filter as standalone on other form elements with custom formats, if needed. For this, use the filter FQCN.

If you use the filter shortname (), the config will be pulled from the service config (ie. The options array will be ignored).

or simply

/!\ If you don't create your fieldsets/forms via the , you must manually inject the SL so the element can fetch the configuration

/!\ Tip : To use the filter short name in a form grabbed without the , you must do the following :

You can use the provided strategy as standalone with your hydrators too. Date Time and Time handling work the same way as the example above, with only few changes, like the 'format' keys names.


All versions of mpa-custom-doctrine-hydrator with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 || ^7.0
ext-intl Version *
doctrine/doctrine-orm-module Version ~1.1
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-form Version ~2.3
zendframework/zend-filter Version ~2.3
zendframework/zend-eventmanager Version ~2.3
zendframework/zend-validator Version ~2.3
zendframework/zend-inputfilter Version ~2.3
zendframework/zend-stdlib Version ~2.3
zendframework/zend-modulemanager Version ~2.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mpalourdio/mpa-custom-doctrine-hydrator contains the following files

Loading the files please wait ....