{"id":31677192,"url":"https://github.com/aidynmakhataev/laravel-tarantool-session","last_synced_at":"2026-05-18T02:03:18.459Z","repository":{"id":56942774,"uuid":"283839298","full_name":"AidynMakhataev/laravel-tarantool-session","owner":"AidynMakhataev","description":"A Tarantool session driver for Laravel","archived":false,"fork":false,"pushed_at":"2020-08-06T05:21:03.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T16:22:16.628Z","etag":null,"topics":["laravel","session","session-driver","tarantool","tarantool-session"],"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/AidynMakhataev.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":"2020-07-30T17:41:03.000Z","updated_at":"2024-05-06T09:44:38.000Z","dependencies_parsed_at":"2022-08-21T07:50:25.574Z","dependency_job_id":null,"html_url":"https://github.com/AidynMakhataev/laravel-tarantool-session","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/AidynMakhataev/laravel-tarantool-session","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidynMakhataev%2Flaravel-tarantool-session","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidynMakhataev%2Flaravel-tarantool-session/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidynMakhataev%2Flaravel-tarantool-session/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidynMakhataev%2Flaravel-tarantool-session/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AidynMakhataev","download_url":"https://codeload.github.com/AidynMakhataev/laravel-tarantool-session/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidynMakhataev%2Flaravel-tarantool-session/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891753,"owners_count":26063858,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["laravel","session","session-driver","tarantool","tarantool-session"],"created_at":"2025-10-08T05:02:05.905Z","updated_at":"2025-10-08T05:07:10.928Z","avatar_url":"https://github.com/AidynMakhataev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Tarantool Session Driver\n\nA Tarantool session driver for Laravel. For more information about sessions, check http://laravel.com/docs/session.\n\n## Requirements\n\n- PHP ^7.2\n- Laravel ^5.5\n\n## Installation\n\nVia Composer\n\n```bash\ncomposer require aidynmakhataev/laravel-tarantool-session\n```\n\nLaravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.\n\n### Laravel without auto-discovery:\n\nIf you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php\n\n```php\n\\AidynMakhataev\\Tarantool\\Session\\SessionServiceProvider::class\n```\n### Change session driver\n\nChange the session driver in `config/session.php` to tarantool:\n\n    'driver' =\u003e 'tarantool',\n\n## Configuration\n\nYou can publish the config file with the following command:\n\n```bash\nphp artisan vendor:publish --tag=\"tarantool-session-config\"\n```\n\nYou need to provide following tarantool connection variables\n```dotenv\nTARANTOOL_SESSION_HOST=tcp://tarantool\nTARANTOOL_SESSION_USER=user\nTARANTOOL_SESSION_PASSWORD=password\nTARANTOOL_SESSION_SPACE=sessions\n```\n\n## Transfer session from another storage\n\nYou can easily transfer your sessions with following artisan commands\n\n### File Driver\n\n```bash\nphp artisan tarantool-session:transfer-file\n```\n\n### Redis Driver\n\nCurrently not supported\n\n### Database Driver\n\nCurrently not supported\n\n### Memcached Driver\n\nCurrently not supported\n\n## License\n\nMIT. Please see the [license file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidynmakhataev%2Flaravel-tarantool-session","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidynmakhataev%2Flaravel-tarantool-session","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidynmakhataev%2Flaravel-tarantool-session/lists"}