Download the PHP package kappa/filesystem without Composer
On this page you can find all versions of the php package kappa/filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kappa/filesystem
More information about kappa/filesystem
Files in kappa/filesystem
Download kappa/filesystem
More information about kappa/filesystem
Files in kappa/filesystem
Vendor kappa
Package filesystem
Short Description Easy system for work with files and directories
License BSD-3-Clause
Homepage https://github.com/Kappa-org/FileSystem
Package filesystem
Short Description Easy system for work with files and directories
License BSD-3-Clause
Homepage https://github.com/Kappa-org/FileSystem
Please rate this library. Is it a good library?
Informations about the package filesystem
Kappa\FileSystem 
Easy system for work with files and directories
Requirements:
- PHP 5.3.3 or higher
- Kappa\Utils 1.0.0
- Nette framework ~2.1
Installation
The best way to install Kappa/FileSystem is using Composer:
Usages
Create a new file or directory:
Opening files and directories:
Upload files via FileUpload:
Load file from Nette\Utils\Image
Create a new image 'newImage' with dimensions 10x10 px and return instance of File
If you can work with same image without creating new file use original file name as second parameter
File API:
-
- Returns file content
-
- Overwrite file content (content can be null for clear file)
-
- Clear file content (same as )
-
- Append text to end file
-
- Returns SplFileInfo
-
- Returns Nette\Utils\Image
Directory API:
-
- Returns SplFileInfo
-
- Returns directories in directory as array
-
- Returns files in directory as array
-
- Returns directories and files in directory as array
FileSystem API:
-
- Remove file or directory, must be instance of File or Directory
-
- Renamed file or directory. must be instance of File or Directory and return new instance of object
-
- Copy source to target, must be instance of File or Directory, can be string or instance of Directory. Return instance of copy file;
-
- Same as but remove source after copy
Examples:
All versions of filesystem with dependencies
PHP Build Version
Package Version
The package kappa/filesystem contains the following files
Loading the files please wait ....