html-to-markdown
Convert HTML to Markdown with PHP
File Explorer
Download Latest Version (.zip)- 1_Conversion_error.yaml
- 2_Bug_report.yaml
- 3_Feature_request.yaml
- tests.yml
- FUNDING.yml
- renovate.json
- SECURITY.md
- stale.yml
- html-to-markdown
- BlockquoteConverter.php
- CodeConverter.php
- CommentConverter.php
- ConverterInterface.php
- DefaultConverter.php
- DivConverter.php
- EmphasisConverter.php
- HardBreakConverter.php
- HeaderConverter.php
- HorizontalRuleConverter.php
- ImageConverter.php
- LinkConverter.php
- ListBlockConverter.php
- ListItemConverter.php
- ParagraphConverter.php
- PreformattedConverter.php
- TableConverter.php
- TextConverter.php
- Coerce.php
- Configuration.php
- ConfigurationAwareInterface.php
- Element.php
- ElementInterface.php
- Environment.php
- HtmlConverter.php
- HtmlConverterInterface.php
- PreConverterInterface.php
- header.html
- header.md
- BinTest.php
- CoerceTest.php
- EnvironmentTest.php
- HtmlConverterTest.php
- StringableObject.php
- .editorconfig
- .gitattributes
- .gitignore
- .scrutinizer.yml
- .styleci.yml
- CHANGELOG.md
- composer.json
- CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- phpcs.xml.dist
- phpstan.neon.dist
- phpunit.xml.dist
- psalm.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/thephpleague/html-to-markdown
Downloads the entire project code from GitHub to your computer.
cd html-to-markdown
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require league/html-to-markdown
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
