原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"hyphens",
"tex",
"syllables",
"language",
"php",
"split",
"hyphen-marker",
"hyphenation",
"hyphenation-algorithm",
"hyphenation-rules",
"hyphenator",
"hyphenate",
"syllable-count",
"syllablecounter",
"syllable",
"syllable-counts"
],
"is_fork": false,
"size_kb": 2579,
"has_wiki": true,
"homepage": "http://vanderlee.github.io/phpSyllable/",
"languages": {
"PHP": 132328,
"TeX": 3478636,
"HTML": 5498
},
"pushed_at": "2026-08-02T07:14:16Z",
"created_at": "2011-04-15T08:53:46Z",
"owner_type": "User",
"updated_at": "2026-06-23T13:42:20Z",
"description": "PHP Syllable splitter/counter and Hyphenator for text and HTML. Multi-language, customisable, cached and fast!",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "TeX",
"significant_languages": [
"TeX"
]
},
"owner": {
"blog": "http://toyls.com",
"name": "Martijn van der Lee",
"type": "User",
"login": "vanderlee",
"company": "Vanderlee",
"location": "Netherlands",
"followers": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/649240?v=4",
"created_at": "2011-03-03T15:45:43Z",
"is_verified": null,
"public_repos": 61,
"account_age_days": 5630
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "1.9.0",
"kind": "minor",
"published_at": "2025-04-24T18:54:19Z"
},
{
"tag": "1.8.0",
"kind": "minor",
"published_at": "2025-01-13T19:17:54Z"
},
{
"tag": "1.7.0-p1",
"kind": "prerelease",
"published_at": "2023-05-26T08:39:19Z"
},
{
"tag": "1.7",
"kind": "other",
"published_at": "2023-05-25T21:14:09Z"
},
{
"tag": "1.6",
"kind": "other",
"published_at": "2023-04-20T17:49:45Z"
},
{
"tag": "1.5.5",
"kind": "patch",
"published_at": "2023-04-01T10:20:48Z"
},
{
"tag": "1.5.4",
"kind": "patch",
"published_at": "2023-03-31T13:17:25Z"
},
{
"tag": "1.5.3",
"kind": "patch",
"published_at": "2019-12-16T12:53:15Z"
}
],
"recent_commits": [
{
"oid": "ccf6e159a93e521ea0ae7adc51b863cc150283eb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2025-04-24T18:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "252a2fbdcb2c35ba23d21200eb402919b6dcebb9",
"body": "Fix PHP 8.4 deprecation notices updating type hints and improving test assertions",
"is_bot": false,
"headline": "Merge pull request #79 from jfredon/update-for-php84-deprecations",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2025-04-24T18:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9077602434a8a393f1b76c8b84edca75c619c040",
"body": null,
"is_bot": false,
"headline": "addHyphenations",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2025-01-13T19:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d50f223bc29f6590eea932b93c7b922a1ec355",
"body": "The code now uses nullable type hints for better clarity and stricter type enforcement. The deprecated assertInternalType method is replaced with assertIsInt in tests to ensure compatibility with newer PHPUnit versions. The minimum required PHP version in the composer.json file is increased to 7.1 due to the use of nullable type hints, which are incompatible with PHP 5.6.",
"is_bot": false,
"headline": "Update type hints, improve test assertions, and raise PHP requirement.",
"author_name": "Julien Fredon",
"author_login": "jfredon",
"committed_at": "2024-12-10T20:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13791cd900a79a591b1b4c8c6c9003921707a05",
"body": "…-semver\n\nSupport pre-release semantic versioning",
"is_bot": false,
"headline": "Merge pull request #77 from alexander-nitsche/task-support-prerelease…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-07-04T15:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72acbff26f4e517c56d722a417f182d1f5bcced7",
"body": "1. Sort entries by name.\n2. Remove redundant \"/nbproject/\" and \"/nbproject/private/\".\n3. Remove outdated \"/build/logs/\", \"/cache/\", \"/debug/\".",
"is_bot": false,
"headline": "TASK: Clean up .gitattributes and .gitignore",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-06-20T10:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6de6c94c1981ef65963d8740ecc21b39a504770",
"body": "The calculation of the next version with a pre-release suffix in the\ncurrent version failed, e.g. the calculation of the next patch version\n1.2.2 for the current pre-release version 1.2.1-p1.",
"is_bot": false,
"headline": "TASK: Support pre-release tags in next release tag calculation",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-06-20T10:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0431d5c1041d2f236da67d7cd05a72e9cc422710",
"body": "Update of the changelog of version 1.7",
"is_bot": false,
"headline": "Merge pull request #74 from alexander-nitsche/task-update-changelog",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-26T08:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1054e2eb4436e23dba08c89c98465fa19f27c5",
"body": null,
"is_bot": false,
"headline": "Update of the changelog of version 1.7",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-26T07:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9b4bec829716b912edfacafdfd1c6f2dda3941",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-25T21:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee452bd7746302ac34ae149c84cccf757098c9c",
"body": "…ions-case-insensitive\n\nFEATURE: Use `\\hyphenations` case-insensitive (like `\\patterns`)",
"is_bot": false,
"headline": "Merge pull request #73 from alexander-nitsche/feature-handle-hyphenat…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-25T21:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774ad9a83cac64f999be42afdf430f23899eb4b9",
"body": "…terns()",
"is_bot": false,
"headline": "Refactor parseWord() into parseWordByHyphenation() and parseWordByPat…",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-15T06:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7c62ec5564af44ff236509d43e8879272f2f2c",
"body": null,
"is_bot": false,
"headline": "FEATURE: Use `\\hyphenations` case-insensitive (like `\\patterns`)",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-15T06:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47fe93afd3b698fb16f658df225dbbef851b871",
"body": "…html\n\nFEATURE: Handle UTF-8 in HTML",
"is_bot": false,
"headline": "Merge pull request #72 from alexander-nitsche/feature-handle-utf8-in-…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-14T21:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef861cb42831cff502178712bc6c22ae642b1847",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-11T14:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27d3615356465399062561579aef6a566716554",
"body": "…tion\n\nTask optimize documentation",
"is_bot": false,
"headline": "Merge pull request #68 from alexander-nitsche/task-optimize-documenta…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-11T13:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "510f779543adb852e6d370a2a2ad4038a0f78943",
"body": "Only PHP versions < 7.4 are affected, so we only adjust the tests and\nnot the implementation to save the budget.",
"is_bot": false,
"headline": "BUGFIX: Old libxml versions occasionally append line breaks",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T12:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac162743b6d71b764ee370c2b75f12e210b43d8",
"body": "Ensure backward compatibility for package users by preventing a\nbreaking change: Re-insert the old hyphenateHtml() method and mark it\nas deprecated, while renaming the new API method hyphenateHtml() to\nhyphenateHtmlText() and leaving a note for the user. The deprecated\nmethod can be removed with the next major release.",
"is_bot": false,
"headline": "Provide the deprecated hyphenateHtml() and the new hyphenateHtmlText()",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d286b30c587bbfcd614eea596f84dacb2a914d3f",
"body": "The DOMDocument implementation uses the character set \"ISO-8859-1\" by\ndefault. This led to incorrect encodings of UTF-8-specific characters\nand entities, such as Cyrillic characters, dashes or the German\numlauts ä, ö, ü and ß, and thus to a partial failure of hyphenation\nfor these languages.\n\nWith t\n[…]\nTD\n via Syllable::setLibxmlOptions(),\n- nor to prepare the HTML with the expensive\n ```\n mb_convert_encoding($html, 'HTML-ENTITIES', \"UTF-8\")\n ```\n before passing it to Syllable::hyphenateHtml().",
"is_bot": false,
"headline": "Correct handling of character sets in Syllable::hyphenateHtml()",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:47:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d62422c42f2082dd0ed86de5be8c578ca921ad9",
"body": "Updated API documentation via\n```\n./build/generate-docs\n```",
"is_bot": false,
"headline": "Replace invalid \"en\" with \"en-us\" as default language of Syllable",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801e676f9e193b3042dff6bf40e7f0248e0ec6ff",
"body": "The main API is presented in README.md, and all functionality can be\nseen in the file tree on GitHub or directly in the IDE. Browsing a\nrendered PHPDoc documentation is not a big benefit.",
"is_bot": false,
"headline": "Remove the outdated PHPDoc documentation at doc/",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3aca6a8c4fb8b8c67e553224e7a5bcd0a76869b",
"body": "- Streamline header formatting.\n- Fix detection of API documentation section in README.md.",
"is_bot": false,
"headline": "Streamline header formatting in README.md",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6c5735e03ca30dec83926f360d81d3e43ffed7",
"body": null,
"is_bot": false,
"headline": "Rename \"Syllable class reference\" to common \"Syllable API reference\"",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e699b2b33050eeefbccdb86002e805e3edfcf556",
"body": null,
"is_bot": false,
"headline": "Split \"Quick start\" into common \"Installation\" and \"Usage\" sections",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925708d8e79506efba66ce62dc9f66d83946e7a9",
"body": "They simply take up too much space.\n\nUpdated API documentation via\n```\n./build/generate-docs\n```",
"is_bot": false,
"headline": "Set API documentation titles from h3 to h4 in README.md",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a2c550322ec2f8d5855de82ca08dc4665806e33",
"body": null,
"is_bot": false,
"headline": "Add cache directory explanation in README.md",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-05-02T09:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ed115b6f2c385bbc78e2753505d82995e805a7",
"body": "…6-53\n\nAutomatic update of hyph-de.tex",
"is_bot": false,
"headline": "Merge pull request #69 from vanderlee/language-update-2023-05-01-01-0…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-01T07:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25637b7aaf268c08fdccadd303a8198dc965ed93",
"body": null,
"is_bot": false,
"headline": "Automatic update of hyph-de.tex",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-05-01T01:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b723ac2adebb7429196f8b43ded337b398e869",
"body": "…allation-section\n\nUpdate the \"Quick Start\" section in README.md.",
"is_bot": false,
"headline": "Merge pull request #67 from alexander-nitsche/task-update-readme-inst…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-21T09:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f350c171219e4ebd4a6efde99fa9126b9d93936",
"body": "- Add instruction to install package via Composer for quick copy and\n paste.\n- Update the outdated code example in the \"Example\" section.\n- Collect code examples in the \"Quick Start\" section - before the API\n documentation.\n- Update the outdated demo.php.",
"is_bot": false,
"headline": "Update the \"Quick Start\" section in README.md.",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-21T08:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47936d935cdced41b7fb50ef5874eab47b5750f7",
"body": "Release 1.6",
"is_bot": false,
"headline": "Merge pull request #66 from alexander-nitsche/release-1-6",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-20T16:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76138b3520ae3346ffda396990991457d033dc6",
"body": null,
"is_bot": false,
"headline": "Release 1.6",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-20T16:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "275df070a7fcb809136914ee21d451eab8e78f37",
"body": "Added splitWords and various code quality improvements",
"is_bot": false,
"headline": "Merge pull request #58 from vanderlee/master_splitWords",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-20T12:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b4a7b83bf521614af039cd21baf5e84f68c9f3",
"body": "Revert it to not break all uses of the package out there.\n\nUpdated README.md via\n```\n./build/generate-docs\n```",
"is_bot": false,
"headline": "TASK: Revert renaming of API method names",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-20T12:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3841ad2d0cd744c8b85cbf0a74cc09a65f1d704",
"body": "This helps to prevent PHP from encoding the version as a high precision\nfloating point number in the cache file, e.g. 1.399999999999 instead of\n1.4.",
"is_bot": false,
"headline": "Use cache version as string instead of number",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-20T10:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e6ddc62904d8147859b53b7b419ea6e07a4290a",
"body": "- Addition of caching tests.\n- Support for nested directory structures in the test directory.",
"is_bot": false,
"headline": "Cover caching with tests",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-20T10:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7835658878148473832c81346e071283a2caaac9",
"body": "This should be sufficient to find all version-dependent errors. Mind\nthe global warming.",
"is_bot": false,
"headline": "Reduce the PHP test matrix to the latest versions of PHP 5, 7 and 8",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ccc52a60ad7e86e9fb29550858408a89a7adc0",
"body": "- Check the API reference in GitHub Action.\n- Cache Composer dependencies for reuse in different jobs to speed up\n workflows and save bandwidth. Mind the global warming.",
"is_bot": false,
"headline": "Check via GitHub Action if the API documentation is up-to-date",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5267ac70977d897e5e832cae0743fd3a9dadc6f0",
"body": null,
"is_bot": false,
"headline": "Update API reference",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7b5d04c51e8cf7245bb0717792a67034776d74",
"body": "- Fix API documentation generation.\n- Use \" = \" instead of \"=\" for assigning the default value.",
"is_bot": false,
"headline": "Fix API documentation of an array as parameter default value",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd1b5a123c028bd0bfdf0091b2f27e5405f1be0",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0ea164bd9f66b9600ef111a5ef49b56b511d814",
"body": "Previously, only changes to files of the current directory\nand subdirectories were committed.",
"is_bot": false,
"headline": "Commit changed files of entire working tree in build context",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492f915d40e474826cfe58ca328951caec7c5e3a",
"body": null,
"is_bot": false,
"headline": "Support for generation of API documentation in README.md",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-05T09:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9e5f27ce3f0605cb9daafb6cdf9c36cff328ea",
"body": null,
"is_bot": false,
"headline": "Add words with reduced hyphenation to collection from PR #26",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-02T16:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6362f5bc27b3c6c0d510fc428dcc2a4031ecc75e",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-02T16:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1a640856fe067d4826c7fc76472e28874fb2b7",
"body": "This may be caused by an insufficient pattern in the TeX language\nfile affected or by a bug of Syllable::parseWord().",
"is_bot": false,
"headline": "Add test for collection of words with reduced hyphenation",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-02T16:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcce017cf0b425db45cfbd7b0e8ed5f7b97b5a6f",
"body": "- Unify wording.\n- Make clear that splitWord() does not support punctuation.\n- Add large text test.\n- Reword variables to become more verbose.\n- Reduce expression overhead.\n- splitWords(): Fix algorithm. For example\n \"A syllable is a unit of organization.\"\n was split into\n [\n ['A'],\n ['\n[…]\n ['syl', 'la', 'ble'],\n [' '],\n ['is'],\n [' '],\n ['a'],\n [' '],\n ['unit'],\n [' '],\n ['of'],\n [' '],\n ['or', 'ga', 'ni', 'za', 'tion'],\n ['.']\n ]",
"is_bot": false,
"headline": "Refactor splitWord(), splitWords() and splitText() of Syllable class",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-02T16:03:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f16c6709bbeb44da8addf5a70de531acffa5d9d2",
"body": "Using the explicit @covers annotation in tests reduces the coverage\nresult because it seems to focus on the manual assignments rather than\nthe automatically detected covered pieces of code. Relying on\nautomatically determined coverage generally appears to be less\nerror-prone.",
"is_bot": false,
"headline": "Remove @covers annotation in tests",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-02T15:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2a8e8e7ddfe75fb0668fde5757b972a50528a6",
"body": null,
"is_bot": false,
"headline": "Added splitWords and various code quality improvements",
"author_name": "Martijn van der Lee",
"author_login": null,
"committed_at": "2023-04-02T15:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f336f04fbb737622ab02c9bc8dd89227ec533e",
"body": "…ithub-action\n\nAllow GitHub Action \"Update languages\" workflow to bypass reviews",
"is_bot": false,
"headline": "Merge pull request #61 from alexander-nitsche/task-bypass-review-in-g…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T13:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb9fe923ebbce09fa3fa3847d3eeb31f418976c",
"body": "…on-runs\n\nSkip GitHub Action scheduler in forks and run tests only in PR context",
"is_bot": false,
"headline": "Merge pull request #60 from alexander-nitsche/task-reduce-github-acti…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T13:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b5b6e21343424ab7fcade0ebe6db8a19e03cd7",
"body": "…anguage-de\n\nUse German orthography from 2006 as standard orthography",
"is_bot": false,
"headline": "Merge pull request #63 from alexander-nitsche/task-replace-outdated-l…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T13:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d4d62ff0a365ccb14bdc74f9a25e87aee73616",
"body": "…ote-on-release\n\nUpdate the README.md copyright claim on release",
"is_bot": false,
"headline": "Merge pull request #62 from alexander-nitsche/task-update-copyright-n…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T13:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1226237c7d2b012117dd504240732986ec9ffec4",
"body": null,
"is_bot": false,
"headline": "Update the README.md copyright claim on release",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-01T12:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc694c291482c49c0b59613c7924e7125db153bb",
"body": "Running tests on push and pull requests results in duplicate runs on\npushes in PRs.",
"is_bot": false,
"headline": "Skip GitHub Action scheduler in forks and run tests only in PR context",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-01T12:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff66252955c452b8d7a9d719c9ec24062b0f176",
"body": "Normally, a PR requires manual review before being merged into master.\nSkip this to enable a fully automated workflow.",
"is_bot": false,
"headline": "Allow GitHub Action \"Update languages\" workflow to bypass reviews",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-01T10:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcbe23cb06188cac3b7a78d93ef509a917e14273",
"body": null,
"is_bot": false,
"headline": "Use German orthography from 2006 as standard orthography",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-04-01T10:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0acf4a379260ab7175072ab6220a70c07d662607",
"body": "…4-49\n\nLanguage update 2023 04 01 01 04 49",
"is_bot": false,
"headline": "Merge pull request #55 from vanderlee/language-update-2023-04-01-01-0…",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T09:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34a349f9458c7a7912e3e8c2a1cd84bf90181a7d",
"body": "Apply fixes from StyleCI",
"is_bot": false,
"headline": "Merge pull request #53 from vanderlee/analysis-4wERnG",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T09:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c45838ec4a7ea1c87476ffd9cbbe977e2809821",
"body": null,
"is_bot": false,
"headline": "Apply fixes from StyleCI",
"author_name": "StyleCI Bot",
"author_login": "StyleCIBot",
"committed_at": "2023-04-01T09:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16fdf466ad4724b7ca1e28546d2841e93d3f523",
"body": null,
"is_bot": false,
"headline": "Release 1.5.5",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T01:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6194e414c5b9caeabe08a73f2429b2fcd90706de",
"body": null,
"is_bot": false,
"headline": "Automatic update of 74 languages",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-04-01T01:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96c25a5d987bb2656da2cf0cecaa8eb6e59357e",
"body": "Release 1.5.4",
"is_bot": false,
"headline": "Merge pull request #51 from alexander-nitsche/task-release-1-5-4",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-03-31T12:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8393773452c959364d4e7241cfbc1b201868a669",
"body": null,
"is_bot": false,
"headline": "Release 1.5.4",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T11:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859dd52e869aa8bd5d7c819226c803e62db6d641",
"body": null,
"is_bot": false,
"headline": "Minimize the cost of computing the path to the test directory",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0416013eea28380e58960b4b194de73add34913",
"body": "- Use only function names that \"tell a story\" in main delegate().\n- Add test for failed update to README.md.",
"is_bot": false,
"headline": "Beautify the Release Manager",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f437d12edf8925472344d2307de5aedebe749b4",
"body": "MockBuilder::setMethods() is needed to explicitly replace methods with\na test double and leave the remaining methods of an object unaffected.",
"is_bot": false,
"headline": "Fix setting the Git::getTag() test double",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3068d9d0e39bf6d96e1e4861af0bd83a744d5a9",
"body": "The parameters are derived from existing file formats.",
"is_bot": false,
"headline": "Add basic .editorconfig and apply",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b03d58a400eba6947775369dc4c62b86d2337432",
"body": null,
"is_bot": false,
"headline": "Remove outdated @todo",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97afd3ed2aebf32b14a43fe83d94c7503986f798",
"body": "Create and remove the cache folder before and after each test to avoid\ncorrupting the test result and leave the stage clean. However,\nadditional tests could be added to explicitly test the cache behavior.",
"is_bot": false,
"headline": "Use temporary cache folder in tests",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a04cc755832a6a1879955eb861e05f1a7dded267",
"body": null,
"is_bot": false,
"headline": "Cover classes in build/ with tests (85% files, 68% lines)",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd5df9ccc0c21e92537cb066f4d63328dc8da52",
"body": "The calculation of the next version with more digits than the current\nversion failed, e.g. the calculation of the next patch version 1.2.1\nfor the current minor version 1.2.",
"is_bot": false,
"headline": "Fix calculation of next release tag",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae0e715ba3e9f4f5a10808c657386f30f72fec0",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175debbec86fc5a9e6948bde0ddf74ed37c94a7b",
"body": "Only create a release if there are no new changes other than\nlanguage updates.",
"is_bot": false,
"headline": "Automatically create a release on language update",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a972b1fdd210f7952a260d566dfa8e29d9277d",
"body": null,
"is_bot": false,
"headline": "Convert README.md from CRLF to LF",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5695b244aff836d9a38c6140b28186163dd0d540",
"body": null,
"is_bot": false,
"headline": "Use automatic PSR-4 class loading from Composer for tests",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692fd16fa5e438290c6e6f44f5980cde50562cde",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI and Codacy",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161f871bce3984b2d425a536be3c60e0461b865a",
"body": "Instead of pushing directly to master, the workflow\n\n1. pushes language file changes to a feature branch,\n2. creates a PR for these changes and\n3. automatically merges this PR - if tests pass.\n\nThis helps to keep bad updates away from the master branch.",
"is_bot": false,
"headline": "Create and automatically merge PR on language update",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b3ec362480926499ec3ce7bdf8e7672ce09efe",
"body": "The deprecated codacy/coverage and phpmd/phpmd packages were used to\nsend reports to the Codacy code quality platform. Replace them with\nthe appropriate GitHub action steps once the registration tokens are\navailable.\n\nIt did not work with the old configuration, see missing code coverage\nreports at https://app.codacy.com/gh/vanderlee/phpSyllable.",
"is_bot": false,
"headline": "Remove outdated Codacy code quality handling",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54a2993ed4f0ca63640c6d8aaa84c4f4c9a06ce",
"body": "Travis CI has more or less limited its service to paying customers and\nwithdrawn from activities in open source communities.\n\nReintroduce test runs for all PHP versions 5.6 and later, as this package\nis declared compatible with 5.6 and later.\n\nCreate test coverage reports only when needed, not by default, as Xdebug\nmay not be installed and needed to run the tests.",
"is_bot": false,
"headline": "Replace automatic test execution by Travis CI with GitHub Actions",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa7cef86eb07b4331f83a26d427da6dea6fa6fa",
"body": "This keeps the following files and folders for production use:\n```\ndoc/\nlanguages/\nsrc/\ncomposer.json\nREADME.md\nTODO.md\n```\nand has been tested with\n```\ngit archive -o composer-dist.zip HEAD\n```",
"is_bot": false,
"headline": "Exclude unimportant files from composer package distribution",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddf60c5ebadb682f95abe04e1a544aae9cb48df",
"body": null,
"is_bot": false,
"headline": "Add language files update GitHub Action",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0535283b3ef762fe242649d1ebfa0dcf9101ab3e",
"body": "Previously, only files that already existed locally could be\ndownloaded.",
"is_bot": false,
"headline": "Allow download of new language files",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b971be568a6db2b7e851f012e914ec545aa1cbc0",
"body": "It seems to be permanently unavailable.",
"is_bot": false,
"headline": "Disable download of hyph-de.tex",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db288d8545fe703496877d0c3cfa85cac5195036",
"body": "This generally gives the user more control and allows them to\npermanently exclude unavailable language files from download,\nsuch as hyph-de.tex.",
"is_bot": false,
"headline": "Use explicit file download via configuration file",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c69e9cf62a01c9cfb6ad306ab0aef8d19522d4",
"body": "Align with similar PHP CLI scripts in vendor/bin/. It can now be executed via\n```\n./build/update-language-files\n```\nand the old way\n```\nphp build/update-language-files\n```",
"is_bot": false,
"headline": "Make update script a shell script",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9c51aab364d4e6458a44a11a4fa24f0d1e6ba8",
"body": null,
"is_bot": false,
"headline": "Customize the language files update run via CLI parameters",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04732a2cc7e00f7985e82a27d08e7ad9ae2bfb51",
"body": null,
"is_bot": false,
"headline": "Support logging levels in language files update script",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6486cb28a6222a4a42379197d6965dcdf5ce77d",
"body": "This can be used to indicate a correct status in GitHub actions or\nsimilar.",
"is_bot": false,
"headline": "Return command exit code 1 if language file updates have failed",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c24f8d07c84e6f0d98877f31fc13bb0293ce82f8",
"body": null,
"is_bot": false,
"headline": "Prevent language file update if the new file is empty",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b1f34d4c1a5c6f64efb7664b3ae8fc3856a206",
"body": null,
"is_bot": false,
"headline": "Smooth handling of cURL errors when updating language files",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9046621ccb4e886a07f1497ab32fa62ea3023302",
"body": null,
"is_bot": false,
"headline": "Add development section to README.md",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049baf15e58a0ce14924f943ca750f7a04ac80b4",
"body": null,
"is_bot": false,
"headline": "Satisfy StyleCI",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542abb9503b7b7a9c873f666d64c097b6dc46b93",
"body": "- The cmd/ folder indicates a production context, so the script should\n be moved to build/ to make it clear that it is intended for package\n developers and not users.\n- The build/logs/ folder is already used by unit test runs. Apply\n .gitignore to this special folder instead of the entire build/.\n- Use automatic PSR-4 class loading from Composer.",
"is_bot": false,
"headline": "Move update script to common \"build\" folder",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7354c5c54d3dd6ae24919649f0863f846d9eed21",
"body": null,
"is_bot": false,
"headline": "Add language files update script",
"author_name": "Alexander Nitsche",
"author_login": "alexander-nitsche",
"committed_at": "2023-03-31T10:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb0a90c1ec2f83b9b413a2c855bb45a877f3211",
"body": "Delete .travis.yml",
"is_bot": false,
"headline": "Merge pull request #49 from vanderlee/Remove-TravisCI-configuration",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-03-28T12:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fdd7cd4f8f9257c3626f6822518b2a12fd0452",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #50 from vanderlee/Remove-Travis-badge",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-03-28T12:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8aeb8421fdf01c9c606897d88e995667934dd5",
"body": "Travis removed from configuration; badge no longer valid",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-03-23T14:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04abd358b295893dda6139597cca3d214463c28a",
"body": "Travis CI open source support deprecated",
"is_bot": false,
"headline": "Delete .travis.yml",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2023-03-23T14:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c4c1b81f3d9e53b2f565560e236cfcc9373545",
"body": "Fix phpcs errors",
"is_bot": false,
"headline": "Merge pull request #39 from jarilehtinen/fix-phpcs-errors",
"author_name": "Martijn van der Lee",
"author_login": "vanderlee",
"committed_at": "2022-11-25T20:43:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 0,
"latest_release_at": "2025-04-24T18:54:19Z",
"latest_release_tag": "1.9.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 464,
"mean_days_between_releases": 279.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "vanderlee/syllable",
"exists": true,
"license": "MIT",
"keywords": [
"text",
"locale",
"language",
"hyphenation",
"hyphenate",
"split",
"words",
"hyphen",
"dash",
"syllable",
"syllables"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/vanderlee/syllable",
"is_deprecated": false,
"latest_version": "1.9.0",
"repository_url": "https://github.com/vanderlee/phpSyllable",
"versions_count": 16,
"total_downloads": 500729,
"dependents_count": 9,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 17877,
"first_published_at": null,
"latest_published_at": "2025-04-24T18:50:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 464
}
]
},
"popularity": {
"forks": 33,
"stars": 126,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-06-29",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
}
],
"complete": true,
"collected": 33,
"total_forks": 33
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 37455,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ext-curl",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-dom",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-json",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-libxml",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-mbstring",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 36,
"open_issues": 8,
"closed_ratio": 0.778,
"closed_issues": 28,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vanderlee",
"commits": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/649240?v=4"
},
{
"type": "User",
"login": "alexander-nitsche",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/20297232?v=4"
},
{
"type": "User",
"login": "Blackskyliner",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1038517?v=4"
},
{
"type": "User",
"login": "dargmuesli",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/4778485?v=4"
},
{
"type": "User",
"login": "jarilehtinen",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/4067868?v=4"
},
{
"type": "User",
"login": "curtisgibby",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1086964?v=4"
},
{
"type": "User",
"login": "jfredon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13495514?v=4"
},
{
"type": "User",
"login": "Salagir",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14800866?v=4"
},
{
"type": "User",
"login": "StyleCIBot",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11048387?v=4"
},
{
"type": "User",
"login": "TeLiXj",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5677943?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.602
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"languages.yml",
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 7/10 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ccf6e159a93e521ea0ae7adc51b863cc150283eb",
"ran_at": "2026-08-02T07:20:37Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-02T07:13:38Z",
"oldest_open_prs": [
{
"number": 82,
"created_at": "2026-08-02T07:13:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2026-08-02T07:14:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-04-24T18:49:11Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 18,
"created_at": "2018-07-18T19:02:06Z",
"last_comment_at": "2018-07-20T06:58:18Z",
"last_comment_author": "vanderlee"
},
{
"number": 24,
"created_at": "2018-07-20T20:36:34Z",
"last_comment_at": "2018-07-23T19:16:35Z",
"last_comment_author": "vanderlee"
},
{
"number": 26,
"created_at": "2018-08-17T14:07:05Z",
"last_comment_at": "2023-04-20T13:17:59Z",
"last_comment_author": "alexander-nitsche"
},
{
"number": 33,
"created_at": "2019-05-20T12:14:43Z",
"last_comment_at": "2019-06-11T13:29:25Z",
"last_comment_author": "vanderlee"
},
{
"number": 35,
"created_at": "2019-09-16T21:11:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2023-04-18T13:42:23Z",
"last_comment_at": "2023-04-29T11:33:21Z",
"last_comment_author": "tnbnicer"
},
{
"number": 78,
"created_at": "2024-12-09T18:29:31Z",
"last_comment_at": "2024-12-10T13:24:10Z",
"last_comment_author": "mariavilaro"
},
{
"number": 81,
"created_at": "2025-04-24T12:49:49Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vanderlee/phpSyllable",
"host": "github.com",
"name": "phpSyllable",
"owner": "vanderlee"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 36,
"vitality": 42,
"community": 44,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 62,
"ai_readiness": 31,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 42,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 8,
"latest_release_tag": "1.9.0",
"releases_from_tags": false,
"days_since_latest_release": 464,
"mean_days_between_releases": 279.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 464 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 464
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~279.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 279.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 4,
"days_since_last_merged_pr": 467,
"days_since_last_human_commit": 467,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 467 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 467
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 44,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 33,
"stars": 126,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "126 stars",
"points": 34,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 126
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "33 forks",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 33
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"packages": [
"vanderlee/syllable"
],
"dependents": 9,
"ecosystems": "packagist",
"total_downloads": 500729,
"monthly_downloads": 17877
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "17,877 downloads/month across packagist",
"points": 56.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 17877,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "9 packages depend on it",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 9
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.602
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 60% of commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"merged_prs": 36,
"open_issues": 8,
"closed_issues": 28,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.778,
"closed_unmerged_prs": 9,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "36/45 decided PRs merged",
"points": 24,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 45
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/10 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 41,
"owner_type": "User",
"is_verified": null,
"owner_login": "vanderlee",
"public_repos": 61,
"account_age_days": 5630
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "41 followers of vanderlee",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 41,
"login": "vanderlee"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "61 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 61
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"vanderlee/syllable"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 464
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 464 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 464
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"hyphens",
"tex",
"syllables",
"language",
"php",
"split",
"hyphen-marker",
"hyphenation",
"hyphenation-algorithm",
"hyphenation-rules",
"hyphenator",
"hyphenate",
"syllable-count",
"syllablecounter",
"syllable",
"syllable-counts"
],
"has_wiki": true,
"homepage": "http://vanderlee.github.io/phpSyllable/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://vanderlee.github.io/phpSyllable/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "16 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 16
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/10 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.54,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "54 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "TeX",
"largest_source_bytes": 37455,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TeX without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "TeX"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-02T07:20:53.187603Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vanderlee/phpSyllable.svg",
"full_name": "vanderlee/phpSyllable",
"license_state": "absent",
"license_spdx": null
}