{"id":15017698,"url":"https://github.com/semanticmediawiki/mermaid","last_synced_at":"2025-04-04T09:09:51.318Z","repository":{"id":27978419,"uuid":"115769761","full_name":"SemanticMediaWiki/Mermaid","owner":"SemanticMediaWiki","description":"Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language","archived":false,"fork":false,"pushed_at":"2024-10-01T10:07:58.000Z","size":5526,"stargazers_count":36,"open_issues_count":25,"forks_count":23,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-10-30T05:43:10.182Z","etag":null,"topics":["chart","charts","diagram","diagrams","flow-chart","flowchart","gantt-chart","ganttchart","graphs","mediawiki","mermaid","sequence-diagram"],"latest_commit_sha":null,"homepage":"https://www.mediawiki.org/wiki/Extension:Mermaid","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/SemanticMediaWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","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},"funding":{"github":null,"patreon":null,"open_collective":"smw","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.semantic-mediawiki.org/wiki/Sponsorship"]}},"created_at":"2017-12-30T02:59:06.000Z","updated_at":"2024-10-01T10:08:02.000Z","dependencies_parsed_at":"2023-02-12T15:45:54.705Z","dependency_job_id":"fbb24077-aa58-473a-a280-123f6a39d6c5","html_url":"https://github.com/SemanticMediaWiki/Mermaid","commit_stats":{"total_commits":139,"total_committers":20,"mean_commits":6.95,"dds":0.7841726618705036,"last_synced_commit":"ba01b44aea47d15e24057648bc9f2a0349a9bf4a"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FMermaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FMermaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FMermaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FMermaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemanticMediaWiki","download_url":"https://codeload.github.com/SemanticMediaWiki/Mermaid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149505,"owners_count":20891954,"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":["chart","charts","diagram","diagrams","flow-chart","flowchart","gantt-chart","ganttchart","graphs","mediawiki","mermaid","sequence-diagram"],"created_at":"2024-09-24T19:50:52.483Z","updated_at":"2025-04-04T09:09:51.295Z","avatar_url":"https://github.com/SemanticMediaWiki.png","language":"PHP","funding_links":["https://opencollective.com/smw","https://www.semantic-mediawiki.org/wiki/Sponsorship"],"categories":[],"sub_categories":[],"readme":"# Mermaid\n[![CI](https://github.com/SemanticMediaWiki/Mermaid/actions/workflows/main.yml/badge.svg)](https://github.com/SemanticMediaWiki/Mermaid/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/SemanticMediaWiki/Mermaid/branch/master/graph/badge.svg?token=65C6fSUmuO)](https://codecov.io/gh/SemanticMediaWiki/Mermaid)\n[![Latest Stable Version](https://poser.pugx.org/mediawiki/mermaid/version.png)](https://packagist.org/packages/mediawiki/mermaid)\n[![Packagist download count](https://poser.pugx.org/mediawiki/mermaid/d/total.png)](https://packagist.org/packages/mediawiki/mermaid)\n\nThis extension provides the `#mermaid` parser function to support the generation of diagrams and flowcharts with the help of the [mermaid][mermaid] script language. Supported diagram forms include:\n\n- Flowchart\n- Sequence Diagram\n- Class Diagram\n- State Diagram\n- Gantt Chart\n- Pie Chart\n- Entity Relationship Diagram\n- Git Flow Chart\n- User Journey Chart\n\n## Requirements\n\nRequirements for Mermaid 4.x:\n\n- PHP 7.4 or later\n- MediaWiki 1.39 or later\n\nYou can use an older version of Mermaid for older versions of MediaWiki and/or PHP.\n\n## Installation and configuration\n\nSee the information on [installing and configuring] this extension.\n\n## Usage\n\nSee the information on [using] this extension.\n\n## Contribution and support\n\nIf you want to contribute work to the project please subscribe to the developers mailing list and\nhave a look at the contribution guideline.\n\n* [File an issue](https://github.com/SemanticMediaWiki/Mermaid/issues)\n* [Submit a pull request](https://github.com/SemanticMediaWiki/Mermaid/pulls)\n* Ask a question on [the mailing list](https://www.semantic-mediawiki.org/wiki/Mailing_list)\n\n## For developers\n\nSee the documention on how to [update MermaidJS](https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/UPDATEMERMAID.md).\n\n## Tests\n\nThis extension provides unit and integration tests that are run by a [continues integration platform][travis]\nbut can also be executed using `composer phpunit` from the extension base directory.\n\n## License\n\n[GNU General Public License, version 2 or later][gpl-licence].\n\n[gpl-licence]: https://www.gnu.org/copyleft/gpl.html\n[travis]: https://travis-ci.org/SemanticMediaWiki/Mermaid\n[smw]: https://github.com/SemanticMediaWiki/SemanticMediaWiki\n[composer]: https://getcomposer.org/\n[mermaid]: https://github.com/knsv/mermaid\n[installing and configuring]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/INSTALL.md\n[using]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/USAGE.md\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fmermaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticmediawiki%2Fmermaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fmermaid/lists"}