{"id":36252821,"url":"https://github.com/askerakbar/checkpoint","last_synced_at":"2026-01-11T07:02:15.888Z","repository":{"id":262109323,"uuid":"869354116","full_name":"askerakbar/checkpoint","owner":"askerakbar","description":"This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity.","archived":false,"fork":false,"pushed_at":"2025-04-30T18:31:51.000Z","size":156,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T04:48:05.686Z","etag":null,"topics":["filament","filamentphp","filamentphp-plugin"],"latest_commit_sha":null,"homepage":"https://filamentphp.com/plugins/asker-akbar-checkpoint","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/askerakbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-10-08T06:48:38.000Z","updated_at":"2025-07-16T23:26:16.000Z","dependencies_parsed_at":"2024-11-10T16:35:03.143Z","dependency_job_id":null,"html_url":"https://github.com/askerakbar/checkpoint","commit_stats":null,"previous_names":["askerakbar/checkpoint"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/askerakbar/checkpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askerakbar%2Fcheckpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askerakbar%2Fcheckpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askerakbar%2Fcheckpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askerakbar%2Fcheckpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/askerakbar","download_url":"https://codeload.github.com/askerakbar/checkpoint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askerakbar%2Fcheckpoint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"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":["filament","filamentphp","filamentphp-plugin"],"created_at":"2026-01-11T07:02:15.350Z","updated_at":"2026-01-11T07:02:15.871Z","avatar_url":"https://github.com/askerakbar.png","language":"PHP","readme":"\u003cimg src=\"https://raw.githubusercontent.com/askerakbar/checkpoint/main/demo/asker-akbar-checkpoint.jpg\" width=\"100%\"/\u003e\n\n# Checkpoint - A Filament PHP Plugin to enhance login Security with custom rate limiting, lockout and admin alerts\n\nThis Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require askerakbar/checkpoint -W\n```\n\nThis plugin requires Spatie's Laravel Settings package. Before running the Checkpoint migrations, you must first publish and run the settings migrations.\n\nTo do this, use the following command:\n\n```bash\nphp artisan vendor:publish --provider=\"Spatie\\LaravelSettings\\LaravelSettingsServiceProvider\" --tag=\"migrations\"\n```\nOnce that's complete, you can proceed with publishing and running the Checkpoint migrations:\n\n```bash\nphp artisan vendor:publish --tag=\"checkpoint-migrations\"\nphp artisan migrate\n```\n\nOptionally, you can publish the language files with:\n\n```bash\nphp artisan vendor:publish --tag=\"checkpoint-translations\"\n```\n\n## Usage\n\nYou need to initialize the plugin in your Filament panel provider. You can do this by adding the `CheckpointPlugin` to the `plugins` method of your panel.\n\n```php \nuse Askar\\Checkpoint\\CheckpointPlugin;\n\npublic function plugins(): array\n{\n    return [\n        //...other plugins\n        CheckpointPlugin::make(),\n    ];\n}\n```\n\n\n## Contribute / Report a bug / Security Vulnerabilities\nIf you would like to contriubte, please feel free to submit pull requests or open issues.\n\n## License\n\nThe MIT License (MIT). Please see [License File](License.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskerakbar%2Fcheckpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskerakbar%2Fcheckpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskerakbar%2Fcheckpoint/lists"}