samius/tools

Strings, Math, Bitmaps, Email, Url simple tools

1.5.8 2024-05-28 14:16 UTC

This package is auto-updated.

Last update: 2024-05-28 14:16:57 UTC


README

  • generate random strings from given character classes
  • remove diacritics from string
  • return Lorem ipsum text
  • generate pronounceable strings

Math tools

Percent holder - object, that has two internal values - amount and total. Can count percent, or return these two values so it is possible to make a fraction

Bitmap tools

  • Write a value to bitmap on given position and return the bitmap as an integer
  • Read a value from given position of the bitmap

Email

  • Simple regexp e-mail address validation

#URL

  • Add and remove query params from URL
  • Build url from parts (scheme, user, pass, host, port, path, query, anchor) without pecl_http extension (http_build_url())