ahmetbarut / file-manager

v0.5.1 2021-07-23 09:55 UTC

This package is auto-updated.

Last update: 2024-09-23 16:52:09 UTC


README

我旨在编写易于使用的代码,其实际使用也非常简单。

安装

    composer require ahmetbarut/file-manager

简单使用

    <?php
    require "vendor/autoload.php";

    $f = new \ahmetbarut\core\Manager;

    $f->readFile('./index.php');