uk / io
The UniKado IO library.
0.1.0
2016-07-31 08:09 UTC
Requires
- php: >=7.0
- uk/core.errors: ^0.1.2
Requires (Dev)
- phpunit/phpunit: 5.4.6
This package is not auto-updated.
Last update: 2026-03-07 01:51:53 UTC
README
The UniKado IO lib.
composer require uk/io
or include it inside you're composer.json
{
"require": {
"php": ">=7.0",
"uk/io": "^0.1.0"
}
}
The library declares the 3 main classes:
UK\IO\PathSome static Path helping methodsUK\IO\FileFIle handling classUK\IO\FolderSome static Folder/Directory helping methods
and the helper class
UK\IO\MimeTypeTool
and last but not least the following exceptions:
UK\IO\IOExceptionUK\IO\FileAccessExceptionUK\IO\FileAllreadyExistsExceptionUK\IO\FileFormatExceptionUK\IO\FileNotFoundExceptionUK\IO\FolderAccessExceptionUK\IO\FolderNotFoundException