sharminex81/php-utilities

Utilities library

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

pkg:composer/sharminex81/php-utilities

v1.0 2017-12-08 20:48 UTC

This package is not auto-updated.

Last update: 2025-10-12 11:10:25 UTC


README

PHP Utilities

Utilities library to generate a uuid, get country list, check array and check valid email address

To install just run

composer require sharminex81/php-utilities

Usage

  • UUID
    echo $uuid = \SharminShanta\PHPUtilities\Unique\UUID::generateUUID();