rapttor / helper
General helper class
Installs: 3 222
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=4.5.0
- ressio/pharse: ^0.2.0
This package is auto-updated.
Last update: 2025-04-08 15:27:54 UTC
README
Features
- Simplify your life working with php rest apps
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit [in progress]
Install
composer require rapttor/helper
or
"require": {
"rapttor/helper": "dev-master"
},
"repositories":[
{
"type": "vcs",
"url": "https://github.com/rapttor/helper.git"
}
]