{"id":20812172,"url":"https://github.com/sertxudeveloper/laravel-lockscreen","last_synced_at":"2025-06-12T22:04:00.112Z","repository":{"id":55430554,"uuid":"523060094","full_name":"sertxudeveloper/laravel-lockscreen","owner":"sertxudeveloper","description":"Package for locking the user account due to inactivity","archived":false,"fork":false,"pushed_at":"2024-11-18T08:12:02.000Z","size":448,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T10:29:07.885Z","etag":null,"topics":["hacktoberfest","laravel","laravel-package","lockscreen","security","sertxudeveloper"],"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/sertxudeveloper.png","metadata":{"funding":{"github":["sertxudev"],"custom":["https://buymeacoffee.com/sertxudeveloper"]},"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,"zenodo":null}},"created_at":"2022-08-09T18:10:17.000Z","updated_at":"2024-11-26T15:37:44.000Z","dependencies_parsed_at":"2023-01-31T06:16:04.572Z","dependency_job_id":"de9b23b2-0dbe-467b-a3f0-863a3c0d64f4","html_url":"https://github.com/sertxudeveloper/laravel-lockscreen","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":"0.10344827586206895","last_synced_commit":"dd1c779b2c77a1f6aa89ac1206bdb233589d965e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sertxudeveloper%2Flaravel-lockscreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sertxudeveloper%2Flaravel-lockscreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sertxudeveloper%2Flaravel-lockscreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sertxudeveloper%2Flaravel-lockscreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sertxudeveloper","download_url":"https://codeload.github.com/sertxudeveloper/laravel-lockscreen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sertxudeveloper%2Flaravel-lockscreen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258864162,"owners_count":22769932,"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":["hacktoberfest","laravel","laravel-package","lockscreen","security","sertxudeveloper"],"created_at":"2024-11-17T20:51:03.016Z","updated_at":"2025-06-12T22:04:00.071Z","avatar_url":"https://github.com/sertxudeveloper.png","language":"PHP","funding_links":["https://github.com/sponsors/sertxudev","https://buymeacoffee.com/sertxudeveloper"],"categories":[],"sub_categories":[],"readme":"\r\n\u003cp align=\"center\"\u003e\u003cimg src=\"/art/socialcard.png\" alt=\"Laravel Lock Screen by Sertxu Developer\"\u003e\u003c/p\u003e\r\n\r\n# Add a lock screen to your Laravel app\r\n\r\n![](https://img.shields.io/github/v/release/sertxudeveloper/laravel-lockscreen) ![](https://github.com/sertxudeveloper/laravel-lockscreen/actions/workflows/run-tests.yml/badge.svg) ![](https://img.shields.io/github/license/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/github/repo-size/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/packagist/dt/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/github/issues/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/packagist/php-v/sertxudeveloper/laravel-lockscreen) [![Codecov Test coverage](https://img.shields.io/codecov/c/github/sertxudeveloper/laravel-lockscreen)](https://app.codecov.io/gh/sertxudeveloper/laravel-lockscreen)\r\n\r\nThis packages adds the functionality to add a lock screen in your app.\r\n\r\nThe users will be required to re-enter the password once the session has timed out due to inactivity.\r\n\r\n## Installation\r\n\r\nYou can install the package via composer:\r\n\r\n```bash\r\ncomposer require sertxudeveloper/laravel-lockscreen\r\n```\r\n\r\nNext, you should run the installation command:\r\n\r\n```bash\r\nphp artisan lockscreen:install\r\n```\r\n\r\n## Usage\r\n\r\nOnce you have installed the package, you're users will be redirected to the `locked` route once the session has expired.\r\n\r\nIn the configuration file you can specify how much time the user can be inactive before locking it's account.\r\n\r\n## Testing\r\n\r\nThis package contains tests, you can run them using the following command:\r\n\r\n```bash\r\ncomposer test\r\n```\r\n\r\n## Contributing\r\n\r\nPlease see [CONTRIBUTING](https://github.com/sertxudeveloper/.github/blob/main/CONTRIBUTING.md) for details.\r\n\r\n## Security Vulnerabilities\r\n\r\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\r\n\r\n## Credits\r\n\r\n- [Sergio Peris](https://github.com/sertxudev)\r\n- [All Contributors](../../contributors)\r\n\r\n## License\r\n\r\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n\u003cp align=\"center\"\u003eCopyright © 2022 Sertxu Developer\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsertxudeveloper%2Flaravel-lockscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsertxudeveloper%2Flaravel-lockscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsertxudeveloper%2Flaravel-lockscreen/lists"}