PHPackages                             kiora/everial-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. kiora/everial-bundle

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

kiora/everial-bundle
====================

A bundle for everial lib

1.1.2(5y ago)0430[1 issues](https://github.com/kiora-tech/everial-bundle/issues)PHP

Since Mar 16Pushed 5y agoCompare

[ Source](https://github.com/kiora-tech/everial-bundle)[ Packagist](https://packagist.org/packages/kiora/everial-bundle)[ RSS](/packages/kiora-everial-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (16)Used By (0)

EverialBundle
=============

[](#everialbundle)

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

[](#installation)

With [composer](https://getcomposer.org), require: `composer require kiora/everial-bundle`

Then enable it in your kernel (optional if you are using the Flex recipe with Symfony4) :

```
// config/bundles.php
return [
    //...
    Kiora\EverialBundle\EverialBundle::class => ['all' => true],
    //...
];
```

Configuration
-------------

[](#configuration)

```
kiora_everial:
    auth_base_path: "https://auth.doclab.everial.com/auth/realms/quota/protocol/openid-connect/token"
    base_path: "https://radial.my-company.com"
    username: "foo"
    password: "bar"
```

Usage
-----

[](#usage)

```
use Kiora\EverialClient;

class SomeController
{
    public function test(EverialClient $everailClient)
    {
        $file = new \SplFileObject('file.pdf');

        $reponse = $everailClient->serialize($file)->toArray();

        return $reponse;
    }
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~17 days

Recently: every ~56 days

Total

14

Last Release

2075d ago

Major Versions

v0.2.3 → 1.0.02020-03-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6031642?v=4)[Rathgeber Stéphane](/maintainers/james2001)[@james2001](https://github.com/james2001)

---

Top Contributors

[![james2001](https://avatars.githubusercontent.com/u/6031642?v=4)](https://github.com/james2001 "james2001 (1 commits)")

### Embed Badge

![Health badge](/badges/kiora-everial-bundle/health.svg)

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

PHPackages © 2026

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