Libraries tagged by entity generator
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.
twmbx/faker-zambia
11 Downloads
Faker provider to generate fake data for Zambian entities, namely; persons, companies and phone numbers.
holdmyglass/zapcraft
22 Downloads
A Laravel package to generate necessary files for any Entity
nedra/rest-bundle
17 Downloads
Generates a REST api based on your entities
kematjaya/crud-maker-twig-bundle
22 Downloads
Symfony MakerBundle command that generates Twig+Form CRUD (controller, views, filter type) for an existing Doctrine entity
phloxcz/entity-database
3 Downloads
Entity layer for Nette Database — typed entities generated from DB schema, with property hooks and dirty tracking.
springworks/entity-diagrams
1158 Downloads
Generate entity diagrams that show how the different parts of your Craft site relate to each other
entity-forge/entity-forge
9 Downloads
A configuration-driven PHP framework for generating entity models and building multi-tenant SaaS applications.
altra/entity-skeleton
13 Downloads
Package to generate altra entity skeletons
shyim/database-entities-builder
19 Downloads
Generates simple database entities from doctrine mysql schema
adlacruzes/dummy-entity
9820 Downloads
DummyEntity is a PHP library that generates fake data for your entities.
kingarthur/entity
56 Downloads
Generate the data table field mapping trait
jackai/symfony-entity-helper
15 Downloads
Automatically generate `Getter` / `Setter` / `Isser` / `Hasser` function through annotation, Automatically generate through `@ORM\Column` judgment to generate toArray return and auto load values to entity.
imediatis/entity-annotation
35 Downloads
This package helps you to implement annotation on your Model's object the way of Doctrine. -Helps you to validate your Object build from POST request; -Helps to auto-generate form fields.