https://github.com/glowyphp/filesystem
Filesystem Package provide a fluent, object-oriented interface for working with filesystem.
https://github.com/glowyphp/filesystem
filesystem filesystem-component glowy glowyphp package php php-package
Last synced: 10 months ago
JSON representation
Filesystem Package provide a fluent, object-oriented interface for working with filesystem.
- Host: GitHub
- URL: https://github.com/glowyphp/filesystem
- Owner: glowyphp
- License: mit
- Created: 2020-10-08T19:51:22.000Z (over 5 years ago)
- Default Branch: 5.x
- Last Pushed: 2022-09-14T10:06:59.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:42:55.823Z (10 months ago)
- Topics: filesystem, filesystem-component, glowy, glowyphp, package, php, php-package
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/filesystem
- Size: 118 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Filesystem
Filesystem Package provide a fluent, object-oriented interface for working with filesystem.
### Installation
#### With [Composer](https://getcomposer.org)
```
composer require glowy/filesystem
```
### Resources
* [Documentation](https://awilum.github.io/glowyphp/filesystem)
### Tests
Run tests
```
./vendor/bin/pest
```
### License
[The MIT License (MIT)](https://github.com/glowyphp/filesystem/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)