leodisarli/disarli-credential-manager-php

PHP library for search credential in redis with Predis

1.1.3 2020-03-07 19:57 UTC

This package is not auto-updated.

Last update: 2024-04-29 13:42:27 UTC


README

PHP library for search credential in redis with Predis.

Tech

Promove a simplest way to return credential token or generate if declare a custom method using:

  • [Predis] - Flexible and feature-complete Redis client for PHP.

Installation

Requires PHP 7.1.

The recommended way to install is through Composer.

composer require leodisarli/disarli-credential-manager-php

Samples

it's a good idea to look in the sample folder to understand how it works. Run all files with PHP to see many examples.

php sample/CredentialSample.php
php sample/CredentialRedisConfigSample.php

Development

Want to contribute? Great!

The project using a simple code in PHP. Make a change in your file and be careful with your updates! Any new code will only be accepted with test.

To ensure that the entire project is tested:

First install the dependences

$ composer install

Second run tests

$ vendor/bin/phpunit

Free Software, Hell Yeah!