Welcome to CRUDlex’s documentation!¶
This is the documentation of CRUDlex, an easy to use CRUD generator for Silex. It describes every feature being available.
Requirements:
- PHP >= 5.3.3
 - For the MySQL driver: MySQL >= 5.1
 - For the file uploads: PECL fileinfo >= 0.1.0
 
Contents:
Manual¶
- Introduction
 - Setup
 - Data Structure Definition
 - Extended Features
 - Data Types
 - Constraints
 - Overriding Layouts
 - Overriding Templates
 - Events
 - Addons
 
API¶
- CRUDlex\AbstractData
 - CRUDlex\ControllerProvider
 - CRUDlex\DataFactoryInterface
 - CRUDlex\Entity
 - CRUDlex\EntityDefinition
 - CRUDlex\EntityDefinitionFactoryInterface
 - CRUDlex\EntityValidator
 - CRUDlex\FileProcessorInterface
 - CRUDlex\ReferenceValidator
 - CRUDlex\ServiceProvider
 - CRUDlex\StreamedFileResponse
 - CRUDlex\UniqueValidator