{"id":19956089,"url":"https://github.com/krowinski/laravel-tinyid","last_synced_at":"2026-04-12T22:49:33.987Z","repository":{"id":57009378,"uuid":"180226528","full_name":"krowinski/laravel-tinyid","owner":"krowinski","description":"A TinyID bridge for Laravel","archived":false,"fork":false,"pushed_at":"2019-04-08T21:48:43.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T12:11:21.740Z","etag":null,"topics":["bridge","composer-packages","laravel","php","tinyid"],"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/krowinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-08T20:20:21.000Z","updated_at":"2020-08-29T17:32:03.000Z","dependencies_parsed_at":"2022-08-21T13:10:14.779Z","dependency_job_id":null,"html_url":"https://github.com/krowinski/laravel-tinyid","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/krowinski/laravel-tinyid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krowinski%2Flaravel-tinyid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krowinski%2Flaravel-tinyid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krowinski%2Flaravel-tinyid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krowinski%2Flaravel-tinyid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krowinski","download_url":"https://codeload.github.com/krowinski/laravel-tinyid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krowinski%2Flaravel-tinyid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264987018,"owners_count":23693754,"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":["bridge","composer-packages","laravel","php","tinyid"],"created_at":"2024-11-13T01:30:01.655Z","updated_at":"2026-04-12T22:49:28.919Z","avatar_url":"https://github.com/krowinski.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-tinyid\nA TinyID bridge for Laravel\n\n\n## Installation\n\nRequire this package, with [Composer](https://getcomposer.org/), in the root directory of your project.\n\n```bash\n$ composer require krowinski/laravel-tinyid\n```\n\nIf you want you can use the [facade](http://laravel.com/docs/facades). Add the reference in `config/app.php` to your aliases array.\n\n```php\n  'TinyID' =\u003e LaravelTinyID\\Facades\\TinyID::class\n```\n\n\n## Configuration\n\nLaravel TinyID requires connection configuration. To get started, you'll need to publish all vendor assets:\n\n```bash\n$ php artisan vendor:publish\n```\n\nThis will create a `config/tinyID.php`\n\n\n### Examples\n\n```php\nvar_dump(TinyId::encode('48888851145')); // will print 1FN7Ab\nvar_dump(TinyId::decode('1FN7Ab')); // will print 48888851145\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrowinski%2Flaravel-tinyid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrowinski%2Flaravel-tinyid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrowinski%2Flaravel-tinyid/lists"}