Link Search Menu Expand Document

Modelarium

This is an open source general backend/frontend scaffold generator and validator for PHP.

Modelarium is based on data types, allowing you to specify exactly what you expect of each field in a unified way for validation, database, model and frontend generation. Your fields are not strings, stop treating them as such.

Your models and operations are described as a Graphql files. It uses Formularium to validate data and generate frontend scaffolding. Forms are generated from a simple structure, which can be serialized as JSON. It’s easy to create new datatypes, either from zero or extending the base types provided. The generated code can be used as is or customized with fine tuning for those pesky cases that no tool ever gets right.

While you can use it as a standalone package, it includes integrations with Laravel, which is the easiest way to use it.

Get started

Learn more

Reference:

Sponsors

Corollarium