{"id":22487777,"url":"https://github.com/madflow/flow-markdown","last_synced_at":"2025-08-02T20:31:38.757Z","repository":{"id":66449656,"uuid":"1925016","full_name":"madflow/flow-markdown","owner":"madflow","description":"PHP 5.3 Markdown Parser","archived":true,"fork":false,"pushed_at":"2013-02-08T10:43:39.000Z","size":213,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-16T06:56:40.475Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madflow.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-20T18:18:21.000Z","updated_at":"2024-04-16T06:56:40.476Z","dependencies_parsed_at":"2023-02-20T05:00:46.775Z","dependency_job_id":null,"html_url":"https://github.com/madflow/flow-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madflow%2Fflow-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madflow","download_url":"https://codeload.github.com/madflow/flow-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500226,"owners_count":17930015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T17:17:14.547Z","updated_at":"2025-08-02T20:31:38.702Z","avatar_url":"https://github.com/madflow.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/madflow/flow-markdown.png?branch=master)](https://travis-ci.org/madflow/flow-markdown)\n\n# What is Markdown?\n\n\u003e Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Source: \u003chttp://daringfireball.net/projects/markdown/\u003e\n\n# What is this \\Madflow\\Markdown\\Parser\n\nThis script is a fork from php-markdown by Michel Fortin \u003chttp://michelf.com/\u003e. The main work has been just refactoring the code for a PHP 5.3 environment.\n\nThe plugins for Wordpress etc. have been dropped from the code.\n\n# Requirements\n\n- PHP \u003e= 5.3\n\n# Installation\n\n- Put the repository in your composer.json file and require it.\n```\n    \"repositories\": [\n    {\n        \"type\":\"git\",\n        \"url\":\"https://github.com/madflow/flow-markdown\"\n    }\n    ],\n    \n    \"require\": {\n    // ....\n    \"madflow/markdown\": \"dev-master\"\n    },\n```\n\n- Execute ```composer update```\n- Create instance and happily transform markdown to HTML. \n```\n   $parser = new \\Madflow\\Markdown\\Parser();\n   $html = $parser-\u003etransform('# Markdown String');\n```\n\n# Authors\n\n- Florian Reiss \u003chttps://github.com/madflow/flow-markdown/\u003e\n\n- PHP Markdown by Michel Fortin \u003chttp://michelf.com/\u003e \n\n- Markdown Syntax by John Gruber  \u003chttp://daringfireball.net/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadflow%2Fflow-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadflow%2Fflow-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadflow%2Fflow-markdown/lists"}