Download the PHP package api-skeletons/zf-doctrine-module-zend-hydrator without Composer

On this page you can find all versions of the php package api-skeletons/zf-doctrine-module-zend-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 zf-doctrine-module-zend-hydrator

DoctrineModule zend-hydrator

Total Downloads

This is a Patch Repository

Since the zendframework/zend-stdlib hydrators were moved into their own repository, zendframework/zend-hydrator, the DoctrineModule repository has not been updated to correctly use the new library. Through many discussions on the issue @doctrineorm continues to maintain they are in line with zendframework/zend-hydrator because, very unusually, the new library was written to be backwards compatible with zendframework/zend-stdlib but that backwards compatibility was removed from zend-hydrator in later versions leaving developers who want to use Doctrine in their projects which allow for custom hydrators out on a limb.

This library overrides the files from DoctrineModule which are broken because they still reference zendframework/zend-stdlib for their hydrators.

Discussion on this issue:

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

Inside your composer.json file this library must be included before doctrine/doctrine-module. This ordering allows classes from this repository to override the DoctrineModule classes which are broken.

Installation Warnings

You may receive the following warnings. These are to be expected and are not a cause for concern.

When to use this Patch Repository

If you are using custom hydrators for your entities and you see errors like the following, this repository will correct them.

This is a Patch Repository

If you would like to be involved in the conversation at DoctrineModule to help get zendframework/zend-hydrator implemented correctly in @doctrineorm repository you may contribute to the discussions linked above.

Appreciation

Finding this patch would not have been possible without the constant support of Toon Verwerft and his zf-doctrine-hydration-module. It took nearly six months to find a solution and he supported my efforts the whole time. Thank you Toon!


All versions of zf-doctrine-module-zend-hydrator with dependencies

PHP Build Version
Package Version
Requires zendframework/zend-hydrator Version ~1.0 || ^2.0
doctrine/doctrine-module Version ^1.0
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 api-skeletons/zf-doctrine-module-zend-hydrator contains the following files

Loading the files please wait ....