Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hnhdigital-os/laravel-html-builder
Uses tags as chained objects to programmatically build the html. Objects can then be output in html, array, or json.
https://github.com/hnhdigital-os/laravel-html-builder
Last synced: 11 days ago
JSON representation
Uses tags as chained objects to programmatically build the html. Objects can then be output in html, array, or json.
- Host: GitHub
- URL: https://github.com/hnhdigital-os/laravel-html-builder
- Owner: hnhdigital-os
- License: mit
- Created: 2016-06-11T13:16:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T12:18:04.000Z (over 1 year ago)
- Last Synced: 2024-12-09T19:32:30.454Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ _______ _ _ _
| | | | | | | ___ \ (_) | | |
| |_| | |_ _ __ ___ | | |_/ /_ _ _| | __| | ___ _ __
| _ | __| '_ ` _ \| | ___ \ | | | | |/ _` |/ _ \ '__|
| | | | |_| | | | | | | |_/ / |_| | | | (_| | __/ |
\_| |_/\__|_| |_| |_|_\____/ \__,_|_|_|\__,_|\___|_|
```Uses tags as objects to programmatically build the html. Objects can then be output in html, array, or json.
[![Latest Stable Version](https://poser.pugx.org/hnhdigital-os/laravel-html-builder/v/stable.svg)](https://packagist.org/packages/hnhdigital-os/laravel-html-builder) [![Total Downloads](https://poser.pugx.org/hnhdigital-os/laravel-html-builder/downloads.svg)](https://packagist.org/packages/hnhdigital-os/laravel-html-builder) [![Latest Unstable Version](https://poser.pugx.org/hnhdigital-os/laravel-html-builder/v/unstable.svg)](https://packagist.org/packages/hnhdigital-os/laravel-html-builder) [![License](https://poser.pugx.org/hnhdigital-os/laravel-html-builder/license.svg)](https://packagist.org/packages/hnhdigital-os/laravel-html-builder) [![Donate to this project using Patreon](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://patreon.com/RoccoHoward)
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
## Documentation
* [Requirements](#requirements)
* [Installation](#installation)
* [Contributing](#contributing)
* [Credits](#credits)
* [License](#license)## Requirements
* PHP >= 7.2
* Laravel >= 5.8## Installation
Via composer:
`$ composer require hnhdigital-os/laravel-html-builder ~1.0`
## Contributing
Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-html-builder/blob/master/CONTRIBUTING.md) for details.
## Credits
* [Rocco Howard](https://github.com/RoccoHoward)
* [All Contributors](https://github.com/hnhdigital-os/laravel-html-builder/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-html-builder/blob/master/LICENSE) for more information.