Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 90,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 25812,
"Dockerfile": 784
},
"pushed_at": "2026-01-28T00:38:32Z",
"created_at": "2014-12-08T15:07:44Z",
"owner_type": "Organization",
"updated_at": "2025-11-27T10:46:08Z",
"description": "PHP wrapper for the what3words API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://what3words.com/business",
"name": "what3words",
"type": "Organization",
"login": "what3words",
"company": null,
"location": "w3w.co/filled.count.soap",
"followers": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/10087988?v=4",
"created_at": "2014-12-05T14:08:49Z",
"is_verified": null,
"public_repos": 63,
"account_age_days": 4252
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.5.2",
"kind": "patch",
"published_at": "2025-11-27T10:47:02Z"
},
{
"tag": "v3.5.1",
"kind": "patch",
"published_at": "2025-03-26T10:02:46Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2024-12-10T12:07:49Z"
},
{
"tag": "v3.4.1",
"kind": "patch",
"published_at": "2024-11-28T16:15:59Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2024-05-30T17:20:36Z"
}
],
"recent_commits": [
{
"oid": "7dbedf620c554ca6898503a4e52e63aa967e67a7",
"body": "* Update to php >= 7.4\n\n* Fix deprecation notice in constructor\n\n* v3.5.2",
"is_bot": false,
"headline": "Update to require php7.4 and fix deprecation notice (#15)",
"author_name": "Victor",
"author_login": "victorlap",
"committed_at": "2025-11-27T10:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7948096be05503d02de8ff405c2a5024c8783977",
"body": "* fix: added condition for CURL_HTTP_VERSION_2_0 var prior to curl v7.3+",
"is_bot": false,
"headline": "TT-9840: Fix for undefined curl constant (#13)",
"author_name": "chaddgrimm",
"author_login": "chaddgrimm",
"committed_at": "2025-03-25T11:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eecd9a289f54e7561f67bffc431ed1da79d7ec7",
"body": "Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.5.4 to 5.6.3.\r\n- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)\r\n- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-12.0.md)\r\n- [Commits](https://github.com/sebastianbergm\n[…]\n phpunit/phpunit\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump phpunit/phpunit from 5.5.4 to 5.6.3 (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-10T12:06:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05c40a9eee325bdbe569ed4aab01562e4a3ee4a7",
"body": "* chore: updated minimum required php version\r\n\r\n* feat: added geocoder options",
"is_bot": false,
"headline": "[TT-9734] Allow use of restricted API keys (#10)",
"author_name": "Frederick Lee",
"author_login": "chaddgrimm",
"committed_at": "2024-12-10T12:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70057c541f3382ea143447d2ed5f93ac561c3da3",
"body": "* fix(geocoder): updated declaration for error array to work on PHP8.1\r\n\r\n* chore: bumped version",
"is_bot": false,
"headline": "[TT-9727] Fix deprecated error in PHP 8.1 regarding arrays (#9)",
"author_name": "Frederick Lee",
"author_login": "chaddgrimm",
"committed_at": "2024-11-28T16:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3101bbe27db81931afa9f5bb730dff0b5dcffc8e",
"body": "* feat: w3w validation helper functions\r\n\r\n* docs: updated code examples in readme\r\n\r\n* chore: docker compose for local development\r\n\r\n* docs: running unit tests\r\n\r\n* docs: minor cleanup\r\n\r\n* chore: added simple styling to index.php\r\n\r\n* chore: minor update to error message on index.php\r\n\r\n* chore: updated composer file",
"is_bot": false,
"headline": "[TT-9493] - Add Regex functions (#8)",
"author_name": "Frederick Lee",
"author_login": "chaddgrimm",
"committed_at": "2024-05-30T17:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2949bf6eef6c45758accefb7d5e297560fd1eee",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Simon Barnett",
"author_login": "simonw3w",
"committed_at": "2020-12-09T16:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc3c046378a463e2fd14d4002e620672590f7ef",
"body": null,
"is_bot": false,
"headline": "Fix to GeocoderTest for PHP 5/7 version mismatch",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-09-11T13:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6637b94c63e8382f50bd3d4114433921629581",
"body": null,
"is_bot": false,
"headline": "testing change to GeocoderTest in travis",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-09-11T13:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec39f3f2273f3848d1a6cc12edbc2dbca4115ce",
"body": null,
"is_bot": false,
"headline": "added prefer-land and generic-voice autosuggest options",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-09-11T12:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bbebab977a36e702f7c47a4c8a01264f400c89",
"body": null,
"is_bot": false,
"headline": "added X-W3W-Wrapper header",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-07-31T14:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216f620a511ccbb1101dc9236e914c8d174a5082",
"body": null,
"is_bot": false,
"headline": "Fixed travis build.",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-03-20T16:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "770c522ccbcc96ad7a485f0f8ede4f920cd4568a",
"body": null,
"is_bot": false,
"headline": "v3.0.0",
"author_name": "Dave Duprey",
"author_login": "dave-w3w",
"committed_at": "2019-03-19T14:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c1be3c8d6f0090b06a636eba9a4dd6ca4c2206",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Arnaud Ferrand",
"author_login": "tsamaya",
"committed_at": "2017-06-15T17:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7bc04463d78111831875d3c5b7239f08911c0f",
"body": "Add missing dollar sign in variable names",
"is_bot": false,
"headline": "Merge pull request #5 from peterchaula/patch-1",
"author_name": "Arnaud Ferrand",
"author_login": "tsamaya",
"committed_at": "2017-06-15T17:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd0b289643c45f00bc1297e6f1e296a58d37c80",
"body": "PHP variable names start with a dollar sign",
"is_bot": false,
"headline": "Add missing dollar sign in variable names",
"author_name": "Peter Chaula",
"author_login": "peterchaula",
"committed_at": "2017-06-15T15:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a28aeff1309c8f0c0381ca163b2014f3ddf34049",
"body": null,
"is_bot": false,
"headline": "adds travis status image",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2017-05-22T16:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d906fdddb486e0064723d44cea89fe5d185905c9",
"body": null,
"is_bot": false,
"headline": "adds Grid method",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2017-05-22T16:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "554d1a3458a2bcfad3dc6370165d0a940f45b2da",
"body": null,
"is_bot": false,
"headline": "Merge branch 'integration'",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2017-05-22T15:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef37b2f758b0d477491cbad3bbcd00f9c10d150",
"body": null,
"is_bot": false,
"headline": "adds standardblend and autosuggest ML",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2017-05-22T14:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1392eee84244354edd9d847a6d09269c8cc2a017",
"body": null,
"is_bot": false,
"headline": "Remove manual autoloader in favour of Composer's",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2017-02-15T14:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d001f254c847cbff8cd02df5eedfc56570f62dd9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'integration'",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-11-09T12:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fefcff557b7c565e10d76c0d8b9af07fa118f9d",
"body": null,
"is_bot": false,
"headline": "updates logo image path",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-11-09T12:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e92958cd8c98aae2adb8233eb805e7c1695bc5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'integration'",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-11-09T11:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd87a5ee600b0fd693d967000ea38ef3550971e9",
"body": "…nto integration",
"is_bot": false,
"headline": "Merge branch 'integration' of github.com:what3words/w3w-php-wrapper i…",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-11-09T11:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3413003d5964627f393ec2d73459ed381b7c0b79",
"body": null,
"is_bot": false,
"headline": "updates what3words logo",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-11-09T11:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b804110a4a404e702b1179dc90a15202ef90e840",
"body": null,
"is_bot": false,
"headline": "Release v2.0.1 - Merge remote-tracking branch 'origin/integration'",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-09-05T10:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cf124686365cc36a5e4811419c1c07f9a0a27b",
"body": null,
"is_bot": false,
"headline": "Added configuration options to override defaults",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-09-05T09:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4dbc77f199f86a50c951e62b3fdd99e9a1353d1",
"body": null,
"is_bot": false,
"headline": "Update composer dependencies",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-09-05T09:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96e749a496f6bb16b0de9fb9631152e728a3618",
"body": null,
"is_bot": false,
"headline": "Update README with correct composer package name",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-09-05T09:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561568591a1155cea1ea8ea8f20e9f7d82ac2164",
"body": "…nto integration",
"is_bot": false,
"headline": "Merge branch 'integration' of github.com:what3words/w3w-php-wrapper i…",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-06-10T11:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1bb7bc71508b88dd2887b12879084f71905b4aa",
"body": null,
"is_bot": false,
"headline": "API v2 endpoint",
"author_name": "arnaud ferrand",
"author_login": "tsamaya",
"committed_at": "2016-06-10T11:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c7b5ed9ea776f6f5b595952bf6960cd9e3bfd4",
"body": "…at3words Slack integration",
"is_bot": false,
"headline": "Stop building against PHP 5.4/5.5 due to dependency conflicts. Add wh…",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T15:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc0427f41ffc0a32c5cf84e19231869cf556fb9",
"body": null,
"is_bot": false,
"headline": "Use install target to run composer",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T14:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00539fbc12c26a165c9ccbb0a3520c21034df1ea",
"body": null,
"is_bot": false,
"headline": "Add encrypted API key and installation of dependencies via composer",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T14:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b62b32e53b50ab7e0b99e6ddaf3b6b22c0e474b",
"body": "…nto integration",
"is_bot": false,
"headline": "Merge branch 'integration' of github.com:what3words/w3w-php-wrapper i…",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d777557b0505494b9bdec06d5b123c7584e5eb24",
"body": "…nto integration",
"is_bot": false,
"headline": "Merge branch 'integration' of github.com:what3words/w3w-php-wrapper i…",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef708ae326cca2456b96bee1a73d527100a6eba3",
"body": "…nto integration",
"is_bot": false,
"headline": "Merge branch 'integration' of github.com:what3words/w3w-php-wrapper i…",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b69dec751518c4753a3814da80e7a68ba4ed48d",
"body": null,
"is_bot": false,
"headline": "Add barebones Travis-CI build support",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1871a29caa7726ab6eb6eb76b89cd61e1b5475f0",
"body": null,
"is_bot": false,
"headline": "Add barebones Travis-CI build support",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69709f62c4da89a409b78a985fd2d583f29da224",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/gg-v2-update' into integration",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08087283ee64a7f5ff560724a42c3bca84960fea",
"body": null,
"is_bot": false,
"headline": "Use beta service until release of v2.0.0",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T13:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe117e1418363cf1bee5c430ca44f339d7a819ed",
"body": "…into gg-v2-update",
"is_bot": false,
"headline": "Merge branch 'gg-v2-update' of github.com:what3words/w3w-php-wrapper …",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T12:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c726f410070e4301552b3634206b9218bfa4f06c",
"body": null,
"is_bot": false,
"headline": "Rewrite/restructure for v2 API, including basic phpUnit testing",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T12:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa127b23df17721e82449d6e4e180754ba3d305f",
"body": null,
"is_bot": false,
"headline": "Rewrite/restructure for v2 API, including basic phpUnit testing",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2016-05-12T12:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c14d3807caf4ea3fb506a6ff1f8757c08000b6",
"body": null,
"is_bot": false,
"headline": "Update docs for v1.0.5",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2015-11-23T11:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321b9cde436da406d03551ac3ce6d05caefa845e",
"body": "…, minor code tweaks and documentation updates, via @chrisbarr",
"is_bot": false,
"headline": "Manual merge of pull request #3; make API key a constructor parameter…",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2015-11-23T11:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac216d66add25ca4e0f7d17844065a6a6309024",
"body": null,
"is_bot": false,
"headline": "Add revision history to README.md",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2015-11-23T11:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3ccaad4848a5449404ef896da795ce55ed8131",
"body": null,
"is_bot": false,
"headline": "Manual merge of pull request #2; add Composer support, via @aendrew",
"author_name": "vicchi",
"author_login": "vicchi",
"committed_at": "2015-11-23T11:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6b5b9f208cde5d549c7720548335bfbe652d53",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "Will Henderson",
"author_login": null,
"committed_at": "2015-03-06T03:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d38cecdf9a74cdc64fef89b987f3b28056acfbf7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Will Henderson",
"author_login": "thiswilliam",
"committed_at": "2015-01-20T14:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf16c34bb00a9bb0a353679b417687c5e4f957d3",
"body": null,
"is_bot": false,
"headline": "Update what3words.class.php",
"author_name": "Will Henderson",
"author_login": "thiswilliam",
"committed_at": "2015-01-18T16:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8da708101067d5bc8668fb5cf582e26a5e13c7d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2015-01-07T16:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f265f4264152d6f3a8c2f08fbdd2c5f0c8b75d",
"body": "A few text corrections",
"is_bot": false,
"headline": "Update README.md",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2015-01-07T16:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8045ee26cba48380a9c24da5311dc01cd35c7db2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-22T15:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4bfba66f3d75f38bd0a64032c3456402a1611d",
"body": "Added code examples",
"is_bot": false,
"headline": "Update README.md",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-22T15:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3a3a1eeabd33d51377b22d789c31ff4f26a9bc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-22T15:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99088c8d2d8afd0fc06b0903ce3a0f518e6e90b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Will Henderson",
"author_login": "thiswilliam",
"committed_at": "2014-12-22T11:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a301a9c8298e215c71e21e46f4983747d2ba30d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Will Henderson",
"author_login": "thiswilliam",
"committed_at": "2014-12-22T11:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119420011649c7aab0d74f6aa752a57b6937984a",
"body": null,
"is_bot": false,
"headline": "Update what3words.class.php",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-08T18:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69248fd1c9f47d2066c0d38058488476004af08f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "what3words admin",
"author_login": "what3wordsgit",
"committed_at": "2014-12-08T15:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032cf7fc721921cf3ead5504b86b67dd1047d4ee",
"body": null,
"is_bot": false,
"headline": "Create what3words.class.php",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-08T15:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b308e645b9d451fecff565294b8e247afb07382d",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "osvenson",
"author_login": null,
"committed_at": "2014-12-08T15:07:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 1,
"latest_release_at": "2025-11-27T10:47:02Z",
"latest_release_tag": "v3.5.2",
"releases_from_tags": false,
"days_since_last_push": 181,
"active_weeks_last_year": 1,
"days_since_latest_release": 242,
"mean_days_between_releases": 136.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "what3words/w3w-php-wrapper",
"exists": true,
"license": "MIT",
"keywords": [
"geocoding",
"what3words",
"3 word address"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/what3words/w3w-php-wrapper",
"is_deprecated": false,
"latest_version": "v3.5.2",
"repository_url": "https://github.com/what3words/w3w-php-wrapper",
"versions_count": 14,
"total_downloads": 652927,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 17236,
"first_published_at": null,
"latest_published_at": "2025-11-27T10:46:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 242
}
]
},
"popularity": {
"forks": 14,
"stars": 29,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2016-04-23",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14634,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "phpunit/phpunit",
"direct": false,
"version": "8.5.48",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 7.8,
"advisory_ids": [
"GHSA-vvj3-c3rp-c85p"
],
"fixed_version": "12.5.8",
"advisory_count": 1,
"oldest_advisory_days": 181
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 23,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "doctrine/instantiator",
"direct": false,
"version": "1.5.0",
"ecosystem": "packagist"
},
{
"name": "myclabs/deep-copy",
"direct": false,
"version": "1.13.4",
"ecosystem": "packagist"
},
{
"name": "phar-io/manifest",
"direct": false,
"version": "2.0.4",
"ecosystem": "packagist"
},
{
"name": "phar-io/version",
"direct": false,
"version": "3.2.1",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-code-coverage",
"direct": false,
"version": "7.0.17",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-file-iterator",
"direct": false,
"version": "2.0.6",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-text-template",
"direct": false,
"version": "1.2.1",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-timer",
"direct": false,
"version": "2.1.4",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-token-stream",
"direct": false,
"version": "4.0.4",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": "8.5.48",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/comparator",
"direct": false,
"version": "3.0.6",
"ecosystem": "packagist"
},
{
"name": "sebastian/diff",
"direct": false,
"version": "3.0.6",
"ecosystem": "packagist"
},
{
"name": "sebastian/environment",
"direct": false,
"version": "4.2.5",
"ecosystem": "packagist"
},
{
"name": "sebastian/exporter",
"direct": false,
"version": "3.1.8",
"ecosystem": "packagist"
},
{
"name": "sebastian/global-state",
"direct": false,
"version": "3.0.6",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-enumerator",
"direct": false,
"version": "3.0.5",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-reflector",
"direct": false,
"version": "1.1.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/recursion-context",
"direct": false,
"version": "3.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/resource-operations",
"direct": false,
"version": "2.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/type",
"direct": false,
"version": "1.1.5",
"ecosystem": "packagist"
},
{
"name": "sebastian/version",
"direct": false,
"version": "2.0.1",
"ecosystem": "packagist"
},
{
"name": "theseer/tokenizer",
"direct": false,
"version": "1.2.3",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 0,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 7,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "vicchi",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/442617?v=4"
},
{
"type": "User",
"login": "tsamaya",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1741320?v=4"
},
{
"type": "User",
"login": "dave-w3w",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/46780785?v=4"
},
{
"type": "User",
"login": "thiswilliam",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/9928155?v=4"
},
{
"type": "User",
"login": "chaddgrimm",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5126038?v=4"
},
{
"type": "User",
"login": "peterchaula",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13304490?v=4"
},
{
"type": "User",
"login": "simonw3w",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/35031779?v=4"
},
{
"type": "User",
"login": "victorlap",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1645632?v=4"
},
{
"type": "User",
"login": "what3wordsgit",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7292787?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.415
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock"
],
"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 7 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": 2,
"reason": "Found 6/28 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 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": 10,
"reason": "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": 10,
"reason": "license file 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7dbedf620c554ca6898503a4e52e63aa967e67a7",
"ran_at": "2026-07-28T01:56:31Z",
"aggregate_score": 4.2,
"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-04-18T15:07:02Z",
"oldest_open_prs": [
{
"number": 16,
"created_at": "2026-01-28T00:38:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-11-27T10:46:04Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2018-01-19T18:04:40Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/what3words/w3w-php-wrapper",
"host": "github.com",
"name": "w3w-php-wrapper",
"owner": "what3words"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 47 is calibrated to 45 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 47,
"calibrated": 45,
"calibration": "2026-08-02"
}
}
],
"value": 45,
"inputs": {
"security": 54,
"vitality": 29,
"community": 48,
"governance": 70,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 31,
"weighted_overall_raw": 47
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 29,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 0.984,
"days_since_last_push": 181,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 181 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 181
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"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": 62,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v3.5.2",
"releases_from_tags": false,
"days_since_latest_release": 242,
"mean_days_between_releases": 136.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 242 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 242
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~136.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 136.4
}
}
],
"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": [
"recent_release"
],
"signals": [
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 250,
"days_since_last_human_commit": 250,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 250 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 250
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 48,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 14,
"stars": 29,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "29 stars",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 29
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 60,
"inputs": {
"packages": [
"what3words/w3w-php-wrapper"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 652927,
"monthly_downloads": 17236
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "17,236 downloads/month across packagist",
"points": 56.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 17236,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.415
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 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": 66,
"inputs": {
"merged_prs": 7,
"open_issues": 1,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 3,
"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": "80% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/10 decided PRs merged",
"points": 21,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 10
}
}
],
"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 6/28 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 39,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "what3words",
"public_repos": 63,
"account_age_days": 4252
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "39 followers of what3words",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 39,
"login": "what3words"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "63 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 63
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"what3words/w3w-php-wrapper"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 242
},
"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 242 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 242
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "moderate",
"name": "Security",
"value": 54,
"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, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.2
},
"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 7 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 6/28 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 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": "update tool detected",
"points": 7.5,
"status": "met",
"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 detected",
"points": 2.5,
"status": "met",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 23 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 23
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 23,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 23,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 15
},
"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": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.129,
"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": "8 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"has_dockerfile": true,
"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.016
},
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 63",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 63
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 63 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 63
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 14634,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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"
],
"report_type": "repository",
"generated_at": "2026-07-28T01:56:42.478359Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/what3words/w3w-php-wrapper.svg",
"full_name": "what3words/w3w-php-wrapper",
"license_state": "standard",
"license_spdx": "MIT"
}