sofiakb / php-filesystem
A library for manage file in PHP.
v0.0.4
2023-02-06 00:00 UTC
Requires
- php: 8.*
- ext-fileinfo: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-01-06 13:55:41 UTC
README
php-filesystem
A PHP Library for manage files !
Report Bug
ยท
Request Feature
Table of Contents
About The Library
The library allows to file in PHP project.
Built With
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Prerequisites
- php >= 7.4
- ext-fileinfo
Installation
composer require sofiakb/php-filesystem
Usage
use Sofiakb\Filesystem\Facades\File; File::exists('/path/to/file');
Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE
for more information.