2017 © Pedro Peláez
 

library markdownify

Markdownify is a HTML to Markdown converter written in PHP

image

whsuite/markdownify

Markdownify is a HTML to Markdown converter written in PHP

  • Wednesday, October 9, 2013
  • by turn24
  • Repository
  • 0 Watchers
  • 0 Stars
  • 112 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Markdownify

Getting Started

The easiest way to work with Markdownify is when it's installed as a Composer package inside your project., (*1)

If you're not familiar with Composer, please see http://getcomposer.org/., (*2)

  1. Add realestateconz/markdownify to your application's composer.json., (*3)

    {
        ...
        "require": {
            "realestateconz/markdownify": "dev-master"
        },
        ...
    }
  2. Run composer install., (*4)

  3. If you haven't already, add the Composer autoload to your project's initialization file. (example), (*5)

    require 'vendor/autoload.php';

The Versions

09/10 2013

dev-master

9999999-dev https://github.com/whsuite/markdownify

Markdownify is a HTML to Markdown converter written in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by WHSuite

html markdown converter markdownify

09/10 2013

1.0.0

1.0.0.0 https://github.com/whsuite/markdownify

Markdownify is a HTML to Markdown converter written in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by WHSuite

html markdown converter markdownify