{"id":21081308,"url":"https://github.com/professionalwiki/persistentpageidentifiers","last_synced_at":"2025-08-23T13:35:02.226Z","repository":{"id":262441213,"uuid":"885403710","full_name":"ProfessionalWiki/PersistentPageIdentifiers","owner":"ProfessionalWiki","description":"MediaWiki extension that adds persistent identifiers to wiki pages","archived":false,"fork":false,"pushed_at":"2025-08-11T12:12:17.000Z","size":76,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-11T14:18:57.463Z","etag":null,"topics":["mediawiki","mediawiki-api","mediawiki-extension","uuid"],"latest_commit_sha":null,"homepage":"https://professional.wiki/en/extension/persistent-page-identifiers","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProfessionalWiki.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-08T14:17:58.000Z","updated_at":"2025-08-11T12:12:21.000Z","dependencies_parsed_at":"2024-11-12T13:27:09.158Z","dependency_job_id":"62a4fa6f-2576-48e2-b2a5-5c684e943584","html_url":"https://github.com/ProfessionalWiki/PersistentPageIdentifiers","commit_stats":null,"previous_names":["professionalwiki/persistentpageidentifiers"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ProfessionalWiki/PersistentPageIdentifiers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FPersistentPageIdentifiers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FPersistentPageIdentifiers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FPersistentPageIdentifiers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FPersistentPageIdentifiers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProfessionalWiki","download_url":"https://codeload.github.com/ProfessionalWiki/PersistentPageIdentifiers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FPersistentPageIdentifiers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749053,"owners_count":24814115,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["mediawiki","mediawiki-api","mediawiki-extension","uuid"],"created_at":"2024-11-19T20:07:59.643Z","updated_at":"2025-08-23T13:35:02.202Z","avatar_url":"https://github.com/ProfessionalWiki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Persistent Page Identifiers\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ProfessionalWiki/PersistentPageIdentifiers/ci.yml?branch=master)](https://github.com/ProfessionalWiki/PersistentPageIdentifiers/actions?query=workflow%3ACI)\n[![Latest Stable Version](https://poser.pugx.org/professional-wiki/persistent-page-identifiers/v/stable)](https://packagist.org/packages/professional-wiki/persistent-page-identifiers)\n[![Download count](https://poser.pugx.org/professional-wiki/persistent-page-identifiers/downloads)](https://packagist.org/packages/professional-wiki/persistent-page-identifiers)\n[![License](https://poser.pugx.org/professional-wiki/persistent-page-identifiers/license)](LICENSE)\n\nStable unique identifiers for your wiki pages. Maintain persistent references across MediaWiki page changes.\nRead more in the [Persistent Page Identifiers documentation](https://professional.wiki/en/extension/persistent-page-identifiers).\n\n[Professional Wiki] created this extension and provides\n[MediaWiki Development], [MediaWiki Hosting], and [MediaWiki Consulting] services.\n\n**Table of Contents**\n\n- [Usage](#usage-documentation)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Development](#development)\n- [Release notes](#release-notes)\n\n## Usage Documentation\n\nSee the [Persistent Page Identifiers usage documentation](https://professional.wiki/en/extension/persistent-page-identifiers#Usage).\n\n## Installation\n\nSee the [Persistent Page Identifiers installation instructions](https://professional.wiki/en/extension/persistent-page-identifiers#Installation).\n\n## Configuration\n\nSee the [Persistent Page Identifiers configuration reference](https://professional.wiki/en/extension/persistent-page-identifiers#Configuration).\n\n## Development\n\nRun `composer install` in `extensions/PersistentPageIdentifiers/` to make the code quality tools available.\n\n### Running Tests and CI Checks\n\nYou can use the `Makefile` by running make commands in the `PersistentPageIdentifiers` directory.\n\n* `make ci`: Run everything\n* `make test`: Run all tests\n* `make phpunit --filter FooBar`: run only PHPUnit tests with FooBar in their name\n* `make phpcs`: Run all style checks\n* `make cs`: Run all style checks and static analysis\n\n### Updating Baseline Files\n\nSometimes, PHPStan generates errors or warnings we do not wish to fix.\nThese can be ignored by adding them to the respective baseline file. You can update\nthese files with `make stan-baseline`.\n\n## Release Notes\n\n### Version 1.1.0 - 2025-05-21\n\n* Added `Special:PersistentPageIdentifierResolver`\n\n### Version 1.0.1 - 2024-12-20\n\n* Fixed extension detection in the maintenance script\n* Added community translations\n\n### Version 1.0.0 - 2024-11-20\n\n* Generate a unique persistent identifier for each page\n* Maintenance script to generate persistent identifiers for all pages without them\n* Parser function to display the persistent identifier\n* Include the persistent identifier in page information (`\u0026action=info`)\n* API endpoint to get the persistent identifiers for pages\n* Configurable format for the persistent identifier\n* Compatibility with MediaWiki 1.39 up to 1.43\n* Compatibility with PHP 8.1 up to 8.3\n\n[Professional Wiki]: https://professional.wiki\n[MediaWiki Hosting]: https://pro.wiki\n[MediaWiki Development]: https://professional.wiki/en/mediawiki-development\n[MediaWiki Consulting]: https://professional.wiki/en/mediawiki-consulting-services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fpersistentpageidentifiers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessionalwiki%2Fpersistentpageidentifiers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fpersistentpageidentifiers/lists"}