Download the PHP package bhittani/filesystem without Composer
On this page you can find all versions of the php package bhittani/filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bhittani/filesystem
More information about bhittani/filesystem
Files in bhittani/filesystem
Package filesystem
Short Description Utilities for working with the filesystem.
License MIT
Homepage https://github.com/kamalkhan/filesystem
Informations about the package filesystem
Filesystem
Utilities for working with the filesystem in PHP.
- Install
- Usage
- Each
- Inject
- Dump
- Get Contents
- Static Access
- Changelog
- Testing
- Contributing
- Security
- Credits
- License
Install
You may install this package using composer.
Usage
This packages offers some helpful utilities when working with the filesystem. It extends symfony/filesystem.
Each
Traverse over all the files (recursive) in a directory.
Inject
Inject a payload into a file or every file in a directory.
This will lazily find
[foo]
in each file contents and replace it withbar
.A callback is also accepted as the payload which will receive the path to the current file.
Dump
Dump a file or directory with an optional payload.
If a callback is provided as the payload, it will receive the path to the current destination file.
Get Contents
Get the contents of a file with an optional payload.
Static Access
A StaticFilesystem
class is available.
Any of the public methods may be invoked by static access.
Changelog
Please see CHANGELOG for more information on what has changed.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see the License File for more information.