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: 2025-01-10 20:42:35 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\Path
Some static Path helping methodsUK\IO\File
FIle handling classUK\IO\Folder
Some static Folder/Directory helping methods
and the helper class
UK\IO\MimeTypeTool
and last but not least the following exceptions:
UK\IO\IOException
UK\IO\FileAccessException
UK\IO\FileAllreadyExistsException
UK\IO\FileFormatException
UK\IO\FileNotFoundException
UK\IO\FolderAccessException
UK\IO\FolderNotFoundException