{"id":28748791,"url":"https://github.com/arcanedev/hasher","last_synced_at":"2025-07-09T14:38:55.900Z","repository":{"id":62486631,"uuid":"44876934","full_name":"ARCANEDEV/Hasher","owner":"ARCANEDEV","description":":closed_lock_with_key: Provides a flexible hash manager for Laravel.","archived":false,"fork":false,"pushed_at":"2020-03-06T10:29:11.000Z","size":100,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-16T19:13:01.569Z","etag":null,"topics":["encoding","hash","hashids","ids","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARCANEDEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-24T17:33:18.000Z","updated_at":"2021-01-01T03:49:47.000Z","dependencies_parsed_at":"2022-11-02T09:31:02.020Z","dependency_job_id":null,"html_url":"https://github.com/ARCANEDEV/Hasher","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/ARCANEDEV/Hasher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCANEDEV%2FHasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCANEDEV%2FHasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCANEDEV%2FHasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCANEDEV%2FHasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARCANEDEV","download_url":"https://codeload.github.com/ARCANEDEV/Hasher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCANEDEV%2FHasher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264476830,"owners_count":23614579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["encoding","hash","hashids","ids","laravel","php"],"created_at":"2025-06-16T19:13:01.083Z","updated_at":"2025-07-09T14:38:55.457Z","avatar_url":"https://github.com/ARCANEDEV.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hasher [![Packagist License][badge_license]](LICENSE.md) [![For Laravel][badge_laravel]][link-github-repo]\n\n[![Github Workflow Status][badge_build]][link-github-status]\n[![Coverage Status][badge_coverage]][link-scrutinizer]\n[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]\n[![SensioLabs Insight][badge_insight]][link-insight]\n[![Github Issues][badge_issues]][link-github-issues]\n\n[![Packagist][badge_package]][link-packagist]\n[![Packagist Release][badge_release]][link-packagist]\n[![Packagist Downloads][badge_downloads]][link-packagist]\n\n*By [ARCANEDEV\u0026copy;](http://www.arcanedev.net/)*\n\nThe Hasher package provides a flexible hash manager for Laravel.\n\nThis package offers [Hashids](https://github.com/ivanakimov/hashids.php) as default driver with multiple connections.\n\n \u003e Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.\n\nFeel free to check out the [releases](https://github.com/ARCANEDEV/Hasher/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).\n\n### Features\n\n  * Easy setup \u0026amp; configuration.\n  * Flexible hash manager.\n  * Well documented \u0026amp; IDE Friendly.\n  * Well tested with maximum code quality.\n  * Laravel `5.x | 6.x | 7.x` are supported.\n  * Made with :heart: \u0026amp; :coffee:.\n\n## Table of contents\n\n  1. [Installation and Setup](_docs/1-Installation-and-Setup.md)\n  2. [Configuration](_docs/2-Configuration.md)\n  3. [Usage](_docs/3-Usage.md)\n\n## Contribution\n\nAny ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).\n\n## Security\n\nIf you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [ARCANEDEV][link-author]\n- [All Contributors][link-contributors]\n\n[badge_license]:   https://img.shields.io/packagist/l/arcanedev/hasher.svg?style=flat-square\n[badge_laravel]:   https://img.shields.io/badge/For%20Laravel-5.x%20to%207.x-orange.svg?style=flat-square\n[badge_build]:     https://img.shields.io/github/workflow/status/ARCANEDEV/Hasher/run-tests?style=flat-square\n[badge_coverage]:  https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Hasher.svg?style=flat-square\n[badge_quality]:   https://img.shields.io/scrutinizer/g/ARCANEDEV/Hasher.svg?style=flat-square\n[badge_insight]:   https://img.shields.io/sensiolabs/i/0c427742-b488-4bff-87ed-cb1d59217d20.svg?style=flat-square\n[badge_issues]:    https://img.shields.io/github/issues/ARCANEDEV/Hasher.svg?style=flat-square\n\n[badge_package]:   https://img.shields.io/badge/package-arcanedev/hasher-blue.svg?style=flat-square\n[badge_release]:   https://img.shields.io/packagist/v/arcanedev/hasher.svg?style=flat-square\n[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/hasher.svg?style=flat-square\n\n[link-author]:        https://github.com/arcanedev-maroc\n[link-github-repo]:   https://github.com/ARCANEDEV/Hasher\n[link-github-status]: https://github.com/ARCANEDEV/Hasher/actions\n[link-github-issues]: https://github.com/ARCANEDEV/Hasher/issues\n[link-contributors]:  https://github.com/ARCANEDEV/Hasher/graphs/contributors\n[link-packagist]:     https://packagist.org/packages/arcanedev/hasher\n[link-scrutinizer]:   https://scrutinizer-ci.com/g/ARCANEDEV/Hasher/?branch=master\n[link-insight]:       https://insight.sensiolabs.com/projects/0c427742-b488-4bff-87ed-cb1d59217d20\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcanedev%2Fhasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcanedev%2Fhasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcanedev%2Fhasher/lists"}