rthakur/yephp

There is no license information available for the latest version (v1.0) of this package.

v1.0 2014-12-06 12:57 UTC

This package is not auto-updated.

Last update: 2025-06-01 09:46:06 UTC


README

Yephp is open-sourced group of classes help developer easy to code.

Requirements

  • PHP >=5.3

Installation

Install using composer:

Add in composer.json

	{
		"require": {
			 "rthakur/yephp": "dev-master"
		}
	}

Code Examples In Core PHP

<?php

//Call Autoload classes
include('vendor/autoload.php');

use Yephp\Helpers;
		
echo Helpers::randString(6);
?>

License

Yephp is licensed under the MIT License.

Copyright 2014 Rajender Thakur