PHPackages                             amara/onehydra-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amara/onehydra-bundle

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

amara/onehydra-bundle
=====================

Bundle to integrate Amara's OneHydra library with Symfony2

v1.0.0(8y ago)19.4kMITPHP &gt;=5.5.0,&lt;8.0

Since Jun 13Compare

[ Source](https://github.com/AmaraLiving/AmaraOneHydraBundle)[ Packagist](https://packagist.org/packages/amara/onehydra-bundle)[ RSS](/packages/amara-onehydra-bundle/feed)WikiDiscussions Synced 2w ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

AmaraOneHydraBundle
===================

[](#amaraonehydrabundle)

[![Build Status](https://camo.githubusercontent.com/5251beef6aec160afc594c28045be846c18cbe2dba8d371a2246595e54a36513/68747470733a2f2f7472617669732d63692e6f72672f416d6172614c6976696e672f416d6172614f6e65487964726142756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AmaraLiving/AmaraOneHydraBundle)[![Coverage Status](https://camo.githubusercontent.com/f08562f18ee180a44077d40be2130235bca4ffc434597128b9c7d427e6f2d015/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f416d6172614c6976696e672f416d6172614f6e65487964726142756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/AmaraLiving/AmaraOneHydraBundle?branch=master)

Purpose
-------

[](#purpose)

Bundle to integrate [Amara's OneHydra library](https://github.com/AmaraLiving/php-onehydra) with Symfony2.

It's still in development so will change often.

Installation
------------

[](#installation)

Use composer:

```
composer require amara/onehydra-bundle

```

Example usage
-------------

[](#example-usage)

After enabling the bundle in your application, the minimal configuration for config.yml looks like:

```
amara_one_hydra:
    is_uat: true
    programs:
        your_program_id:
            auth_token: authtoken1
```

After creating the table for the entity, you'll want to run the fetch command to populate them from the OneHydra API:

```
app/console onehydra:fetch --all --programId=your_program_id

```

You will now be able to look up the OneHydra pages from your controllers etc.

```
// Get the entity from our system for the current request
$oneHydraPage = $this->get('amara_one_hydra.page_manager')->getPageByRequest($request);

if ($oneHydraPage) {
    // Get the PageInterface object which reflects what's on the OneHydra system
    $page = $oneHydraPage->getPage();

    // Override what you want based on the content of page...
    $title = $page->getTitle();
}
```

Versioning
----------

[](#versioning)

The library will be following Semantic Versioning, although we don't have a 1.0.0 release yet!

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~114 days

Recently: every ~143 days

Total

6

Last Release

3139d ago

Major Versions

v0.5.0 → v1.0.02018-01-08

PHP version history (2 changes)v0.2.0PHP &gt;=5.3.9

v0.4.0PHP &gt;=5.5.0,&lt;8.0

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/8897505?v=4)[Ross Motley](/maintainers/rossmotley)[@rossmotley](https://github.com/rossmotley)

---

Top Contributors

[![rossmotley](https://avatars.githubusercontent.com/u/8897505?v=4)](https://github.com/rossmotley "rossmotley (28 commits)")[![joshlopes](https://avatars.githubusercontent.com/u/3440849?v=4)](https://github.com/joshlopes "joshlopes (4 commits)")[![oradwell](https://avatars.githubusercontent.com/u/5054896?v=4)](https://github.com/oradwell "oradwell (2 commits)")[![donatas-jasinevicius](https://avatars.githubusercontent.com/u/6041042?v=4)](https://github.com/donatas-jasinevicius "donatas-jasinevicius (1 commits)")[![wjeffery95](https://avatars.githubusercontent.com/u/29859476?v=4)](https://github.com/wjeffery95 "wjeffery95 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/amara-onehydra-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M418](/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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[sylius/sylius

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

8.5k6.0M776](/packages/sylius-sylius)[pimcore/pimcore

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

3.8k3.9M534](/packages/pimcore-pimcore)[sulu/sulu

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

1.3k1.4M231](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1301.7M3.0k](/packages/contao-core-bundle)

PHPackages © 2026

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