An open API service indexing awesome lists of open source software.

https://github.com/arcanedev/hasher

:closed_lock_with_key: Provides a flexible hash manager for Laravel.
https://github.com/arcanedev/hasher

encoding hash hashids ids laravel php

Last synced: 3 months ago
JSON representation

:closed_lock_with_key: Provides a flexible hash manager for Laravel.

Awesome Lists containing this project

README

          

# Hasher [![Packagist License][badge_license]](LICENSE.md) [![For Laravel][badge_laravel]][link-github-repo]

[![Github Workflow Status][badge_build]][link-github-status]
[![Coverage Status][badge_coverage]][link-scrutinizer]
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
[![SensioLabs Insight][badge_insight]][link-insight]
[![Github Issues][badge_issues]][link-github-issues]

[![Packagist][badge_package]][link-packagist]
[![Packagist Release][badge_release]][link-packagist]
[![Packagist Downloads][badge_downloads]][link-packagist]

*By [ARCANEDEV©](http://www.arcanedev.net/)*

The Hasher package provides a flexible hash manager for Laravel.

This package offers [Hashids](https://github.com/ivanakimov/hashids.php) as default driver with multiple connections.

> Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.

Feel free to check out the [releases](https://github.com/ARCANEDEV/Hasher/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).

### Features

* Easy setup & configuration.
* Flexible hash manager.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.x | 6.x | 7.x` are supported.
* Made with :heart: & :coffee:.

## Table of contents

1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Configuration](_docs/2-Configuration.md)
3. [Usage](_docs/3-Usage.md)

## Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).

## Security

If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.

## Credits

- [ARCANEDEV][link-author]
- [All Contributors][link-contributors]

[badge_license]: https://img.shields.io/packagist/l/arcanedev/hasher.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/For%20Laravel-5.x%20to%207.x-orange.svg?style=flat-square
[badge_build]: https://img.shields.io/github/workflow/status/ARCANEDEV/Hasher/run-tests?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Hasher.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Hasher.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/0c427742-b488-4bff-87ed-cb1d59217d20.svg?style=flat-square
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/Hasher.svg?style=flat-square

[badge_package]: https://img.shields.io/badge/package-arcanedev/hasher-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/hasher.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/hasher.svg?style=flat-square

[link-author]: https://github.com/arcanedev-maroc
[link-github-repo]: https://github.com/ARCANEDEV/Hasher
[link-github-status]: https://github.com/ARCANEDEV/Hasher/actions
[link-github-issues]: https://github.com/ARCANEDEV/Hasher/issues
[link-contributors]: https://github.com/ARCANEDEV/Hasher/graphs/contributors
[link-packagist]: https://packagist.org/packages/arcanedev/hasher
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/Hasher/?branch=master
[link-insight]: https://insight.sensiolabs.com/projects/0c427742-b488-4bff-87ed-cb1d59217d20