PHPackages                             kaliop/abacusadvancebundle - 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. kaliop/abacusadvancebundle

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

kaliop/abacusadvancebundle
==========================

Abacus Advance Bundle by Kaliop

1.3.0(7y ago)4561GPL-2.0PHP

Since Jun 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kaliop-uk/AbacusAdvanceBundle)[ Packagist](https://packagist.org/packages/kaliop/abacusadvancebundle)[ RSS](/packages/kaliop-abacusadvancebundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (8)Used By (0)

Abacus Advance Bundle
=====================

[](#abacus-advance-bundle)

> API to connect easily to Abacus AD gateway API, version v0.9.14

This API Gateway allows to:

- call easily the Abacus ADvance API
- receive http callbacks made from ADvance in some configurations

External docs
-------------

[](#external-docs)

-

Requirements
------------

[](#requirements)

- guzzlehttp/guzzle: ~6.0
- symfony - various components: Config, OptionsResolver, HttpFoundation, Serializer, HttpKernel, DependencyInjection

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

[](#installation)

- Install the bundle using composer
- Activate the Abacus\\AdvanceBundle\\AbacusAdvanceBundle in your Sf app kernel
- Set up the required parameters (see parameters.yml in this bundle)

Using the bundle
----------------

[](#using-the-bundle)

### Making API calls to ADvance

[](#making-api-calls-to-advance)

To make calls to Advance you have to retrieve the `abacus.advance.api` as a service, and from it retrieve the specific service that you need: Gatekeeper Access Allowed, Log web activity, Get products list, etc...

Each service can return one or many responses pre-formatted.

### Receiving callbacks

[](#receiving-callbacks)

To be documented...

### Using the local API Stub to emulate ADvance

[](#using-the-local-api-stub-to-emulate-advance)

To be documented...

Examples
--------

[](#examples)

### Gatekeeper Access Allowed

[](#gatekeeper-access-allowed)

```
    // Get Abacus ADvance api as a service
    $advanceApiGateway = $this->get('abacus.advance.api');

    // Get GateKeeper service
    $gateKeeperService = $advanceApiGateway->getGateKeeper();

    // Call API and get response (NB: can throw an exception)
    $accessAllowResponse = $gateKeeperService
        ->accessAllowed(
            [
                'Url'      => 'myUrl',
                'CookieID' => 'myAnonymousUserId',
            ]
        );

    // Use response methods
    $access = $accessAllowResponse->hasAccessGranted(); // true|false
    $accessStatus = $accessAllowResponse->getAccessStatus(); // GateKeeper::ACCESS_GRANTED|GateKeeper::ACCESS_DENIED

    // Or get response as Abacus returned to us
    $rawResponse = $accessAllowResponse->getRawResponse();

    // See also getData, getVersion, getStatusCode, getStatusMessages functions
```

Authors
-------

[](#authors)

- [Rémi Souverain](mailto:rsouverain@kaliop.com?subject=%5BAbacus%5CAdvanceBundle%5D)
- [Yann Roseau](mailto:yroseau@kaliop.com?subject=%5BAbacus%5CAdvanceBundle%5D)
- Gaetano Giunta

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Recently: every ~48 days

Total

6

Last Release

2683d ago

### Community

Maintainers

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

---

Top Contributors

[![gggeek](https://avatars.githubusercontent.com/u/308634?v=4)](https://github.com/gggeek "gggeek (2 commits)")

---

Tags

access-managementcmsentitlementsabacusadvanceaccess entitlement

### Embed Badge

![Health badge](/badges/kaliop-abacusadvancebundle/health.svg)

```
[![Health](https://phpackages.com/badges/kaliop-abacusadvancebundle/health.svg)](https://phpackages.com/packages/kaliop-abacusadvancebundle)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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