{"id":30954696,"url":"https://github.com/bengorfile/symfonyfilesystembridge","last_synced_at":"2026-04-12T16:04:10.572Z","repository":{"id":56950689,"uuid":"64071299","full_name":"BenGorFile/SymfonyFilesystemBridge","owner":"BenGorFile","description":"Adapter to make File compatible with Symfony filesystem","archived":false,"fork":false,"pushed_at":"2017-12-15T10:45:34.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T20:07:51.965Z","etag":null,"topics":[],"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/BenGorFile.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":"2016-07-24T15:12:07.000Z","updated_at":"2016-07-24T15:12:18.000Z","dependencies_parsed_at":"2022-08-21T08:20:59.589Z","dependency_job_id":null,"html_url":"https://github.com/BenGorFile/SymfonyFilesystemBridge","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BenGorFile/SymfonyFilesystemBridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorFile%2FSymfonyFilesystemBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorFile%2FSymfonyFilesystemBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorFile%2FSymfonyFilesystemBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorFile%2FSymfonyFilesystemBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenGorFile","download_url":"https://codeload.github.com/BenGorFile/SymfonyFilesystemBridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenGorFile%2FSymfonyFilesystemBridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274623454,"owners_count":25319691,"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-11T02:00:13.660Z","response_time":74,"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":"2025-09-11T11:05:08.017Z","updated_at":"2026-04-12T16:04:10.540Z","avatar_url":"https://github.com/BenGorFile.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymfonyFilesystemBridge\n\u003e Adapter to make File compatible with Symfony Filesystem\n\n[![Build Status](https://travis-ci.org/BenGorFile/SymfonyFilesystemBridge.svg?branch=master)](https://travis-ci.org/BenGorFile/SymfonyFilesystemBridge)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/BenGorFile/SymfonyFilesystemBridge/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/BenGorFile/SymfonyFilesystemBridge/?branch=master)\n[![Total Downloads](https://poser.pugx.org/bengor-file/symfony-filesystem-bridge/downloads)](https://packagist.org/packages/bengor-file/symfony-filesystem-bridge/)\n[![Latest Stable Version](https://poser.pugx.org/bengor-file/symfony-filesystem-bridge/v/stable.svg)](https://packagist.org/packages/bengor-file/symfony-filesystem-bridge/)\n[![Latest Unstable Version](https://poser.pugx.org/bengor-file/symfony-filesystem-bridge/v/unstable.svg)](https://packagist.org/packages/bengor-file/symfony-filesystem-bridge/)\n\n## Requirements\nPHP \u003e= 5.5\n\n## Installation\nThe easiest way to install this component is using [Composer][6]\n```bash\n$ composer require bengor-file/symfony-filesystem-bridge\n```\n\n## Documentation\nAll the documentation is stored inside the [file library](https://github.com/BenGorFile/File/blob/master/docs/index.md).\n\n## Tests\nThis library is completely tested by **[PHPSpec][1], SpecBDD framework for PHP**.\n\nRun the following command to launch tests:\n```bash\n$ vendor/bin/phpspec run -fpretty\n```\n\n## Contributing\nIf you have any doubt or maybe you want to share some opinion, you can use our **Gitter** chat.\n\n[![Join the chat at https://gitter.im/BenGorFile/File](https://badges.gitter.im/BenGorFile/File.svg)](https://gitter.im/BenGorFile/File?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThis library follows PHP coding standards, so pull requests need to execute the Fabien Potencier's [PHP-CS-Fixer][5].\nFurthermore, if the PR creates some not-PHP file remember that you have to put the license header manually. In order\nto simplify we provide a Composer script that wraps all the commands related with this process.\n```bash\n$ composer run-script cs\n```\n\nThere is also a policy for contributing to this project. Pull requests must be explained step by step to make the\nreview process easy in order to accept and merge them. New methods or code improvements must come paired with\n[PHPSpec][1] tests.\n\nIf you would like to contribute it is a good point to follow Symfony contribution standards, so please read the\n[Contributing Code][2] in the project documentation. If you are submitting a pull request, please follow the guidelines\nin the [Submitting a Patch][3] section and use the [Pull Request Template][4].\n\n## Credits\nThis library is created by:\n\u003e\n**@benatespina** - [benatespina@gmail.com](mailto:benatespina@gmail.com)\u003cbr\u003e\n**@gorkalaucirica** - [gorka.lauzirika@gmail.com](mailto:gorka.lauzirika@gmail.com)\n\n## Licensing Options\n[![License](https://poser.pugx.org/bengor-file/symfony-filesystem-bridge/license.svg)](https://github.com/BenGorFile/SymfonyFilesystemBridge/blob/master/LICENSE)\n\n[1]: http://www.phpspec.net/\n[2]: http://symfony.com/doc/current/contributing/code/index.html\n[3]: http://symfony.com/doc/current/contributing/code/patches.html#check-list\n[4]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request\n[5]: http://cs.sensiolabs.org/\n[6]: http://getcomposer.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengorfile%2Fsymfonyfilesystembridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengorfile%2Fsymfonyfilesystembridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengorfile%2Fsymfonyfilesystembridge/lists"}