jamesryanbell/dinopass

A very simple wrapper for the Dinopass password generator API

Installs: 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/jamesryanbell/dinopass

dev-master / 1.0.x-dev 2015-05-30 19:44 UTC

This package is not auto-updated.

Last update: 2025-10-07 09:41:58 UTC


README

Build Status Coverage Status Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

#Dinopass API PHP wrapper

A very simple wrapper for the Dinopass password generator API

##Installation Installation should be done via composer, details of how to install composer can be found at https://getcomposer.org/

Add "jamesryanbell/dinopass": "1.0.*@dev" to your composer.json file

Run composer update to install the latest version.

##Usage

    use JamesRyanBell\Dinopass\Password;

    $dinopass = new Password();
	echo $dinopass->simple();