rthakur / yephp
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rthakur/yephp
Requires
- php: >=5.3.0
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