PHPackages                             aciliainternet/oauth-authorization-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. aciliainternet/oauth-authorization-bundle

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

aciliainternet/oauth-authorization-bundle
=========================================

Acilia Authorization Bundle

2.0.8(5y ago)05.6k4PHPPHP &gt;=5.3.3

Since Oct 20Pushed 5y ago23 watchersCompare

[ Source](https://github.com/aciliainternet/OauthAuthorizationBundle)[ Packagist](https://packagist.org/packages/aciliainternet/oauth-authorization-bundle)[ Docs](https://github.com/aciliainternet/OauthAuthorizationBundle)[ RSS](/packages/aciliainternet-oauth-authorization-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (24)Used By (0)

OauthAuthorizationBundle
========================

[](#oauthauthorizationbundle)

Acilia oAuth authentication and authroization Bundle for Symfony2/3

OauthAuthorizationBundle
========================

[](#oauthauthorizationbundle-1)

Symfony2 and Symfony3 Oauth Authorization bundle developed by Acilia Internet

This bundle allows to authenticate and get authrozation against Oauth2 API service and creates a UserProviderInterface

Installation and configuration:
-------------------------------

[](#installation-and-configuration)

Pretty simple with [Composer](http://packagist.org), run:

```
composer require aciliainternet/oauth-authorization-bundle
```

### Add OauthAuthorizationBundle to your application kernel

[](#add-oauthauthorizationbundle-to-your-application-kernel)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Acilia\Bundle\OauthAuthorizationBundle\AciliaOauthAuthorizationBundle(),
        // ...
    );
}
```

### Configuration example

[](#configuration-example)

This bundle provides a basic security.yml, you can import from your security.yml file

```
imports:
    - { resource: "@AciliaOauthAuthorizationBundle/Resources/config/security.yml" }

```

You must configure some parameters

```
acilia_oauth_authorization:
    access_url: 'http://api.my-oauth2.com' # url of the oauth api
    enabled: true                          # enable or disable authentication, if false users as authenticated as 'anon.'
    oauth_secret: '_secret_hash_'          # hash for encrypt requests to the api
    client_id: 'my_app_identifier_key'     # unique identifier for the application
    excludes: ['www.domain-excluded.com']  # array of domains to exclude from the auth checking
```

Finally, you'll need to define the logout path. Add to your routing.yml file the following:

```
logout:
    path: /logout

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~242 days

Total

22

Last Release

1931d ago

Major Versions

0.5.6 → 2.0.52018-01-23

PHP version history (2 changes)0.1PHP &gt;=5.3.3

2.0.1PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f8bd559c389f9f3720e03dc1402f52e00754eed3c7479b9e6a2bd47464006fc?d=identicon)[aciliainternet](/maintainers/aciliainternet)

---

Top Contributors

[![andres-montanez](https://avatars.githubusercontent.com/u/541125?v=4)](https://github.com/andres-montanez "andres-montanez (11 commits)")[![rodmen](https://avatars.githubusercontent.com/u/440704?v=4)](https://github.com/rodmen "rodmen (8 commits)")[![gorkaacilia](https://avatars.githubusercontent.com/u/19776342?v=4)](https://github.com/gorkaacilia "gorkaacilia (5 commits)")[![cluster28](https://avatars.githubusercontent.com/u/5039840?v=4)](https://github.com/cluster28 "cluster28 (3 commits)")

---

Tags

bundle

### Embed Badge

![Health badge](/badges/aciliainternet-oauth-authorization-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aciliainternet-oauth-authorization-bundle/health.svg)](https://phpackages.com/packages/aciliainternet-oauth-authorization-bundle)
```

###  Alternatives

[league/oauth2-server-bundle

Symfony bundle .

2344.7M6](/packages/league-oauth2-server-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[escapestudios/wsse-authentication-bundle

Symfony2 bundle to implement WSSE authentication

1352.7M1](/packages/escapestudios-wsse-authentication-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

63397.4k6](/packages/web-auth-webauthn-symfony-bundle)[olivier127/rbac-bundle

Symfony PhpRabcBundle allow to use RBAC control access for symfony project

318.3k](/packages/olivier127-rbac-bundle)[tito10047/altcha-bundle

A simple package to help integrate Altcha on Symfony.

1610.9k1](/packages/tito10047-altcha-bundle)

PHPackages © 2026

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