Download the PHP package kocal/zend-expressive-doctrinedatabase without Composer
On this page you can find all versions of the php package kocal/zend-expressive-doctrinedatabase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kocal/zend-expressive-doctrinedatabase
More information about kocal/zend-expressive-doctrinedatabase
Files in kocal/zend-expressive-doctrinedatabase
Download kocal/zend-expressive-doctrinedatabase
More information about kocal/zend-expressive-doctrinedatabase
Files in kocal/zend-expressive-doctrinedatabase
Vendor kocal
Package zend-expressive-doctrinedatabase
Short Description For this package there is no description available.
License
Package zend-expressive-doctrinedatabase
Short Description For this package there is no description available.
License
Please rate this library. Is it a good library?
Informations about the package zend-expressive-doctrinedatabase
Zend-Expressive Doctrine Database
Installation
Composer
Run composer require kocal/zend-expressive-doctrinedatabase
Zend-Expressive configuration
In a Zend-Expressive configuration file (e.g.: config/autoload/database.global.php
if you used Zend-Expressive app generator):
Now let's create an Entity and its Repository.
Usage
Creating an Entity
Let's say our Entities are located in src/App/Entity
folder.
Example of a Post
Entity:
Creating a Repository
A Repository should extends from DatabaseRepositoryInterface
Using a Repository:
All versions of zend-expressive-doctrinedatabase with dependencies
PHP Build Version
Package Version
No informations.
The package kocal/zend-expressive-doctrinedatabase contains the following files
Loading the files please wait ....