2017 © Pedro Peláez
 

library entropy

Entropy provider library for PHP

image

lookyman/entropy

Entropy provider library for PHP

  • Monday, December 21, 2015
  • by lookyman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

lookyman/Entropy

Build Status Downloads Latest stable Coverage Status, (*1)

Requirements

lookyman/Entropy requires PHP 5.5 or higher., (*2)

Installation

$ composer require lookyman/entropy

You can enable the extension using your neon config:, (*3)

extensions:
    entropy: lookyman\Entropy\DI\EntropyExtension

Usage

This extension provides you with the service lookyman\Entropy\Provider\IEntropyProvider, that you can inject into your application., (*4)

// $this->provider in an instance of lookyman\Entropy\Provider\IEntropyProvider

var_dump($this->provider->getRandomPseudoBytes(8));

The Versions

21/12 2015

dev-master

9999999-dev

Entropy provider library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

nette entropy

21/12 2015

v1.0.0

1.0.0.0

Entropy provider library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

nette entropy