https://github.com/designliquido/lmht-php
Biblioteca LMHT para PHP. Transforma arquivos LMHT em HTML.
https://github.com/designliquido/lmht-php
Last synced: 12 months ago
JSON representation
Biblioteca LMHT para PHP. Transforma arquivos LMHT em HTML.
- Host: GitHub
- URL: https://github.com/designliquido/lmht-php
- Owner: DesignLiquido
- License: mit
- Created: 2022-10-21T18:38:23.000Z (over 3 years ago)
- Default Branch: principal
- Last Pushed: 2022-10-23T20:28:13.000Z (over 3 years ago)
- Last Synced: 2025-06-07T11:09:31.059Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lmht-php
Biblioteca LMHT para PHP. Transforma arquivos LMHT em HTML.
## Instalação
```bash
composer require designliquido/lmht-php
```
## Exemplo de uso
```php
include __DIR__ . '/vendor/autoload.php';
$lmht = new DesignLiquido\Lmht\Lmht;
echo $lmht->converterPorString(
''
);
```