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.5
- For the MySQL driver: MySQL >= 5.1
- For the file uploads: PECL fileinfo >= 0.1.0
Contents:
- Introduction
- Setup
- Data Structure Definition
- Data Types
- Constraints
- Overriding Layouts
- Overriding Templates
- Events
- Definition Validation
- Extended Features
- Addons
- CRUDlex\AbstractData
- CRUDlex\ControllerProvider
- CRUDlex\DataFactoryInterface
- CRUDlex\Entity
- CRUDlex\EntityDefinition
- CRUDlex\EntityDefinitionFactoryInterface
- CRUDlex\EntityDefinitionValidatorInterface
- CRUDlex\EntityValidator
- CRUDlex\FileProcessorInterface
- CRUDlex\ManyValidator
- CRUDlex\MimeTypes
- CRUDlex\ReferenceValidator
- CRUDlex\ServiceProvider
- CRUDlex\StreamedFileResponse
- CRUDlex\TwigExtensions
- CRUDlex\UniqueValidator