{"id":13669538,"url":"https://github.com/Elephant418/Markdownify","last_synced_at":"2025-04-27T04:33:32.514Z","repository":{"id":48661743,"uuid":"9992099","full_name":"Elephant418/Markdownify","owner":"Elephant418","description":"The HTML to Markdown converter for PHP","archived":false,"fork":false,"pushed_at":"2024-06-12T14:55:06.000Z","size":211,"stargazers_count":192,"open_issues_count":13,"forks_count":41,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-31T09:11:37.131Z","etag":null,"topics":["html","markdown","markdown-converter","markdownify","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Elephant418.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-10T23:15:00.000Z","updated_at":"2024-10-28T21:36:50.000Z","dependencies_parsed_at":"2024-06-18T12:23:08.852Z","dependency_job_id":"540d9cab-684b-4932-b5ee-19f0ffdb394f","html_url":"https://github.com/Elephant418/Markdownify","commit_stats":{"total_commits":113,"total_committers":12,"mean_commits":9.416666666666666,"dds":0.2566371681415929,"last_synced_commit":"a4511adecb6fbebe37614e82f06f50eb9d02bc28"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elephant418%2FMarkdownify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elephant418%2FMarkdownify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elephant418%2FMarkdownify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elephant418%2FMarkdownify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Elephant418","download_url":"https://codeload.github.com/Elephant418/Markdownify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222779965,"owners_count":17036546,"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":["html","markdown","markdown-converter","markdownify","php"],"created_at":"2024-08-02T08:01:16.689Z","updated_at":"2024-11-11T06:30:31.262Z","avatar_url":"https://github.com/Elephant418.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Markdownify\n\n[![Build Status](https://travis-ci.org/Elephant418/Markdownify.png?branch=master)](https://travis-ci.org/Elephant418/Markdownify?branch=master)\n[![Total Downloads](https://poser.pugx.org/pixel418/markdownify/downloads)](https://packagist.org/packages/pixel418/markdownify)\n[![MIT](https://poser.pugx.org/pixel418/markdownify/license)](https://opensource.org/licenses/MIT)\n\nThe HTML to Markdown converter for PHP\n\n[Code example](#code-example) | [How to Install](#how-to-install) | [How to Contribute](#how-to-contribute) | [Author \u0026 Community](#author--community)\n\n\n\nCode example\n--------\n\n### Markdown\n\n```php\n$converter = new Markdownify\\Converter;\n$converter-\u003eparseString('\u003ch1\u003eHeading\u003c/h1\u003e');\n// Returns: # Heading\n```\n\n### Markdown Extra [as defined by @michelf](http://michelf.ca/projects/php-markdown/extra/)\n\n```php\n$converter = new Markdownify\\ConverterExtra;\n$converter-\u003eparseString('\u003ch1 id=\"md\"\u003eHeading\u003c/h1\u003e');\n// Returns: # Heading {#md}\n```\n\n\n\nHow to Install\n--------\n\nThis library package requires `PHP 5.4` or later.\u003cbr\u003e\nInstall [Composer](http://getcomposer.org/doc/01-basic-usage.md#installation) and run the following command to get the latest version:\n\n```sh\ncomposer require pixel418/markdownify\n```\n\n\n\nHow to Contribute\n--------\n\n1. Fork the Markdownify repository\n2. Create a new branch for each feature or improvement\n3. Send a pull request from each feature branch to the **v2.x** branch\n\nIf you don't know much about pull request, you can read [the Github article](https://help.github.com/articles/using-pull-requests)\n\n\n\nAuthor \u0026 Community\n--------\n\nMarkdownify is under [MIT License](https://opensource.org/licenses/MIT)\u003cbr\u003e\nIt was created by [Milian Wolff](http://milianw.de)\u003cbr\u003e\nIt was converted to a Symfony Bundle by [Peter Kruithof](https://github.com/pkruithof)\u003cbr\u003e\nIt is maintained by [Thomas ZILLIOX](https://tzi.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FElephant418%2FMarkdownify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FElephant418%2FMarkdownify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FElephant418%2FMarkdownify/lists"}