covaleski/helpers

Static methods I like to use in personal projects.

dev-main 2024-09-28 22:23 UTC

This package is auto-updated.

Last update: 2024-09-28 22:23:29 UTC


README

Static methods I like to use in personal projects.

Tasks

  • Methods:
    • File::copy($from, $to);
    • File::read($file, $context, $offset, $length);
    • File::write($file, $data);
  • Test and upload personal helpers:
    • Internet;
    • Json;
    • Request;
    • Response;
    • System.