{"id":18810464,"url":"https://github.com/crispy-computing-machine/hashfilestorage","last_synced_at":"2025-09-05T02:38:55.893Z","repository":{"id":57754351,"uuid":"527474906","full_name":"crispy-computing-machine/HashFileStorage","owner":"crispy-computing-machine","description":"HashFileStorage","archived":false,"fork":false,"pushed_at":"2022-08-22T08:32:22.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T03:08:17.940Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crispy-computing-machine.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":"2022-08-22T08:26:09.000Z","updated_at":"2024-08-29T15:32:32.000Z","dependencies_parsed_at":"2022-08-22T11:30:18.971Z","dependency_job_id":null,"html_url":"https://github.com/crispy-computing-machine/HashFileStorage","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/crispy-computing-machine/HashFileStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispy-computing-machine%2FHashFileStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispy-computing-machine%2FHashFileStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispy-computing-machine%2FHashFileStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispy-computing-machine%2FHashFileStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crispy-computing-machine","download_url":"https://codeload.github.com/crispy-computing-machine/HashFileStorage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispy-computing-machine%2FHashFileStorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273703120,"owners_count":25152998,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2024-11-07T23:20:30.648Z","updated_at":"2025-09-05T02:38:50.878Z","avatar_url":"https://github.com/crispy-computing-machine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hash table / hash bucket / hash map\n\nFolder file storage limits:.\n\n- Windows FAT32 = 65,534\n- Windows NTFS = 4,294,967,295 (unlimited)\n- Max files using hash storage:\none hundred and thirty-seven billion,\nfour hundred and thirty-eight million,\nnine hundred and fifty-three thousand,\nfour hundred and forty\n\nLinux (uname -r to find ext):\n- ext2/ext3 = 10,000\n- ext4 = unlimited\n\n```\n// Test storage of multi files in multi folders\n$oStorage = new HashFileStorage();\nfor($i = 0; $i \u003c= 1000; $i++){\n$sTestFilename = uniqid(\"store_\");\n$sTestFileText = \"This file contains text for file: \" . $sTestFilename;\n$bSave = $oStorage-\u003efile_put_contents($sTestFilename, $sTestFileText);\nerror_log(\"Saving HashFileStorage file: \" . $sTestFilename . \" (\" . var_export($bSave, TRUE) . \")\");\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispy-computing-machine%2Fhashfilestorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispy-computing-machine%2Fhashfilestorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispy-computing-machine%2Fhashfilestorage/lists"}