{"id":15739700,"url":"https://github.com/attogram/filesystem-cache","last_synced_at":"2025-11-02T00:02:47.453Z","repository":{"id":62489423,"uuid":"239118686","full_name":"attogram/filesystem-cache","owner":"attogram","description":"Filesystem-based cache system for PHP 7.","archived":false,"fork":false,"pushed_at":"2020-02-15T19:09:51.000Z","size":17,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T09:14:39.059Z","etag":null,"topics":["cache","caching-library","filesystem-cache","php7"],"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/attogram.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-02-08T11:20:21.000Z","updated_at":"2020-04-14T06:21:02.000Z","dependencies_parsed_at":"2022-11-02T11:15:34.883Z","dependency_job_id":null,"html_url":"https://github.com/attogram/filesystem-cache","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/attogram%2Ffilesystem-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attogram%2Ffilesystem-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attogram%2Ffilesystem-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attogram%2Ffilesystem-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attogram","download_url":"https://codeload.github.com/attogram/filesystem-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418700,"owners_count":20773935,"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":["cache","caching-library","filesystem-cache","php7"],"created_at":"2024-10-04T02:06:11.138Z","updated_at":"2025-11-02T00:02:47.179Z","avatar_url":"https://github.com/attogram.png","language":"PHP","readme":"# filesystem-cache\n\nFilesystem-based cache system for PHP 7.\n\n* Repository: \u003chttps://github.com/attogram/filesystem-cache\u003e\n* Packagist: \u003chttps://packagist.org/packages/attogram/filesystem-cache\u003e\n* CodeClimate: [![Maintainability](https://api.codeclimate.com/v1/badges/74acc2c81db24cc8fb75/maintainability)](https://codeclimate.com/github/attogram/filesystem-cache/maintainability)\n* Travis-CI: [![Build Status](https://travis-ci.org/attogram/filesystem-cache.svg?branch=master)](https://travis-ci.org/attogram/filesystem-cache)\n\n## Usage\n\n```php\nuse Attogram\\Filesystem\\Cache;\n\n$cacheDirectory = '../cache/'; // must include trailing slash\n\n$cache = new Cache($cacheDirectory);\n```\n\n## Functions\n\n* public function exists(string $key): bool\n* public function get(string $key)\n* public function set(string $key, string $value): bool\n* public function delete(string $key): bool\n* public function age(string $key): int\n\n## Similar projects\n\n* \u003chttps://github.com/Gregwar/Cache\u003e\n* \u003chttps://github.com/cosenary/Simple-PHP-Cache\u003e\n* \u003chttps://github.com/jdorn/FileSystemCache\u003e\n* \u003chttps://github.com/php-cache/filesystem-adapter\u003e\n* \u003chttps://github.com/Wruczek/PHP-File-Cache\u003e\n* \u003chttps://github.com/saltybeagle/StaticCache\u003e\n* \u003chttps://github.com/sarahman/simple-filesystem-cache\u003e\n* \u003chttps://github.com/chrisullyott/simple-cache\u003e\n* \u003chttps://github.com/override2k/psr-cache\u003e\n* ...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattogram%2Ffilesystem-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattogram%2Ffilesystem-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattogram%2Ffilesystem-cache/lists"}