phpactor / source-code-filesystem
This package is abandoned and no longer maintained.
No replacement package was suggested.
Filesystem library for working with source code files
0.1.8
2021-08-15 13:32 UTC
Requires
- php: ^7.3 || ^8.0
- symfony/filesystem: ^4.2 || ^5.0
- symfony/process: ^4.0||^5.0
- webmozart/glob: ^4.4
- webmozart/path-util: ^2.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^2.17
- phpactor/test-utils: ^1.1
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.2
This package is auto-updated.
Last update: 2022-03-15 14:40:51 UTC
README
This library is a filesystem abstraction for source code trees. That is, it is intended to provide an interface to access and manipulate files in a source code tree.
It provides to adapters:
- Simple: Standard filesystem.
- GIT: Git.
This is a WIP.
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.