2017 © Pedro Peláez
 

symfony-bundle rad-bundle

This bundle provides basic components

image

becklyn/rad-bundle

This bundle provides basic components

  • Friday, July 6, 2018
  • by apfelbox
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1,692 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 10 Open issues
  • 59 Versions
  • 9 % Grown

The README.md

Becklyn Rad Bundle

This bundle provides RAD related functionality for the usage in Symfony., (*1)

becklyn/rad-bundle <= v7 is deprecated and was replaced by becklyn/rad v8+, (*2)

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)., (*3)

The protocol looks like this:, (*4)

interface AjaxResponse
{
    /**
     * Whether the call succeeded.
     */
    ok: boolean;

    /**
     * Any string status, like "ok" or "invalid-id" that
     * you can react to in your code (if you need to).
     */
    status: string;

    /**
     * The response data.
     */
    data: Record<number|string, any> | Array<any>;

    /**
     * A redirect target, where the AJAX handler should 
     * redirect to.
     */
    redirect?: string;

    /**
     * A toast message with optional type and action target.
     */
    message?: {
        text: string;
        impact: "positive" | "negative" | "neutral";
        action?: {
            label: string;
            url: string;
        };
    };
}

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., (*5)

Form Extensions

This bundle automatically adds several form extensions., (*6)

Collection Labels Extension

This extension adds three additional optional labels for Collection form fields:, (*7)

  • 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.

The Versions

28/11 2016

3.x-dev

3.9999999.9999999.9999999-dev https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

28/11 2016

3.0.0-alpha.4

3.0.0.0-alpha4 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

04/05 2016

4.0.0-beta.1

4.0.0.0-beta1 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

02/12 2015

3.0.0-alpha.3

3.0.0.0-alpha3 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

01/12 2015

3.0.0-alpha.2

3.0.0.0-alpha2 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

13/10 2015

3.0.0-alpha.1

3.0.0.0-alpha1 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

07/05 2015

v2.2.20

2.2.20.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

17/03 2015

v2.2.19

2.2.19.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

17/03 2015

v2.2.18

2.2.18.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

23/02 2015

v2.2.17

2.2.17.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

10/11 2014

v2.2.16

2.2.16.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

01/09 2014

v2.2.15

2.2.15.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

27/06 2014

v2.2.14

2.2.14.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

24/06 2014

v2.2.13

2.2.13.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

24/06 2014

v2.2.12

2.2.12.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

23/05 2014

v2.2.11

2.2.11.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

21/03 2014

v2.2.10

2.2.10.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

22/02 2014

v2.2.9

2.2.9.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

10/02 2014

v2.2.8

2.2.8.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

BSD-3-Clause

The Requires

 

symfony rad

12/12 2013

v2.2.7

2.2.7.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

12/12 2013

v2.2.6

2.2.6.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

10/12 2013

v2.2.5

2.2.5.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

09/12 2013

v2.2.4

2.2.4.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

09/12 2013

v2.2.3

2.2.3.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

06/12 2013

v2.2.2

2.2.2.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

04/12 2013

v2.2

2.2.0.0 https://github.com/Becklyn/BecklynRadBundle

This bundle provides basic components

  Sources   Download

MIT

The Requires

 

symfony rad

22/11 2013
21/11 2013
21/11 2013
19/11 2013
11/11 2013
15/10 2013
15/10 2013
05/07 2013
05/07 2013
04/07 2013
03/07 2013
16/05 2013
18/01 2013

v0.1

0.1.0.0

This bundle provides basic components

  Sources   Download

The Requires