PHPackages                             gollumsf/rest-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. gollumsf/rest-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

gollumsf/rest-bundle
====================

Very simple REST Api implementation

v3.0.2(1mo ago)11.2k1GPL-3.0-or-laterPHPPHP &gt;=8.2

Since Nov 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/GollumSF/rest-bundle)[ Packagist](https://packagist.org/packages/gollumsf/rest-bundle)[ Docs](https://github.com/GollumSF/rest-bundle)[ RSS](/packages/gollumsf-rest-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (47)Versions (35)Used By (1)

GollumSFRestBundle
==================

[](#gollumsfrestbundle)

[![Build Status](https://github.com/GollumSF/rest-bundle/actions/workflows/symfony_4.4.yml/badge.svg?branch=master)](https://github.com/GollumSF/rest-bundle/actions)[![Build Status](https://github.com/GollumSF/rest-bundle/actions/workflows/symfony_5.4.yml/badge.svg?branch=master)](https://github.com/GollumSF/rest-bundle/actions)[![Build Status](https://github.com/GollumSF/rest-bundle/actions/workflows/symfony_6.0.yml/badge.svg?branch=master)](https://github.com/GollumSF/rest-bundle/actions)[![Build Status](https://github.com/GollumSF/rest-bundle/actions/workflows/symfony_6.3.yml/badge.svg?branch=master)](https://github.com/GollumSF/rest-bundle/actions)

[![Coverage](https://camo.githubusercontent.com/7f55bfc534c776c919364600048f7223fe9c1d8e88635b67c4d8ca61572be9ce/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f476f6c6c756d53462f726573742d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/GollumSF/rest-bundle)[![License](https://camo.githubusercontent.com/7db455acd5730bc6394d2f0aa572d8e3e404d22722b24acf28e77d3ccd878dd3/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f726573742d62756e646c652f6c6963656e7365)](https://packagist.org/packages/gollumsf/rest-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/e77dfe7c4ac787df146b0fcb6f8499e9b059a456c0b2082c3da0675f31d7c746/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f726573742d62756e646c652f762f737461626c65)](https://packagist.org/packages/gollumsf/rest-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/f8e7cabad0816e0b273df0567539936e082cc4f486811cb0bed0ca584e231d97/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f726573742d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/gollumsf/rest-bundle)[![Discord](https://camo.githubusercontent.com/e2ea9d7fb91494f17c7c76925e006e2ad2d7586fa54f500364bddda1520eecb1/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3637313734313934343134393537333638373f636f6c6f723d707572706c65266c6162656c3d646973636f7264)](https://discord.gg/xMBc5SQ)

Very simple REST Api implementation

Installation:
-------------

[](#installation)

```
composer require gollumsf/rest-bundle
```

### config/bundles.php

[](#configbundlesphp)

```
return [
    // [ ... ]
    GollumSF\RestBundle\GollumSFRestBundle::class => ['all' => true],
];
```

config.yml

```
gollum_sf_rest:
    max_limit_item:              100   # (optional, default : 100) Max limit item API support when call ApiSearch, if 0 no limit.
    default_limit_item:          25    # (optional, default : 25) Default limit item API support if no limit on request when call ApiSearch
    always_serialized_exception: false # (optional, default : false) All symfony exception return json response. If false only route with Serialize annotation
```

Usages:
-------

[](#usages)

- [Get started](docs/GetStarted.md)
- [Serialize](docs/GetStarted.md)
- [Unserialize](docs/GetStarted.md)
- [Validation](docs/Validation.md)
- [ApiDoc / Swagger](https://github.com/GollumSF/rest-doc-bundle)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance62

Regular maintenance activity

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~75 days

Recently: every ~287 days

Total

32

Last Release

44d ago

Major Versions

v1.0.0 → v2.0.02019-11-25

v2.9.1 → v3.0.02026-03-26

PHP version history (4 changes)v1.0.0PHP &gt;=7.1

v2.3.0PHP ^7.2

v2.8.0PHP &gt;=7.2

v3.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (126 commits)")

---

Tags

apirestSimplegollumsf

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gollumsf-rest-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gollumsf-rest-bundle/health.svg)](https://phpackages.com/packages/gollumsf-rest-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
