{"id":39764726,"url":"https://github.com/neoxia/laravel-openstack","last_synced_at":"2026-01-18T11:43:59.934Z","repository":{"id":57025182,"uuid":"93862654","full_name":"neoxia/laravel-openstack","owner":"neoxia","description":"OpenStack filesystem service provider for Laravel","archived":false,"fork":false,"pushed_at":"2019-12-03T10:41:44.000Z","size":8,"stargazers_count":12,"open_issues_count":4,"forks_count":3,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-12T14:50:41.112Z","etag":null,"topics":["flysystem","laravel","openstack","php"],"latest_commit_sha":null,"homepage":null,"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/neoxia.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":"2017-06-09T13:42:43.000Z","updated_at":"2024-01-30T11:24:30.000Z","dependencies_parsed_at":"2022-08-23T13:50:34.253Z","dependency_job_id":null,"html_url":"https://github.com/neoxia/laravel-openstack","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/neoxia/laravel-openstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoxia%2Flaravel-openstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoxia%2Flaravel-openstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoxia%2Flaravel-openstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoxia%2Flaravel-openstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoxia","download_url":"https://codeload.github.com/neoxia/laravel-openstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoxia%2Flaravel-openstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["flysystem","laravel","openstack","php"],"created_at":"2026-01-18T11:43:59.844Z","updated_at":"2026-01-18T11:43:59.916Z","avatar_url":"https://github.com/neoxia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](http://img.shields.io/github/release/neoxia/laravel-openstack.svg)](https://packagist.org/packages/neoxia/laravel-openstack)\n\n## Laravel OpenStack\n\nThis package provides a service provider to add a driver for OpenStack Object Storage (swift) to Laravel Storage.\n\n## Installation\n\nRequire this package with composer using the following command:\n\n```\ncomposer require neoxia/laravel-openstack\n```\n\nAs of Laravel 5.5, this package will be automatically discovered and registered.\nFor older version of Laravel, add the service provider in `config/app.php`.\n\n```PHP\nNeoxia\\Filesystem\\OpenStackServiceProvider::class\n```\n\n## Configuration\n\nTo configure a new Laravel storage disk on OpenStack, provide a configuration like this one in `config/filesystems.php`\n\n```PHP\n'disks' =\u003e [\n\n    'openstack' =\u003e [\n        'driver'        =\u003e 'openstack',\n        'endpoint'      =\u003e env('OS_ENDPOINT', ''),\n        'username'      =\u003e env('OS_USERNAME', ''),\n        'password'      =\u003e env('OS_PASSWORD', ''),\n        'tenant_id'     =\u003e env('OS_TENANT_ID', ''),\n        'tenant_name'   =\u003e env('OS_TENANT_NAME', ''),\n        'container'     =\u003e env('OS_CONTAINER', ''),\n        'region'        =\u003e env('OS_REGION', ''),\n        'service_name'  =\u003e env('OS_SERVICE_NAME', 'swift'),\n    ],\n\n],\n```\n\nNote that the implementation of OpenStack Object Storage varies from one provider to an other. For instance, the configuration of the `tenant_id` and/or of the `tenant_name` is not always mandatory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoxia%2Flaravel-openstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoxia%2Flaravel-openstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoxia%2Flaravel-openstack/lists"}