Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digital-blueprint/relay-formalize-bundle

Symfony bundle for form handling via an API
https://github.com/digital-blueprint/relay-formalize-bundle

dbp digital-blueprint formalize symfony-bundle

Last synced: 2 months ago
JSON representation

Symfony bundle for form handling via an API

Awesome Lists containing this project

README

        

# DbpRelayFormalizeBundle

[GitHub](https://github.com/digital-blueprint/relay-formalize-bundle) |
[Packagist](https://packagist.org/packages/dbp/relay-formalize-bundle) |
[Frontend Application](https://gitlab.tugraz.at/dbp/formalize/formalize)

[![Test](https://github.com/digital-blueprint/relay-formalize-bundle/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-formalize-bundle/actions/workflows/test.yml)

See the [documentation](./docs) for more information.

## Bundle installation

You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-formalize-bundle).

```bash
composer require dbp/relay-formalize-bundle
```

## Development & Testing

* Install dependencies: `composer install`
* Run tests: `composer test`
* Run linters: `composer run lint`
* Run cs-fixer: `composer run cs-fix`