rapttor/html

General HTML class

Maintainers

Package info

github.com/rapttor/html

Homepage

Wiki

pkg:composer/rapttor/html

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2024-09-30 07:40 UTC

This package is auto-updated.

Last update: 2026-03-01 00:58:28 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"
    }
  ]