rthakur/yephp

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

Maintainers

Details

github.com/rthakur/yephp

Source

Issues

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rthakur/yephp

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

This package is not auto-updated.

Last update: 2025-12-28 12:49:45 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