{"id":41343246,"url":"https://github.com/rxcod9/joy-voyager-api-auth","last_synced_at":"2026-01-23T06:53:30.779Z","repository":{"id":43317430,"uuid":"380485288","full_name":"rxcod9/joy-voyager-api-auth","owner":"rxcod9","description":"Joy VoyagerApiAuth module adds REST Api Auth end points with Passport support to Voyager. ","archived":false,"fork":false,"pushed_at":"2026-01-08T01:00:56.000Z","size":135,"stargazers_count":8,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T06:15:33.868Z","etag":null,"topics":["api","auth","joy","joy-voyager-api-auth","laravel","passport","php","rest-api","voyager","voyager-api-auth","voyager-passport"],"latest_commit_sha":null,"homepage":"https://joy-voyager.kodmonk.com","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/rxcod9.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"ramakant","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-06-26T11:27:44.000Z","updated_at":"2023-09-14T05:56:49.000Z","dependencies_parsed_at":"2025-12-17T01:07:02.323Z","dependency_job_id":null,"html_url":"https://github.com/rxcod9/joy-voyager-api-auth","commit_stats":{"total_commits":52,"total_committers":4,"mean_commits":13.0,"dds":"0.46153846153846156","last_synced_commit":"58fd4c1ee883ce3e34685f312574d2255533a637"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/rxcod9/joy-voyager-api-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-api-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-api-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-api-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-api-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxcod9","download_url":"https://codeload.github.com/rxcod9/joy-voyager-api-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-api-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","auth","joy","joy-voyager-api-auth","laravel","passport","php","rest-api","voyager","voyager-api-auth","voyager-passport"],"created_at":"2026-01-23T06:53:30.707Z","updated_at":"2026-01-23T06:53:30.762Z","avatar_url":"https://github.com/rxcod9.png","language":"PHP","funding_links":["https://patreon.com/ramakant"],"categories":[],"sub_categories":[],"readme":"# Joy VoyagerApiAuth\n\nThis [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds REST Api Auth to Voyager.\n\nBy 🐼 [Ramakant Gangwar](https://github.com/rxcod9).\n\n\u003c!-- ![Screenshot](https://raw.githubusercontent.com/rxcod9/joy-voyager-api-auth/main/cover.jpg) --\u003e\n\n[![Latest Version](https://img.shields.io/github/v/release/rxcod9/joy-voyager-api-auth?style=flat-square)](https://github.com/rxcod9/joy-voyager-api-auth/releases)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rxcod9/joy-voyager-api-auth/run-tests.yml?branch=main\u0026label=tests)\n[![Total Downloads](https://img.shields.io/packagist/dt/joy/voyager-api-auth.svg?style=flat-square)](https://packagist.org/packages/joy/voyager-api-auth)\n\n---\n\n## Prerequisites\n\n*   Composer Installed\n*   [Install Laravel](https://laravel.com/docs/installation)\n*   [Install Voyager](https://github.com/the-control-group/voyager)\n*   [Install Passport](https://laravel.com/docs/8.x/passport)\n\n---\n\n## Installation\n\n```bash\n# 1. Require this Package in your fresh Laravel/Voyager project\ncomposer require joy/voyager-api-auth\n\n# 2. Publish\nphp artisan vendor:publish --provider=\"Joy\\VoyagerApiAuth\\VoyagerApiAuthServiceProvider\" --force\n\n# 3. Test Api with CURL\ncurl -s 'http://localhost/api/login' -H 'Accept: application/json' -H 'Content-Type: application/json' --data-raw $'{\\n  \"email\": \"admin@admin.com\",\\n  \"password\": \"password\",\\n  \"remember_me\": false\\n}'\n```\n\n---\n\n\u003c!-- ## Usage\n\nInstallation generates.\n\n--- --\u003e\n\n\u003c!-- ## Views Customization\n\nIn order to override views delivered by Voyager DataTable, copy contents from ``vendor/joy/voyager-api-auth/resources/views`` to the ``views/vendor/joy-voyager-api-auth`` directory of your Laravel installation. --\u003e\n\n## Working Example\n\nYou can try laravel demo here [https://joy-voyager.kodmonk.com/api/documentation](https://joy-voyager.kodmonk.com/api/documentation).\n\n## Documentation\n\nFind yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-api-auth? Feel free to [create an issue on GitHub](https://github.com/rxcod9/joy-voyager-api-auth/issues), we'll try to address it as soon as possible.\n\nIf you've found a bug regarding security please mail [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.\n\n## Testing\n\nYou can run the tests with:\n\n```bash\nvendor/bin/phpunit\n```\n\n## Upgrading\n\nPlease see [UPGRADING](UPGRADING.md) for details.\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.\n\n## Credits\n\n- [Ramakant Gangwar](https://github.com/rxcod9)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxcod9%2Fjoy-voyager-api-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxcod9%2Fjoy-voyager-api-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxcod9%2Fjoy-voyager-api-auth/lists"}