Skip to content

rthakur/yephp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Yephp

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages