{"id":27078994,"url":"https://github.com/netlogix/netlogix.compressingfilesystemstorage","last_synced_at":"2025-10-11T11:09:50.914Z","repository":{"id":64015594,"uuid":"444737248","full_name":"netlogix/Netlogix.CompressingFileSystemStorage","owner":"netlogix","description":"Flow Package that provides a WritableFileSystemStorage with zlib Compression","archived":false,"fork":false,"pushed_at":"2025-04-03T18:38:58.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-11T11:09:49.020Z","etag":null,"topics":["compression","flow","gzip","resource-management"],"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/netlogix.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-05T09:13:37.000Z","updated_at":"2024-11-04T08:57:10.000Z","dependencies_parsed_at":"2025-09-05T23:43:26.441Z","dependency_job_id":"9c5119b0-1e5d-44cb-a43f-55bb478985c4","html_url":"https://github.com/netlogix/Netlogix.CompressingFileSystemStorage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/netlogix/Netlogix.CompressingFileSystemStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.CompressingFileSystemStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.CompressingFileSystemStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.CompressingFileSystemStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.CompressingFileSystemStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/Netlogix.CompressingFileSystemStorage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.CompressingFileSystemStorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084226,"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-11T02:00:06.511Z","response_time":55,"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":["compression","flow","gzip","resource-management"],"created_at":"2025-04-06T01:20:24.650Z","updated_at":"2025-10-11T11:09:50.885Z","avatar_url":"https://github.com/netlogix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netlogix.CompressingFileSystemStorage\nFlow package that provides a WritableFileSystemStorage with zlib compression. This storage takes\ncare of compressing and decompressing data on the fly, so no special handling is required from\nthe application side.\n\nInternally, PHP stream wrappers are used to deal with compression. Please refer to the [PHP documentation](https://www.php.net/manual/en/wrappers.compression.php).\n\n## Installation\n```sh\ncomposer require netlogix/compressingfilesystemstorage\n```\n\n## Configuration\nA Flow storage has to be configured with the `CompressingWritableFileSystemStorage`:\n\n```yaml\nNeos:\n  Flow:\n    resource:\n      storages:\n        nlxCompressingFileSystemStorage_zlib:\n          storage: Netlogix\\CompressingFileSystemStorage\\CompressingWritableFileSystemStorage\n          storageOptions:\n            path: '%FLOW_PATH_DATA%Persistent/CompressingWritableFileSystemStorage/'\n            # Can be any PHP stream wrapper, see https://www.php.net/manual/en/wrappers.compression.php\n            streamWrapper: 'compress.zlib'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.compressingfilesystemstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fnetlogix.compressingfilesystemstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.compressingfilesystemstorage/lists"}