sofiakb/php-filesystem

A library for manage file in PHP.

v0.0.4 2023-02-06 00:00 UTC

README

Contributors Forks Stargazers Issues MIT License


php-filesystem

A PHP Library for manage files !


Report Bug · Request Feature

Table of Contents
  1. About the library
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

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.