Download the PHP package nex-otaku/minimal-filesystem without Composer
On this page you can find all versions of the php package nex-otaku/minimal-filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package minimal-filesystem
Minimal Filesystem
Zero dependency. Small and powerful.
Installation
The preferred way to install is through composer.
Alternatively, you can just copy-paste source file to your project. It has no dependencies and should work just fine.
Examples
Filesystem commands
Directories
- createDirectory
- getCurrentDirectory
- existsDirectory
- isDirectory
Files
- writeFile
- appendToFile
- isReadableFile
- readFile
- renameFile
- deleteFile
- existsFile
- isFile
Paths
- exists
Listing, searching:
- listFiles
- searchFiles
- searchFilesRecursively
Questions? Ask!
Telegram: @nex_otaku
Email: [email protected]
License
- MIT license
- Copyright 2021 © Nex Otaku.
All versions of minimal-filesystem with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package nex-otaku/minimal-filesystem contains the following files
Loading the files please wait ....