skript-manufaktur/simple-rest-bundle

Upgrading a Symfony project with capabilities of a simple REST API.

Installs: 253

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/skript-manufaktur/simple-rest-bundle

v1.1.12 2025-10-22 21:11 UTC

README

This Symfony bundle introduces helpers for a REST API. It is optimized to use the symfony/messenger component internally.

Installation

This package is available on Packagist and should be installed using Composer:

composer require skript-manufaktur/simple-rest-bundle

If you don't use Symfony Flex, you must enable the bundle manually in the application:

return [
    /* ... */
    SkriptManufaktur\SimpleRestBundle\SkriptManufakturSimpleRestBundle::class => ['all' => true],
];

Documentation

The documentation for this bundle will be maintained in the GitHub pages: https://sengorius.github.io/repositories/simple-rest/index.html

Tests

Like to validate the tests or check coding standards? Clone the repository, run composer install and composer check-bundle or take a look at the composer.json to run single code checks.