PHPackages                             rybakdigital/authentication-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. rybakdigital/authentication-bundle

ActiveBundle[Authentication &amp; Authorization](/categories/authentication)

rybakdigital/authentication-bundle
==================================

The Authentication Bundle

v1.0.0(9y ago)02.4k21MITPHPPHP &gt;=5.5.9

Since Nov 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rybakdigital/authentication-bundle)[ Packagist](https://packagist.org/packages/rybakdigital/authentication-bundle)[ RSS](/packages/rybakdigital-authentication-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Authentication Bundle
=====================

[](#authentication-bundle)

[![Build Status](https://camo.githubusercontent.com/a7fb187a85e01faed92f8fe33221db31a8d1661049d8a9e32f86a3cea5667583/68747470733a2f2f7472617669732d63692e6f72672f727962616b6469676974616c2f61757468656e7469636174696f6e2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rybakdigital/authentication-bundle)[![CircleCI](https://camo.githubusercontent.com/00966f0dc70773dd3bcd0139677186c54d460aebb68b522939742307cc8aeeaa/68747470733a2f2f636972636c6563692e636f6d2f67682f727962616b6469676974616c2f61757468656e7469636174696f6e2d62756e646c652e7376673f7374796c653d737667)](https://circleci.com/gh/rybakdigital/authentication-bundle)

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

[](#installation)

Add dependancy to your composer

```
composer require rybakdigital/authentication-bundle:^1.0

```

Configuration
=============

[](#configuration)

Add rybakdigital/authetication services to the list of imported services

```
# services.yml
imports:
    ...
    - { resource: "@RybakDigitalAuthenticationBundle/Resources/config/services.yml" }

```

Configure your security policy:

```
# security.yml
...
    guard:
        authenticators:
            # Add app token authenticator if you need to use one
            - rybakdigital.authentication.api.app_token.header_authenticator
            # Add user token authenticator if you need to use one
            - rybakdigital.authentication.api.app_user_token.header_authenticator

```

AppToken vs UserToken
=====================

[](#apptoken-vs-usertoken)

AppToken
--------

[](#apptoken)

Use app token to authenticate applications. Your user provider must implement `AppTokenAuthorizableInterface`. Authenticator will attempt calling `getApiKey()` method in order to authenticate application.

UserToken
---------

[](#usertoken)

Use app token to authenticate specific user. Your user provider must implement `AppUserInterface`. Authenticator will attempt calling `loadApiAppByName($name)` method in order to get user by `$name` providate. Notice that app name becomes user name in this instance.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8177b86c7811c3da8bf828635a8411ed9cdf84006b403c46ff0d10bc88097745?d=identicon)[kris.rybak](/maintainers/kris.rybak)

---

Top Contributors

[![krisrybak](https://avatars.githubusercontent.com/u/1056838?v=4)](https://github.com/krisrybak "krisrybak (49 commits)")

---

Tags

apiAuthenticationaclsymfony3

### Embed Badge

![Health badge](/badges/rybakdigital-authentication-bundle/health.svg)

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

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[happyr/google-site-authenticator-bundle

Authenticate your website (not your users) with Google API. Can be used instead as Domain-Wide Delegation of Authority

1315.2k](/packages/happyr-google-site-authenticator-bundle)

PHPackages © 2026

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