k20human / CRUDlex

CRUDlex is an easy to use CRUD generator for Silex which is great for auto generated admin pages

Home Page:https://philiplb.de/crudlex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Total Downloads Latest Stable Version Latest Unstable Version License

Documentation

How to build the documentation:

# Install dependencies
pip install Sphinx
pip install tk.phpautodoc
# Generate:
cd docs
make html

Package

CRUDlex uses SemVer for versioning. Currently, the API changes quickly due to be < 1.0.0, so take care about notes in the changelog when upgrading.

Stable

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

Bleeding Edge

"require": {
    "philiplb/crudlex": "0.11.x-dev"
}

Sample Project

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

CRUDlex Sample

Addons

There are several surrounding projects around CRUDlex:

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.

Each milestone is loosely organized as project in the columns "Backlog" (Todo), "Staging" (Being worked on (next)) and "Done" (done):

CRUDlex Milestone Projects

Older Versions Documentation

Manual

The manual is a reference describing every feature of CRUDlex:

API Documentation

The CRUDlex API itself is documented here:

Build Status

Build Status Coverage Status

Code Quality

SensioLabsInsight Scrutinizer Code Quality

About

CRUDlex is an easy to use CRUD generator for Silex which is great for auto generated admin pages

https://philiplb.de/crudlex/

License:MIT License


Languages

Language:PHP 83.5%Language:HTML 16.4%Language:CSS 0.1%