2017 © Pedro Peláez
 

library components

image

silverengine/components

  • Monday, March 12, 2018
  • by SilverEngineTeam
  • Repository
  • 3 Watchers
  • 2 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 24 % Grown

The README.md

, (*1)

GHOST TEMPLATE ENGINE

SilverEngine is a powerful PHP Dynamical MVC framework built for developers who need a simple and elegant toolkit to create powerfull full-featured web applications., (*2)

Licence PHP5.6 version Alpha, (*3)

Documentation

The Documentation of the framework is still work in progress (WIP)., (*4)

Facade

Change the name to use facade, (*5)

namespace App\Facades;

use Silver\Components\Crypto\Facade;

class Example extends Facade
{
    protected static function getClass()
    {
        return '\App\Helper\Example';
    }
}

Crypto

  • if password is null will get by default password from env Env::get('app_key');

Engcode encode($string, $password = null, $chiper = null)

$crypto = new Crypto();
$crypto->encode('my frist encode hash, 'testhash');

Engcode decode($string, $password = null, $chiper = null)

echo $crypto->decode('k4j35hk4jh52k43ljh5kk2l35j', 'testhash');

Engcode encodeArray($array, $password = null, $chiper = null)

$crypto = new Crypto();
$crypto->encodeArray('my frist encode hash, 'testhash');

Engcode decodeArray($array, $password = null, $chiper = null)

echo $crypto->decode('k4j35hk4jh52k43ljh5kk2l35j', 'testhash');

makeHash

$crypto = new Crypto();
$crypto->makeHash('my frist encode hash');

verifyHash

$crypto = new Crypto();
$crypto->verifyHash('my frist encode hash', 'jh4j35g3j4h5gjk3hgk2jh5ghjhj');

Contributing

Thank you for considering contributing to the framework! The contribution guide can be found in the documentation., (*6)

Security & Vulnerabilities

If you discover a security vulnerability within our engine, please send us email at support@silverengine.net, (*7)

License

The Silver Engine framework is open-sourced software licensed under the MIT license., (*8)

The Versions

12/03 2018

dev-master

9999999-dev

  Sources   Download

by SilverEngine Framework - Components

12/03 2018

dev-facade

dev-facade

  Sources   Download

by SilverEngine Framework - Components

01/03 2018

dev-develop-log

dev-develop-log

  Sources   Download

by SilverEngine Framework - Components