Download the PHP package toolkit/fsutil without Composer
On this page you can find all versions of the php package toolkit/fsutil. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download toolkit/fsutil
More information about toolkit/fsutil
Files in toolkit/fsutil
Download toolkit/fsutil
More information about toolkit/fsutil
Files in toolkit/fsutil
Vendor toolkit
Package fsutil
Short Description some file system tool library of the php
License MIT
Homepage https://github.com/php-toolkit/fsutil
Package fsutil
Short Description some file system tool library of the php
License MIT
Homepage https://github.com/php-toolkit/fsutil
Please rate this library. Is it a good library?
Informations about the package fsutil
FileSystem Util
Some useful file system util for php
- basic filesystem operation
- file read/write operation
- directory operation
- file modify watcher
- files finder
- file tree builder
Install
- Required PHP 8.0+
File Finder
File Tree Builder
FileTreeBuilder
- can be quickly create dirs and files, copy dir and files.
- can use path var in
dir()
,copy()
... methods. eg:copy('{baseDir}/to/file', '{workdir}/dst/file')
Quick start:
Will create file tree like:
path vars
tplDir
The template dir pathbaseDir
base workdir path, only init on first set workdir.current,workdir
current workdir path.- And all simple type var in
tplVars
.
Usage in path string: {baseDir}/file
Modify Watcher
License
MIT
All versions of fsutil with dependencies
PHP Build Version
Package Version
The package toolkit/fsutil contains the following files
Loading the files please wait ....