Download the PHP package vulcanphp/filesystem without Composer
On this page you can find all versions of the php package vulcanphp/filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vulcanphp/filesystem
More information about vulcanphp/filesystem
Files in vulcanphp/filesystem
Download vulcanphp/filesystem
More information about vulcanphp/filesystem
Files in vulcanphp/filesystem
Vendor vulcanphp
Package filesystem
Short Description PHP Simple File Management System Helper Class that can manage files and folders easily
License MIT
Package filesystem
Short Description PHP Simple File Management System Helper Class that can manage files and folders easily
License MIT
Please rate this library. Is it a good library?
Informations about the package filesystem
PHP Simple File System
PHP Simple File Management System Helper Class that can manage files and folders easily
Installation
It's recommended that you use Composer to install PHP Simple File System
Basic Usage with File
File Available Methods
all methods can be also access statically, and without get word EX: getBytes() is equal to bytes()
- getPath(): string
- is(): bool
- exists(): bool
- getMtime(): int|false
- getSize(): int|false
- getName(): string
- getDirName(): string
- getExt(): string
- getMimeType(): string
- getBytes(): string
- remove(): bool
- getContent(): string
- putContent(): bool
- copy(): bool
- rename(): bool
- move(): bool
- open()
- readFile()
- read()
- close()
- end()
Basic Usage with Folder
Folder Available Methods
- getPath(): string
- enter(): self
- back(): self
- is(): bool
- writable(): bool
- readable(): bool
- getFile()
- scan()
- create()
- chmod()
- check()
- remove()
- delete()
Basic Usage with Storage Folder
Usage of Simple Image Handler
All versions of filesystem with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package vulcanphp/filesystem contains the following files
Loading the files please wait ....