Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/digital-blueprint/relay-formalize-bundle
- Owner: digital-blueprint
- License: agpl-3.0
- Created: 2023-02-03T11:43:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T03:17:23.000Z (2 months ago)
- Last Synced: 2024-10-21T06:23:50.482Z (2 months ago)
- Topics: dbp, digital-blueprint, formalize, symfony-bundle
- Language: PHP
- Homepage: https://packagist.org/packages/dbp/relay-formalize-bundle
- Size: 1.06 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`