PHPackages                             skqr/hateoas-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. skqr/hateoas-bundle

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

skqr/hateoas-bundle
===================

GOintegro HATEOAS Bundle

v0.10.10(9y ago)333MITPHPPHP &gt;=5.4.0

Since Oct 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/skqr/hateoas-bundle)[ Packagist](https://packagist.org/packages/skqr/hateoas-bundle)[ Docs](http://www.gointegro.com)[ RSS](/packages/skqr-hateoas-bundle/feed)WikiDiscussions develop Synced 4w ago

READMEChangelogDependencies (10)Versions (38)Used By (0)

[GOintegro](http://www.gointegro.com/en/) / HATEOAS (bundle)
============================================================

[](#gointegro--hateoas-bundle)

[![Build Status](https://camo.githubusercontent.com/e0ef7be5022e5586ddd8827b1eeed0d762f9327d5abed0073e093045d09b3448/68747470733a2f2f7472617669732d63692e6f72672f736b71722f686174656f61732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/skqr/hateoas-bundle) [![Code Climate](https://camo.githubusercontent.com/214f53cce7486c425aa7292d28413d1fa1c776717e1b6632832d96c2aa02aa85/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f736b71722f686174656f61732d62756e646c652f6261646765732f6770612e737667)](https://codeclimate.com/github/skqr/hateoas-bundle)

This is a Symfony 2 bundle for the [GOintegro HATEOAS lib](https://github.com/skqr/hateoas) that uses a Doctrine 2 entity map and a [RAML](http://raml.org/) API definition to conjure a [HATEOAS](http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) API, following the [JSON-API](http://jsonapi.org/) specification.

You don't get scaffolds. You get a working API.

You get a working API with features sweeter than [a Bobcat's self-esteem](http://s3.amazonaws.com/theoatmeal-img/comics/bobcats_thursday/mirror.png).

Try it out
==========

[](#try-it-out)

Check out [the example app project](https://github.com/skqr/hateoas-bundle-example), so you can feel the magic in your finger tips without much ado.

---

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require skqr/hateoas-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```

```

Step 3: Add these parameters
----------------------------

[](#step-3-add-these-parameters)

```
# app/config/parameters.yml

# HATEOAS API
api.base_url: "http://api.gointegro.com"
api.url_path: "/api/v2"
api.resource_class_path: "Rest2/Resource"
```

Step 4: Add these routes
------------------------

[](#step-4-add-these-routes)

```
# app/config/routing.yml

# Place it underneath it all - it contains a catch-all route.
go_integro_hateoas:
    resource: "@GoIntegroHateoasBundle/Resources/config/routing.yml"
    prefix: /api/v2
```

---

Usage
=====

[](#usage)

Check out [the library docs](https://github.com/skqr/hateoas/) for more info.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~23 days

Recently: every ~2 days

Total

34

Last Release

3483d ago

PHP version history (2 changes)v0.9.0PHP &gt;=5.3.2

v0.9.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e326e7786864d8a436d444883759581379016d4ac4bf3ae0435ad903781d0cff?d=identicon)[skqr](/maintainers/skqr)

---

Top Contributors

[![skqr](https://avatars.githubusercontent.com/u/2750955?v=4)](https://github.com/skqr "skqr (55 commits)")[![acmenna](https://avatars.githubusercontent.com/u/1863223?v=4)](https://github.com/acmenna "acmenna (7 commits)")[![scofield83](https://avatars.githubusercontent.com/u/1609000?v=4)](https://github.com/scofield83 "scofield83 (2 commits)")[![micaelita](https://avatars.githubusercontent.com/u/4049374?v=4)](https://github.com/micaelita "micaelita (1 commits)")

---

Tags

apirestdoctrineJSON-APIHATEOAS

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skqr-hateoas-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[gointegro/hateoas-bundle

GOintegro HATEOAS Bundle

6810.6k](/packages/gointegro-hateoas-bundle)[api-platform/doctrine-orm

Doctrine ORM bridge

293.9M78](/packages/api-platform-doctrine-orm)

PHPackages © 2026

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