uk/io

The UniKado IO library.

0.1.0 2016-07-31 08:09 UTC

This package is not auto-updated.

Last update: 2024-09-20 19:19:50 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 methods
  • UK\IO\File FIle handling class
  • UK\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