Download the PHP package dmytrof/models-management-bundle without Composer
On this page you can find all versions of the php package dmytrof/models-management-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmytrof/models-management-bundle
More information about dmytrof/models-management-bundle
Files in dmytrof/models-management-bundle
Download dmytrof/models-management-bundle
More information about dmytrof/models-management-bundle
Files in dmytrof/models-management-bundle
Vendor dmytrof
Package models-management-bundle
Short Description Symfony ModelsManagementBundle to manage models and entities
License MIT
Package models-management-bundle
Short Description Symfony ModelsManagementBundle to manage models and entities
License MIT
Please rate this library. Is it a good library?
Informations about the package models-management-bundle
DmytrofModelsManagementBundle
This bundle helps you to manage your models and entities (from DB, 3rd-party API, etc.) for your Symfony 4/5 application
Installation
Step 1: Install the bundle
$ composer require dmytrof/models-management-bundle
Step 2: Enable the bundle
<?php
// config/bundles.php
return [
// ...
Dmytrof\ModelsManagementBundle\DmytrofModelsManagementBundle::class => ['all' => true],
];
All versions of models-management-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
symfony/framework-bundle Version ^4.3 || ^5.0
symfony/event-dispatcher Version ^4.3 || ^5.0
symfony/validator Version ^4.3 || ^5.0
symfony/form Version ^4.3 || ^5.0
doctrine/orm Version ^2.6
doctrine/inflector Version ^2.0
gedmo/doctrine-extensions Version ^2.4 || ^3.0
symfony/framework-bundle Version ^4.3 || ^5.0
symfony/event-dispatcher Version ^4.3 || ^5.0
symfony/validator Version ^4.3 || ^5.0
symfony/form Version ^4.3 || ^5.0
doctrine/orm Version ^2.6
doctrine/inflector Version ^2.0
gedmo/doctrine-extensions Version ^2.4 || ^3.0
The package dmytrof/models-management-bundle contains the following files
Loading the files please wait ....