zapheus/slytherin-bridge

Slytherin Integration bridge for Zapheus framework.

Installs: 123

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zapheus/slytherin-bridge

v0.1.0 2018-05-18 03:46 UTC

This package is auto-updated.

Last update: 2025-09-26 01:46:42 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Converts Slytherin Integrations to Zapheus providers.

Installation

Install Slytherin Bridge via Composer:

$ composer require zapheus/slytherin-bridge

Basic Usage

use Acme\Integrations\AuthIntegration;
use Acme\Integrations\RoleIntegration;
use Rougin\Slytherin\Container\Container;
use Zapheus\Bridge\Slytherin\BridgeProvider;
use Zapheus\Container\Container;

$providers = array(new AuthIntegration, new RoleIntegration);

$provider = new BridgeProvider($providers);

$container = $provider->register(new Container);

$slytherin = $container->get(BridgeProvider::CONTAINER);

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Credits

License

The MIT License (MIT). Please see LICENSE for more information.