{"id":15017714,"url":"https://github.com/semanticmediawiki/semanticscribunto","last_synced_at":"2025-04-11T14:44:05.766Z","repository":{"id":44899029,"uuid":"60571235","full_name":"SemanticMediaWiki/SemanticScribunto","owner":"SemanticMediaWiki","description":"Provides service functions to support the Scribunto extension","archived":false,"fork":false,"pushed_at":"2025-02-23T13:45:03.000Z","size":310,"stargazers_count":26,"open_issues_count":3,"forks_count":17,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-11T11:20:35.434Z","etag":null,"topics":["mediawiki","mw","scribunto","semantic","semantic-mediawiki","smw","ssc"],"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/SemanticMediaWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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":"2016-06-07T01:05:41.000Z","updated_at":"2025-02-27T20:40:24.000Z","dependencies_parsed_at":"2024-04-17T15:29:12.774Z","dependency_job_id":"dee07781-82cb-46b0-8e19-1d5ec9db64cc","html_url":"https://github.com/SemanticMediaWiki/SemanticScribunto","commit_stats":{"total_commits":172,"total_committers":16,"mean_commits":10.75,"dds":0.7093023255813953,"last_synced_commit":"027e333732cb37b9726e2a9dc45ccbd947e6775f"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticScribunto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticScribunto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticScribunto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemanticMediaWiki%2FSemanticScribunto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemanticMediaWiki","download_url":"https://codeload.github.com/SemanticMediaWiki/SemanticScribunto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420654,"owners_count":21100442,"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":["mediawiki","mw","scribunto","semantic","semantic-mediawiki","smw","ssc"],"created_at":"2024-09-24T19:50:53.450Z","updated_at":"2025-04-11T14:44:05.747Z","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":"# Semantic Scribunto\n\n[![Build Status](https://github.com/SemanticMediaWiki/SemanticScribunto/actions/workflows/ci.yml/badge.svg)](https://github.com/oetterer/BootstrapComponents/actions/workflows/ci.yml)\n[![Code Coverage](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master)\n![Latest Stable Version](https://img.shields.io/packagist/v/mediawiki/semantic-scribunto.svg)\n![Packagist Download Count](https://img.shields.io/packagist/dt/mediawiki/semantic-scribunto.svg)\n\nSemantic Scribunto (a.k.a. SSC) is a [Semantic Mediawiki][smw] extension to provide native support for the\n[Scribunto][scri] extension.\n\n## Requirements\n\n- PHP 7.3 or later\n- MediaWiki 1.39 or later\n- [Semantic MediaWiki][smw] 4.0.2 or later\n\n## Installation\n\nThe recommended way to install Semantic Scribunto is using [Composer](https://getcomposer.org) with\n[MediaWiki's built-in support for Composer](https://www.mediawiki.org/wiki/Composer).\n\nNote that the required extensions Semantic MediaWiki and Scribunto must be installed first according to\nthe installation instructions provided.\n\n### Step 1\n\nChange to the base directory of your MediaWiki installation. If you do not have a \"composer.local.json\" file yet,\ncreate one and add the following content to it:\n\n```json\n{\n\t\"require\": {\n\t\t\"mediawiki/semantic-scribunto\": \"~2.3\"\n\t}\n}\n```\n\nIf you already have a \"composer.local.json\" file add the following line to the end of the \"require\"\nsection in your file:\n\n    \"mediawiki/semantic-scribunto\": \"~2.3\"\n\nRemember to add a comma to the end of the preceding line in this section.\n\n### Step 2\n\nRun the following command in your shell:\n\n    php composer.phar update --no-dev\n\nNote if you have Git installed on your system add the `--prefer-source` flag to the above command.\n\n### Step 3\n\nAdd the following line to the end of your \"LocalSettings.php\" file:\n\n    wfLoadExtension( 'SemanticScribunto' );\n\n## Usage\n\nA description of the `mw.smw` library functions can be found [here](docs/README.md).\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/SemanticScribunto/issues)\n* [Submit a pull request](https://github.com/SemanticMediaWiki/SemanticScribunto/pulls)\n* Ask a question on [the mailing list](https://www.semantic-mediawiki.org/wiki/Mailing_list)\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 the `composer phpunit` command from the extension base directory that will\nrun all tests. In order to run only a specific test suit, the following commands are provided for convenience:\n\n- `composer unit` to run all unit tests\n- `composer integration` to run all integration tests (which requires an active MediaWiki, DB connection)\n\n## License\n\n[GNU General Public License, version 2 or later][gpl-licence].\n\n[smw]: https://github.com/SemanticMediaWiki/SemanticMediaWiki\n[contributors]: https://github.com/SemanticMediaWiki/SemanticScribunto/graphs/contributors\n[travis]: https://travis-ci.org/SemanticMediaWiki/SemanticScribunto\n[gpl-licence]: https://www.gnu.org/copyleft/gpl.html\n[composer]: https://getcomposer.org/\n[scri]: https://www.mediawiki.org/wiki/Extension:Scribunto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticscribunto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticmediawiki%2Fsemanticscribunto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticmediawiki%2Fsemanticscribunto/lists"}