use \Michelf\Markdown;
$my_html = Markdown::defaultTransform($my_text);
This is a library package that includes the PHP Markdown parser and its sibling PHP Markdown Extra with additional features. Originally it was a port to PHP of the Markdown tool written by John Gruber.
Here’s how to get it via Composer:
composer require michelf/php-markdown