{"id":15685149,"url":"https://github.com/unicodeveloper/laravel-sessiontimeout","last_synced_at":"2025-05-07T17:14:08.959Z","repository":{"id":57075389,"uuid":"46693144","full_name":"unicodeveloper/laravel-sessiontimeout","owner":"unicodeveloper","description":":package: A Middleware to help with session timeout because of user inactivity on a site/app built with Laravel 5","archived":false,"fork":false,"pushed_at":"2015-11-23T05:04:38.000Z","size":9,"stargazers_count":10,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T17:14:02.279Z","etag":null,"topics":[],"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/unicodeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-23T02:57:19.000Z","updated_at":"2021-09-26T23:32:23.000Z","dependencies_parsed_at":"2022-08-24T14:55:43.184Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/laravel-sessiontimeout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-sessiontimeout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-sessiontimeout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-sessiontimeout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-sessiontimeout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/laravel-sessiontimeout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252922334,"owners_count":21825639,"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":[],"created_at":"2024-10-03T17:24:02.866Z","updated_at":"2025-05-07T17:14:08.936Z","avatar_url":"https://github.com/unicodeveloper.png","language":"PHP","readme":"# A laravel session timeout middleware\n\n[![Latest Stable Version](https://poser.pugx.org/unicodeveloper/laravel-sessiontimeout/v/stable.svg)](https://packagist.org/packages/unicodeveloper/laravel-sessiontimeout)\n![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)\n[![License](https://poser.pugx.org/unicodeveloper/laravel-sessiontimeout/license.svg)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-sessiontimeout.svg)](https://travis-ci.org/unicodeveloper/laravel-mentions)\n[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-sessiontimeout.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-sessiontimeout)\n[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-sessiontimeout.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-sessiontimeout)\n\nThis package is a very simple but useful for handling session timeouts due to user inactivity on a website/application\n\n## Installation\n\nFirst, pull in the package through Composer.\n\n```js\n\"require\": {\n    \"unicodeveloper/laravel-sessiontimeout\": \"1.0.*\"\n}\n```\n\nNext you must add the `Unicodeveloper\\Http\\Middleware\\SessionTimeout` to the kernel.\n\n```php\n// app/Http/Kernel.php\n\n...\nprotected $middleware = [\n    ...\n    \\Unicodeveloper\\Http\\Middleware\\SessionTimeout::class,\n];\n```\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require unicodeveloper/laravel-sessiontimeout\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n\n## Credits\n\n- [Prosper Otemuyiwa](https://twitter.com/unicodeveloper)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-sessiontimeout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Flaravel-sessiontimeout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-sessiontimeout/lists"}