2017 © Pedro Peláez
 

library slytherin-bridge

Slytherin Integration bridge for Zapheus framework.

image

zapheus/slytherin-bridge

Slytherin Integration bridge for Zapheus framework.

  • Friday, May 18, 2018
  • by rougin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Slytherin Integration Bridge

![Latest Version on Packagist][ico-version] Software License Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Converts Slytherin Integrations to Zapheus providers., (*2)

Installation

Install Slytherin Bridge via Composer:, (*3)

``` bash $ composer require zapheus/slytherin-bridge, (*4)


## Basic Usage ``` php 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., (*5)

Testing

bash $ composer test, (*6)

Credits

License

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

The Versions

18/05 2018

dev-master

9999999-dev https://github.com/zapheus/slytherin-bridge

Slytherin Integration bridge for Zapheus framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

integration bridge slytherin zapheus

18/05 2018

v0.1.0

0.1.0.0 https://github.com/zapheus/slytherin-bridge

Slytherin Integration bridge for Zapheus framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

integration bridge slytherin zapheus