Skip to content

osynapsy/osynapsy-html2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is OsynapsyHtml?

OsynapsyHtml is a library for build html tag and components in Php.

Installation

It's recommended that you use Composer to install osynapsy-html.

$ composer require osynapsy.net/osynapsy-html2 "@stable"

Usage

<?php

$div = new \Osynapsy\Html\Tag('div', 'div1', 'card');
$div->addClass('bg-white')->add('Test');

echo $div;

result

<div id="div1" class="card bg-white">Test</div>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages