2017 © Pedro Peláez
 

library shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

image

shieldfy/shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

  • Wednesday, December 27, 2017
  • by shieldfy
  • Repository
  • 6 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Shieldfy Official PHP SDK

Description

TBD, (*1)

Installation

Install Shieldfy Server Dependecies (UOPZ Extention)

Automated script (Ubuntu)

bash <(curl -Ss https://github.com/shieldfy/shieldfy-php/blob/master/bin/install)

Manual Install

See Here, (*2)

Install Shieldfy Composer Package

composer require shieldfy/shieldfy-php

PHP Native

if(!class_exists(\Composer\Autoload\ClassLoader::class)) require_once(__DIR__.'/vendor/autoload.php');

\Shieldfy\Guard::init([
    'app_key'       => 'YOURAPPKEY',
    'app_secret'    => 'YOURAPPSECRET'
]);

Laravel Extention (add laravel service provider)

in config/app.php add ShieldfyServiceProvider to the providers list, (*3)

'providers' => [
    \Shieldfy\Extentions\Laravel\ShieldfyServiceProvider::class
]

CodeIgniter Extention (Add CI Bridge)

if(!class_exists(\Composer\Autoload\ClassLoader::class)) require_once(__DIR__.'/vendor/autoload.php');

$guard = \Shieldfy\Guard::init([
    'app_key'       => 'YOURAPPKEY',
    'app_secret'    => 'YOURAPPSECRET'
]);

$CI =& get_instance();
\Shieldfy\Extentions\CodeIgniter\Bridge::load($$guard,$CI);

Symfony Extention ()

TBD, (*4)

CakePHP

TBD, (*5)

ZendPHP

TBD, (*6)

Yii PHP

TBD, (*7)

Configurations

TBD, (*8)

Running Unit Testing

phpunit, (*9)

Testing Environment

cd Example
php -S localhost:8080

Changelog

TBD, (*10)

Contribution

TBD, (*11)

Credits

TBD, (*12)

The Versions

27/12 2017

dev-master

9999999-dev https://github.com/shieldfy/shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

  Sources   Download

SCL

The Requires

 

The Development Requires

security firewall waf shieldfy shieldfy-php

26/12 2017

v0.1.2-alpha

0.1.2.0-alpha https://github.com/shieldfy/shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

  Sources   Download

SCL

The Requires

 

The Development Requires

security firewall waf shieldfy shieldfy-php

25/12 2017

v0.1.1-alpha

0.1.1.0-alpha https://github.com/shieldfy/shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

  Sources   Download

SCL

The Requires

 

The Development Requires

security firewall waf shieldfy shieldfy-php

19/12 2017

v0.1.0-alpha

0.1.0.0-alpha https://github.com/shieldfy/shieldfy-php

Shieldfy Official PHP SDK - (shieldfy.io)

  Sources   Download

SCL

The Requires

 

The Development Requires

security firewall waf shieldfy shieldfy-php