Skip to content

timfreiheit/CRUDlex

 
 

Repository files navigation

CRUDlex

CRUDlex is an easy to use, well documented and tested CRUD generator for Silex. It is very useful to generate admin pages for example.

List View of CRUDlex

Documentation

Manual

The manual is a reference describing every feature of CRUDlex:

API Documentation

The CRUDlex API itself is documented here:

Requirements

  • PHP >= 5.3.2
  • For the MySQL driver: MySQL >= 5.1
  • For the file uploads: PECL fileinfo >= 0.1.0

Package

Stable

"require": {
    "philiplb/crudlex": "0.9.8"
}

Bleeding Edge

"require": {
    "philiplb/crudlex": "dev-master"
}

Sample Project

For a complete example, checkout the sample project with the classic libraries and books:

CRUDlex Sample

Addons

Checkout the CRUDlex addons project for more features:

CRUDlex Addons

Roadmap

The project roadmap is organized via milestones:

CRUDlex Milestones

Beware that not each new feature will get its own ticket there. Some are implemented on the fly when needed.

Total Downloads Latest Stable Version Latest Unstable Version License

Build Status

Build Status Coverage Status

Code Quality

SensioLabsInsight Scrutinizer Code Quality

About

CRUDlex is an easy to use CRUD generator for Silex, example use case: Auto generated admin pages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 81.4%
  • HTML 18.6%