All Versions
6
Latest Version
Avg Release Cycle
70 days
Latest Release
728 days ago
Changelog History
Changelog History
-
v2.2.0 Changes
September 28, 2021- โ add
replace
method for File. - โ add
sharedGet
method for File. - โ add ability to
get
method for File.
- โ add
-
v2.1.0 Changes
August 06, 2021- โ add
ensureExists
method for Directory.
- โ add
-
v2.0.0 Changes
February 19, 2021- ๐ Move to PHP 7.4
- ๐ Fix tests
- ๐จ Code refactoring
-
v1.1.0 Changes
December 05, 2020โ add ability to extend Filesystem class with Macros.
use Atomastic\Filesystem\Filesystem; use Atomastic\Macroable\Macroable; Filesystem::macro('countFiles', function($path) { return count(iterator_to_array($this->find()->in($path)->files(), false)); }); $filesytem = new Filesystem(); echo $filesytem->countFiles('/directory');
๐ improve tests for directory
create()
method.
-
v1.0.1 Changes
October 17, 2020- ๐ fix Directory copy() method.
-
v1.0.0 Changes
October 15, 2020- ๐ Initial release