jamesryanbell/dinopass

A very simple wrapper for the Dinopass password generator API

Maintainers

Package info

github.com/jamesryanbell/dinopass

pkg:composer/jamesryanbell/dinopass

Statistics

Installs: 107

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-10 11:28:09 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();