Stars: 109
Forks: 23
Pull Requests: 13
Issues: 91
Watchers: 10
Last Updated: 2020-08-31 21:25:34
CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
License: MIT License
Languages: PHP, HTML, CSS
CRUDlex is an easy to use, well documented and tested CRUD generator for Symfony 4 and Silex 2. It is very useful to generate admin pages for example.
As CRUDlex is framework agnostic, it is not used directly. There are framework specific implementations available:
Head over to the documentation for setup instructions.
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.
Upcoming development version:
For a complete example, checkout the sample project with the classic libraries and books:
There are several surrounding projects around CRUDlex:
The project roadmap is organized via 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):
The manual is a reference describing every feature of CRUDlex:
The CRUDlex API itself is documented here:
How to generate the API documentation:
vendor/bin/sphpdox process CRUDlex src
How to build the documentation:
# Install dependencies
pip install Sphinx
pip install tk.phpautodoc
pip install sphinx_tabs
# Generate:
cd docs
make html