{"id":20077578,"url":"https://github.com/digitaledgeit/php-filesystem","last_synced_at":"2025-09-12T03:35:23.583Z","repository":{"id":56968811,"uuid":"14355622","full_name":"digitaledgeit/php-filesystem","owner":"digitaledgeit","description":"Filesystem functions (similar to Symfony... but simplifies copying/moving/deleting search results)","archived":false,"fork":false,"pushed_at":"2016-03-18T07:48:37.000Z","size":125,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-05T22:39:12.765Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitaledgeit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-13T06:08:56.000Z","updated_at":"2023-03-23T12:24:56.000Z","dependencies_parsed_at":"2022-08-21T10:20:42.128Z","dependency_job_id":null,"html_url":"https://github.com/digitaledgeit/php-filesystem","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/digitaledgeit/php-filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fphp-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fphp-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fphp-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fphp-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitaledgeit","download_url":"https://codeload.github.com/digitaledgeit/php-filesystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fphp-filesystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274748388,"owners_count":25341942,"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-12T02:00:09.324Z","response_time":60,"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-13T15:09:04.648Z","updated_at":"2025-09-12T03:35:23.519Z","avatar_url":"https://github.com/digitaledgeit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filesystem\n\nFilesystem functions (similar to Symfony... but simplifies copying/moving/deleting search results).\n\n**Note:** Symfony's `Filesystem.remove()` now takes a `Traversable` and can be used with Symfony's `Finder` results. If this is your use case, then please use Symfony instead.\n\n## Installation\n\n    composer require digitaledgeit/filesystem\n    \n## Usage\n\n    \u003c?php\n    \n    use deit\\filesystem\\Finder';\n    \n    require_once  __DIR__.'/vendor/autoload.php';\n    \n    //remove all cache files modified more than 15min ago\n    $files = Finder::create('./data')\n        -\u003efiles()\n        -\u003enamed('/\\.cache/')\n        -\u003emodified('\u003c', strtotime('15min ago'))\n        -\u003eremove()\n    ;","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaledgeit%2Fphp-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitaledgeit%2Fphp-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaledgeit%2Fphp-filesystem/lists"}