{"id":17024981,"url":"https://github.com/gwleuverink/eloquent-hashid-binding","last_synced_at":"2025-06-27T23:04:20.241Z","repository":{"id":57014233,"uuid":"195793356","full_name":"gwleuverink/eloquent-hashid-binding","owner":"gwleuverink","description":"A drop in solution for implicit route model binding with hashid's","archived":false,"fork":false,"pushed_at":"2025-01-17T09:51:40.000Z","size":194,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T01:36:39.202Z","etag":null,"topics":["composer","hashids","laravel","route-model-binding"],"latest_commit_sha":null,"homepage":null,"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/gwleuverink.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-08T10:52:23.000Z","updated_at":"2025-01-17T09:50:09.000Z","dependencies_parsed_at":"2025-04-12T11:34:12.957Z","dependency_job_id":"e5e008c9-c57a-4e88-a4ad-b49eedb3c081","html_url":"https://github.com/gwleuverink/eloquent-hashid-binding","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.4385964912280702,"last_synced_commit":"75207cc2df2095d767454e8c93ddfdc034712cba"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gwleuverink/eloquent-hashid-binding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Feloquent-hashid-binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Feloquent-hashid-binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Feloquent-hashid-binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Feloquent-hashid-binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwleuverink","download_url":"https://codeload.github.com/gwleuverink/eloquent-hashid-binding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Feloquent-hashid-binding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259928361,"owners_count":22933368,"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":["composer","hashids","laravel","route-model-binding"],"created_at":"2024-10-14T07:27:41.044Z","updated_at":"2025-06-27T23:04:20.212Z","avatar_url":"https://github.com/gwleuverink.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/assets/package-logo.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/gwleuverink/eloquent-hashid-binding\"\u003e\u003cimg src=\"https://travis-ci.org/gwleuverink/eloquent-hashid-binding.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href='https://coveralls.io/github/gwleuverink/eloquent-hashid-binding?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/gwleuverink/eloquent-hashid-binding/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/leuverink/eloquent-hashid-binding\"\u003e\u003cimg src=\"https://poser.pugx.org/leuverink/eloquent-hashid-binding/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/leuverink/eloquent-hashid-binding\"\u003e\u003cimg src=\"https://poser.pugx.org/leuverink/eloquent-hashid-binding/v/unstable.svg\" alt=\"Latest Unstable Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/leuverink/eloquent-hashid-binding\"\u003e\u003cimg src=\"https://poser.pugx.org/leuverink/eloquent-hashid-binding/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    A drop in solution for eloquent implicit route model binding with hashid's. \n    \u003cbr /\u003e\n    Obfuscate your app's id's from prying eyes.\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n---\n\n***What this package does***\n\nThis package obfuscates eloquent model's id's when used in url's. This is really usefull when you don't want to expose id's to the outside world.\n\nThe route keys are encoded/decoded on the fly. You can drop this in any Laravel project without the need for migrations.\n\n| **EXAMPLE** |                           |\n| ----------- | ------------------------- |\n| Before      | `domain.test/users/1`     |\n| After       | `domain.test/users/rvBVv` |\n\n---\n\u003cbr /\u003e\n\n## Installation\n\n`composer require leuverink/eloquent-hashid-binding`\n\n## Basic usage\n\nSimply use the HashidBinding trait in your eloquent model and you're good to go!\n\n``` php\nnamespace App;\n\nuse Illuminate\\Foundation\\Auth\\User as Authenticatable;\nuse Leuverink\\HashidBinding\\HashidBinding;\n\nclass User extends Authenticatable\n{\n    use HashidBinding;\n\n    //\n}\n```\n\nThat's it!\nCheck out [the docs](https://gwleuverink.github.io/eloquent-hashid-binding/) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwleuverink%2Feloquent-hashid-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwleuverink%2Feloquent-hashid-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwleuverink%2Feloquent-hashid-binding/lists"}