ganbarodigital/php-file-system

0.4.0 2016-01-15 19:45 UTC

This package is not auto-updated.

Last update: 2024-09-24 03:08:10 UTC


README

简介

PHP 文件系统库提供了一套有用且健壮的文件系统抽象,您可以将它们快速集成到自己的项目中,节省时间和精力。

安装

将以下内容添加到您的 composer.json 文件中

{% highlight json %} { "require": { "ganbarodigital/php-file-system": "^1.0" } } {% endhighlight %}

然后运行 composer update