Libraries tagged by entity generator
kachnitel/dynamic-form-bundle
157 Downloads
Zero-configuration Symfony form generation from Doctrine entity metadata
pageon/pageon-doctrine-data-grid-bundle
7160 Downloads
A bundle that wraps around the knp paginator bundle and doctrine to generate a data grid from your entity
monkeyscloud/monkeyslegion-migration
2704 Downloads
Entity-schema diff engine, SQL migration runner, and dialect-aware DDL generation for MonkeysLegion v2.
chamber-orchestra/doctrine-slug-bundle
2238 Downloads
Symfony bundle for generating unique, URL-friendly slugs for Doctrine ORM entities using PHP 8 attributes
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
squirrelphp/entities-bundle
3409 Downloads
Symfony integration of squirrelphp/entities - automatic integration of generated repositories for existing entities.
kajalpandya/generate_laravel_crud
1474 Downloads
Run command in terminal and make ready made crud for your entity
rtxlabs/datatransformation-bundle
1476 Downloads
Provides mappers for generate complex JSON outputs from entities
dunglas/php-to-json-schema
2076 Downloads
Generate a JSON schema from a PHP entity
berlinonline/dat0r
746 Downloads
Library for generating data-objects.
unisharp/laravel-loggable
51 Downloads
it can generate entities by arca principle
tito10047/uuid
380 Downloads
Add support for use UUID in symfony projects and for generation entities
wieni/wmmodel_factory
5515 Downloads
Define factories that allow you to generate entities with certain fields, filled with random data
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
sygmaa/grids
2252 Downloads
A Datagrid widget for laravel 5. It easily generate datatables from your entities.