rapttor / html
General HTML class
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rapttor/html
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-09-29 03:08:01 UTC
README
Features
- Simplify your life working with landing page
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit [in progress]
Install
composer require rapttor/html
or, if you have problems with loading dev-master, use:
composer require rapttor/html:dev-master
or modify your composer.json in order to specify tag
"require": {
"rapttor/html": "dev-master"
},
"repositories":[
{
"type": "vcs",
"url": "https://github.com/rapttor/html.git"
}
]