pfilsx/form-layer-bundle

Provides additional functional to follow rule "An entity should be always valid" with forms validation for your Symfony project

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.1 2019-12-24 21:29 UTC

This package is auto-updated.

Last update: 2024-09-25 08:03:18 UTC


README

General: Build Status Latest Stable Version License

Quality: Scrutinizer Code Quality Build Status Coverage Status Code Intelligence Status

Numbers: Total Downloads Monthly Downloads Daily Downloads

Introduction

The bundle provides additional functional to follow rule "An entity should be always valid" with forms validation for your Symfony project.

Features

  • Special layer between your entities and forms
  • Maker for FormLayer classes
  • Easy to use
  • Easy to extend
  • Documented (in Resources/doc)

Requirement

  • PHP 7.1+
  • Symfony >= 3.4

Installation

Via bash:

$ composer require pfilsx/form-layer-bundle

Via composer.json:

You need to add the following lines in your deps :

{
    "require": {
        "pfilsx/form-layer-bundle": "*"
    }
}

For non symfony-flex apps dont forget to add bundle:

$bundles = array(
    ...
    new Pfilsx\FormLayer\FormLayerBundle(),
);

Documentation

Please, read the docs.

License

This bundle is released under the MIT license.

Contribute

If you'd like to contribute, feel free to propose a pull request! Or just contact me :)