{"id":50117853,"url":"https://github.com/ccoley/laravel-markdown","last_synced_at":"2026-05-23T16:04:26.648Z","repository":{"id":36494047,"uuid":"40799675","full_name":"ccoley/laravel-markdown","owner":"ccoley","description":"A Parsedown wrapper for Laravel 5","archived":false,"fork":false,"pushed_at":"2018-06-14T22:14:28.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-04T10:21:09.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/ccoley/laravel-markdown","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccoley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-16T05:08:53.000Z","updated_at":"2023-08-04T10:21:09.247Z","dependencies_parsed_at":"2022-09-09T06:51:11.006Z","dependency_job_id":null,"html_url":"https://github.com/ccoley/laravel-markdown","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/ccoley/laravel-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccoley%2Flaravel-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccoley%2Flaravel-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccoley%2Flaravel-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccoley%2Flaravel-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccoley","download_url":"https://codeload.github.com/ccoley/laravel-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccoley%2Flaravel-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33402174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-05-23T16:04:20.762Z","updated_at":"2026-05-23T16:04:26.633Z","avatar_url":"https://github.com/ccoley.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown for Laravel 5\n\nA [Parsedown][1] wrapper for Laravel to compile markdown to HTML.\n\nParsedown is fast and supports [GitHub flavored markdown][2].\n\nThe `Markdown` service provider included in this package uses deferred loading, meaning that it is not loaded with every request, and is instead loaded when you first use it.\n\n## Installation\n\nRequire this package with composer using the following command:\n\n```sh\ncomposer require ccoley/laravel-markdown\n```\n\nAfter updating composer, add the service provider to the `providers` array in `config/app.php`\n\n```php\nColey\\Markdown\\MarkdownServiceProvider::class,\n```\n\nIf you want to use the `Markdown` facade, you need to add it to the `aliases` array in `config/app.php`\n\n```php\n'Markdown' =\u003e Coley\\Markdown\\MarkdownFacade::class\n```\n\n## Example\n\n```php\n// Regular parsing.\n// Output: \u003cp\u003eHello \u003cem\u003eMarkdown\u003c/em\u003e!\u003c/p\u003e\necho Markdown::text('Hello _Markdown_!');\n\n// Parse only inline elements.\n// Output: Hello \u003cem\u003eMarkdown\u003c/em\u003e!\necho Markdown::line('Hello _Markdown_!');\n```\n\nFor more examples, or to see Parsedown configuration options, checkout the [Parsedown wiki][3].\n\n[1]: http://parsedown.org/ \"Official Parsedown Website\"\n[2]: https://help.github.com/articles/github-flavored-markdown/ \"GFM Help\"\n[3]: https://github.com/erusev/parsedown/wiki \"Parsedown Wiki\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccoley%2Flaravel-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccoley%2Flaravel-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccoley%2Flaravel-markdown/lists"}