rapttor/html

General HTML class

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

This package is auto-updated.

Last update: 2025-04-29 01:36:46 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"
    }
  ]