{"id":41214940,"url":"https://github.com/phore/phore-filesystem","last_synced_at":"2026-01-22T23:58:40.175Z","repository":{"id":57039187,"uuid":"141283511","full_name":"phore/phore-filesystem","owner":"phore","description":"File access functions","archived":false,"fork":false,"pushed_at":"2025-12-14T12:28:44.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-16T17:53:47.361Z","etag":null,"topics":["phore-filesystem"],"latest_commit_sha":null,"homepage":"https://infracamp.org/project/phore/","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/phore.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":"2018-07-17T11:59:03.000Z","updated_at":"2025-12-14T12:28:48.000Z","dependencies_parsed_at":"2024-02-09T01:55:44.758Z","dependency_job_id":"77d7208f-3fbf-438c-8435-1937c9f0bbe7","html_url":"https://github.com/phore/phore-filesystem","commit_stats":{"total_commits":128,"total_committers":3,"mean_commits":"42.666666666666664","dds":0.3984375,"last_synced_commit":"edb1962228f0b24aef44fcc9a3aa311117a24a18"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/phore/phore-filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phore","download_url":"https://codeload.github.com/phore/phore-filesystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phore%2Fphore-filesystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28675276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["phore-filesystem"],"created_at":"2026-01-22T23:58:39.550Z","updated_at":"2026-01-22T23:58:40.166Z","avatar_url":"https://github.com/phore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phore-filesystem\n\n[![Actions Status](https://github.com/phore/phore-filesystem/workflows/tests/badge.svg)](https://github.com/phore/phore-filesystem/actions)\n\n\nFile access functions\n\n\n- Working with sub-paths \n- Checking symbolic links\n\n\n## Installation\n\n```\ncompser require phore/filesystem\n```\n\n\n## General usage\n\n```php\necho phore_uri(\"/tmp/some.file\")-\u003ewithDirName();\n```\n\nwill result in\n\n```\n/tmp\n```\n\n## Subpath\n\n```php\necho phore_uri(\"/tmp\")-\u003ewithSubPath(\"./some/other/file\")\n```\n\n```\n/tmp/some/other/file\n```\n\n## Assertions\n\n```php\nphore_uri(\"/tmp\")-\u003eassertIsFile()-\u003eassertIsWritable();\n```\n\n## Reading YAML\n\n```php\nphore_uri(\"/tmp/somefile.yml\")-\u003eassertFile()-\u003eget_yaml();\n```\n\n\n## Tempoary Files\n\nWill be unlinked when object destructs.\n\n```\n$file = new PhoreTempFile();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphore%2Fphore-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphore%2Fphore-filesystem/lists"}