2017 © Pedro PelĂĄez
 

library php-utilities

General PHP helper functions you can use in any PHP 5.6.4 or above project

image

digitalkreativ/php-utilities

General PHP helper functions you can use in any PHP 5.6.4 or above project

  • Saturday, October 28, 2017
  • by digitalkreativ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Utilities

General PHP functions you can use in any project. Things like strings, validation, ... ., (*1)

Using this package in your project

Add the following to your composer.json file, (*2)

{
    "require": {
        "digitalkreativ/php-utilities": "v0.0.1"
    }
}

Example usage

Checking if a specified email is valid., (*3)

use Digitalkreativ\Utilities\EmailUtils;

var_dump( EmailUtils::isEmail( 'email@example.org' );

Checking IP address version, (*4)

use Digitalkreativ\Utilities\ValidationUtils;

var_dump( ValidationUtils::isIpV4( '10.10.100.1' ) );
var_dump( ValidationUtils::isIpV6( '10.10.100.1' ) );

Components used

See composer.json for latest and versions., (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

28/10 2017

dev-master

9999999-dev

General PHP helper functions you can use in any PHP 5.6.4 or above project

  Sources   Download

MIT

The Requires

 

by Tom Sacré

28/10 2017

v0.0.1

0.0.1.0

General PHP helper functions you can use in any PHP 5.6.4 or above project

  Sources   Download

MIT

The Requires

 

by Tom Sacré