Skip to content

Releases: Mateodioev/php-utils

Minor changes

01 Jun 22:48

Choose a tag to compare

Use fixer

06 Jan 04:37

Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

v1.4.1

23 Oct 05:27
66da92f

Choose a tag to compare

Full Changelog: v1.4...v1.4.1

fakeStdClass

27 Sep 17:59

Choose a tag to compare

Add new class: Mateodioev\Utils\fakeStdClass

Move method Strings::IsValidUrl() to Network::IsValidUrl()

Full Changelog: v1.3...v1.4

Network Utils

07 Jul 20:07

Choose a tag to compare

Add new class: Networking

Namespace: Mateodioev\Utils\Network
Functions:

  • IsValidUrl($url): bool
  • IsValidIp($ip): bool

Mateodioev\Utils\Strings

  • Add function RemoveNoSpace()
  • Deprecated function IsValidUrl(), moved to Mateodioev\Utils\Network::IsValidUrl()

Exceptions

01 Jul 03:26

Choose a tag to compare

v1.2.1

change exception name

Exceptions

01 Jul 03:24

Choose a tag to compare

Add some exceptions

namespace: Mateodioev\Utils\Exceptions;

  • DbException
  • FileException
  • KeyArrayException
  • RequestException

Interface

ExceptionInterface

Add luhn

17 Jun 04:56

Choose a tag to compare

Add luhn check methods
calculateCheckSum
calculateCheckDigit
isValid

First version

14 Jun 17:29

Choose a tag to compare

Release first version