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

ActiveLibrary

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 today

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 60% 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

2022d ago

Major Versions

v0.2.3 → 1.0.02020-03-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/cedc7e7ad4652fe0b7b052bf7c90bc4de4ddcdf9bc289a79cba92b9e1e3fce2b?d=identicon)[james2001](/maintainers/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)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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