fakhruz85/sample-amtis

Generate html element template

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/fakhruz85/sample-amtis

dev-main 2021-11-12 12:18 UTC

This package is not auto-updated.

Last update: 2025-12-21 00:33:24 UTC


README

Generate html element template

Installation

This project using composer.

$ composer require fakhruz85/sample-amtis

Usage

Generate html element template.

<?php

use SampleAmtis\Htmlv2\Table;

$data = [['1','2','3'],['1','2','3']];
$table = new Table();
$table->generate($data);