Download the PHP package becklyn/rad without Composer
On this page you can find all versions of the php package becklyn/rad. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package rad
Short Description RAD related functionality for usage in Symfony.
License BSD-3-Clause
Homepage https://github.com/Becklyn/rad
Informations about the package rad
Becklyn Rad Bundle
This bundle provides RAD related functionality for the usage in Symfony.
⚠️ New Composer package name
This bundle has been renamed from becklyn/rad-bundle
to becklyn/rad
for v8.0. Versions <=7.x are still available under becklyn/rad-bundle
.
AJAX Protocol
This bundle uses a default AJAX protocol, that is used in the AjaxResponseBuilder
and can be used for your
project. The ajax call will always return an error 200, as it shouldn't flood the error tracking (with error 400
AJAX request).
The protocol looks like this:
There is a corresponding fetch client implementation in mojave
that can be used.
This type above is also available as generic TypeScript type in mojave
.
Form Extensions
This bundle automatically adds several form extensions.
Collection Labels Extension
This extension adds three additional optional labels for Collection
form fields:
empty_message
is displayed if there is no entry.entry_add_label
is the label of the "add entry" button.entry_remove_label
is the label of every "remove entry" button.
All versions of rad with dependencies
ext-json Version *
beberlei/doctrineextensions Version ^1.3.0
becklyn/rad-bundles Version ^1.1.0
doctrine/doctrine-bundle Version ^2.3.2
doctrine/orm Version ^2.10.3
psr/log Version ^1.1.4
scienta/doctrine-json-functions Version ^4.5.0 || ^5.0.0
symfony/config Version ^5.4.3 || ^6.0.3
symfony/dependency-injection Version ^5.4.3 || ^6.0.3
symfony/form Version ^5.4.3 || ^6.0.3
symfony/http-kernel Version ^5.4.3 || ^6.0.4
symfony/property-access Version ^5.4.3 || ^6.0.3
symfony/translation-contracts Version ^v2.5.0 || ^v3.0.0
symfony/validator Version ^5.4.3 || ^6.0.3
twig/twig Version ^v3.3.4