2017 © Pedro Peláez
 

lib markdownify

The HTML to Markdown converter for PHP

image

pixel418/markdownify

The HTML to Markdown converter for PHP

  • Tuesday, March 27, 2018
  • by tzi
  • Repository
  • 13 Watchers
  • 134 Stars
  • 110,475 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 26 Forks
  • 5 Open issues
  • 20 Versions
  • 15 % Grown

The README.md

Markdownify

Build Status Total Downloads MIT, (*1)

The HTML to Markdown converter for PHP, (*2)

Code example | How to Install | How to Contribute | Author & Community, (*3)

Code example

Markdown

$converter = new Markdownify\Converter;
$converter->parseString('<h1>Heading</h1>');
// Returns: # Heading

Markdown Extra as defined by @michelf

$converter = new Markdownify\ConverterExtra;
$converter->parseString('<h1 id="md">Heading</h1>');
// Returns: # Heading {#md}

How to Install

This library package requires PHP 5.4 or later.
Install Composer and run the following command to get the latest version:, (*4)

composer require pixel418/markdownify

How to Contribute

  1. Fork the Markdownify repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the v2.x branch

If you don't know much about pull request, you can read the Github article, (*5)

Author & Community

Markdownify is under MIT License
It was created by Milian Wolff
It was converted to a Symfony Bundle by Peter Kruithof
It is maintained by Thomas ZILLIOX, (*6)

The Versions

27/03 2018

dev-master

9999999-dev https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT LGPL

The Requires

  • php >=5.4.0

 

The Development Requires

html markdown converter markdownify

27/03 2018

v2.3.0

2.3.0.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

html markdown converter markdownify

22/12 2017

v2.2.2

2.2.2.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

LGPL

The Requires

  • php >=5.4.0

 

The Development Requires

markdown markdownify

21/09 2016

v2.2.1

2.2.1.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

The Development Requires

markdown markdownify

21/09 2016

v2.x-dev

2.9999999.9999999.9999999-dev https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

The Development Requires

markdown markdownify

07/09 2016

v2.2.0

2.2.0.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

markdown markdownify

19/02 2016

v2.1.11

2.1.11.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

10/02 2016

v2.1.10

2.1.10.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

01/04 2015

v2.1.9

2.1.9.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

26/03 2015

v2.1.8

2.1.8.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

07/11 2014

v2.1.7

2.1.7.0 https://github.com/elephant418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

04/09 2014

3.x-dev

3.9999999.9999999.9999999-dev https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

02/09 2014

dev-v3.x_simple-php-dom-parser

dev-v3.x_simple-php-dom-parser https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

14/07 2014

v2.1.6

2.1.6.0 https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

16/03 2014

v2.1.5

2.1.5.0 https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

27/02 2014

v2.1.4

2.1.4.0 https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

11/05 2013

v2.1.3

2.1.3.0 https://github.com/pixel418/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

11/05 2013

v2.1.2

2.1.2.0 https://github.com/tzi/Markdownify

The HTML to Markdown converter for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

markdown markdownify

15/02 2013

v2.1.0

2.1.0.0 http://github.com/pkruithof/MarkdownifyBundle

Symfony2 bundle that integrates the Markdownify class as a service

  Sources   Download

MIT

The Requires

 

markdown markdownify

15/02 2013

v2.1.1

2.1.1.0 http://github.com/pkruithof/MarkdownifyBundle

Symfony2 bundle that integrates the Markdownify class as a service

  Sources   Download

MIT

The Requires

 

markdown markdownify