Download the PHP package philiplb/crudlex without Composer

On this page you can find all versions of the php package philiplb/crudlex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package crudlex

CRUDlex

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.

Support via Gratipay

Features

Total Downloads Latest Stable Version Latest Unstable Version License

Build Status Code Coverage

SensioLabsInsight Scrutinizer Code Quality

Usage

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.

Documentation

Upcoming development version:

Sample Project

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

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 Notes

How to generate the API documentation:

How to build the documentation:


All versions of crudlex with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
symfony/twig-bridge Version ^4.1
doctrine/dbal Version ^2.5
symfony/http-foundation Version ^4.1
symfony/routing Version ^4.1
symfony/yaml Version ^4.1
symfony/translation Version ^4.1
symfony/intl Version ^4.1
philiplb/valdi Version 0.10.0
romaricdrigon/metayaml Version dev-master#1481b99679b29cbb50c88f3e10e4951ac64b8ad3
riimu/kit-phpencoder Version ^2.1
league/flysystem Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package philiplb/crudlex contains the following files

Loading the files please wait ....