JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"vfsstream",
"php",
"testing",
"filesystem"
],
"is_fork": false,
"size_kb": 1348,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 381526
},
"pushed_at": "2024-08-29T18:46:22Z",
"created_at": "2011-05-19T13:30:47Z",
"owner_type": "Organization",
"updated_at": "2026-07-10T10:18:08Z",
"description": "vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "bovigo",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21357911?v=4",
"created_at": "2016-08-31T08:48:50Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 3612
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.12",
"kind": "patch",
"published_at": "2024-08-29T18:46:22Z"
},
{
"tag": "v1.6.11",
"kind": "patch",
"published_at": "2022-07-26T00:33:21Z"
},
{
"tag": "v1.6.11-alpha.0",
"kind": "prerelease",
"published_at": "2022-07-19T00:38:56Z"
},
{
"tag": "v1.6.10",
"kind": "patch",
"published_at": "2021-09-25T08:09:02Z"
},
{
"tag": "v1.6.10-alpha.0",
"kind": "prerelease",
"published_at": "2021-08-02T03:18:40Z"
},
{
"tag": "v1.6.9",
"kind": "patch",
"published_at": "2021-07-16T08:24:06Z"
},
{
"tag": "v1.6.8",
"kind": "patch",
"published_at": "2019-10-30T15:59:20Z"
},
{
"tag": "v1.6.7",
"kind": "patch",
"published_at": "2019-08-01T01:42:47Z"
},
{
"tag": "v1.6.6",
"kind": "patch",
"published_at": "2019-04-08T14:03:54Z"
},
{
"tag": "v1.6.5",
"kind": "patch",
"published_at": "2017-08-01T08:13:46Z"
},
{
"tag": "v1.6.4",
"kind": "patch",
"published_at": "2016-07-18T14:05:07Z"
},
{
"tag": "v1.6.3",
"kind": "patch",
"published_at": "2016-07-18T14:04:24Z"
},
{
"tag": "v1.6.2",
"kind": "patch",
"published_at": "2016-01-13T09:42:57Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2016-01-11T15:52:54Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2015-10-06T17:04:38Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2014-09-14T10:43:02Z"
}
],
"recent_commits": [
{
"oid": "dd9277d9d27b5406f903e6b06df99825c32ea3b2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #276 from phil-davis/patch-1",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2022-07-26T07:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630bb4d5f43689edb4cf269caedfaeb23d718827",
"body": "The property is `context` not `content`\r\n\r\nhttps://www.php.net/manual/en/class.streamwrapper.php#streamwrapper.props.context",
"is_bot": false,
"headline": "Correct stream wrapper property name",
"author_name": "Phil Davis",
"author_login": "phil-davis",
"committed_at": "2022-07-26T06:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fbc8a0b163fd00375cba0b27d8c60bc62cd936",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with latest releases; test PHP 8.2",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2022-02-23T02:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e11ff93419947b3e1973ab80662a8414ca37fe",
"body": null,
"is_bot": false,
"headline": "Merge pull request #270 from neclimdul/context-property",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2022-02-23T02:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49283282eba373c14552d57c8b17247f48acf543",
"body": "Streams are expected to have a context property to be populated with the\ncurrent context. Starting with PHP 8.2, not including this property with emit a\ndeprecation warning.",
"is_bot": false,
"headline": "Add context property",
"author_name": "James Gilliland",
"author_login": "neclimdul",
"committed_at": "2022-02-08T01:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953553b0731b45f44750aaa8dc1f69d241f8f657",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.1 to our testing lineup (#254)",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2021-08-02T00:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e8d6be1b58fa86218a9f3a6e9af0b1f90aefbe",
"body": null,
"is_bot": false,
"headline": "Add release notes for v1.6.9",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2021-07-16T08:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdae5b92f0f2e8c66953565481fc5ae2d49e37c0",
"body": null,
"is_bot": false,
"headline": "Migrate PHPUnit configuration file to new format",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2021-07-15T00:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b8d8c6c70f44e5d0ab164ae093f8860174a7e1",
"body": "See: https://github.com/bovigo/vfsStream/issues/253#issuecomment-836174933",
"is_bot": false,
"headline": "Make $structure type more vague to sate PHPStan",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2021-05-10T05:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a798577d677436f4f4ea3d0b3c949f64655548",
"body": "Prepare for php 8",
"is_bot": false,
"headline": "Merge pull request #232 from bovigo/php-8-support",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b586685074719092daf6f3ce1249dec9cb85c84",
"body": null,
"is_bot": false,
"headline": "Remove ignored phpstan error",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a15e0689356d613f566c5c380ef7c081ddc552f",
"body": null,
"is_bot": false,
"headline": "Try to fix coversall",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47e1e7aec6f3bf5a371bf5cc6a999c28985ce77",
"body": null,
"is_bot": false,
"headline": "Fixes php8 unittests",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70b5c2385871c972f0b8f1aa2572ed22820e6a0",
"body": "Upgrade doctrine coding-stanard to be compatible with php8.",
"is_bot": false,
"headline": "Upgrade doctrine/coding-standard",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09dd289fa8d9d3849ca36f99c2f714b3555de85e",
"body": null,
"is_bot": false,
"headline": "Use phpstan from vendor",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a05e1427790126fd2cc537f00aa8b09118e8968a",
"body": null,
"is_bot": false,
"headline": "Fallback to default test result printer",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-23T19:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0dc32a69a08d9620283adfa3c2177838194a949",
"body": null,
"is_bot": false,
"headline": "Bump dependencies",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2020-12-23T19:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dc7dc8db5bd857da3493c0981c93ea1f6988f81",
"body": null,
"is_bot": false,
"headline": "Enable php8 in matrix build",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-12-18T14:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d97527b058e66c63ef59f7146484cb25da5dcf",
"body": "…/cache-v2\n\nBump actions/cache from v1 to v2",
"is_bot": false,
"headline": "Merge pull request #233 from bovigo/dependabot/github_actions/actions…",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2020-07-16T14:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f78f098905f97804f0c8308a338f558c0d5169d2",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/cache from v1 to v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-07-05T19:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26c11640205317a7a2c5768745204a13c225bb5e",
"body": "add dependabot to update php dependencies",
"is_bot": false,
"headline": "Merge pull request #231 from bovigo/feature/dependabot",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2020-07-05T19:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e52597a04a7625cba395e2ac98bc1fbbe993226",
"body": null,
"is_bot": false,
"headline": "add dependabot to update php dependencies",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2020-07-03T07:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751b3df1b8d38a78cc5e46761e01d46d8f054dab",
"body": null,
"is_bot": false,
"headline": "fiy typo",
"author_name": "Frank Kleine",
"author_login": null,
"committed_at": "2020-02-27T09:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25cdc868c99bba9751c7e1bed199601411b954c",
"body": "…d to cs2pr directly",
"is_bot": false,
"headline": "disable progress and verbose output so checkstyle report can be passe…",
"author_name": "Frank Kleine",
"author_login": null,
"committed_at": "2020-02-27T09:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7979e9dc7e220501cd4ba478d7c197e90ae7e9f2",
"body": "Add a MultiInstanceFile to allow many file handles to the same resource",
"is_bot": false,
"headline": "Merge pull request #220 from bizurkur/issue-129",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-24T13:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e92f0d2b1a129fef531e436aa7a24497900280",
"body": "* setup workflow for phpstan checks\r\n\r\n* try with latest 0.11 release\r\n\r\n* remove superflouos empty lines from phpstan output before passing to cs2pr\r\n\r\n* introduce workflow to check code style\r\n\r\nOnly one PHP version is required, so no build matrix here.\r\n\r\nThe checkstyle report has to be written i\n[…]\n PHP version only, that's sufficient\r\n\r\n* switch from xdebug to pcov for code coverage\r\n\r\n* switch badge to display test status\r\n\r\n* remove configuration for Travis and AppVeyor, not required any more",
"is_bot": false,
"headline": "Switch to GitHub Actions, implements #215 (#219)",
"author_name": "Frank Kleine",
"author_login": null,
"committed_at": "2020-02-24T09:34:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62a5ef2ae044966174fd93d4358661ca2c6a4e8c",
"body": null,
"is_bot": false,
"headline": "Rename MultiInstanceFile to OpenedFile",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-22T16:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145044a495b6888b4f82bb9491a1da1416dd4f93",
"body": "Closes #129",
"is_bot": false,
"headline": "Add a MultiInstanceFile to allow many file handles to the same resource",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-20T23:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f9d7b609a566d254db2accaf9663d43b85e4110",
"body": "Add missing return type/value",
"is_bot": false,
"headline": "Merge pull request #218 from bizurkur/issue-202",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-20T12:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6cfcdcced00044230583de4c885ee0f6fc5d03",
"body": "Closes #202",
"is_bot": false,
"headline": "Add missing return type/value",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-20T01:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890e75459efb082b8cebb65afd30133ef96e3d3c",
"body": "Limit maximum amount of bytes to read, fixes #216",
"is_bot": false,
"headline": "Merge pull request #217 from bovigo/bugfix/issue_216",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-20T00:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bd1dbe9a5de32e135c849e79d27356bd986c4c",
"body": "Added permission tests for \"other\" access",
"is_bot": false,
"headline": "Merge pull request #214 from bizurkur/add-permission-test",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-20T00:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7c2235d5092ca27907d99961a15c29a942437d",
"body": null,
"is_bot": false,
"headline": "re-add accidentally deleted line",
"author_name": "Frank Kleine",
"author_login": null,
"committed_at": "2020-02-19T16:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343986c84502efefd4ba40116ded94fe9caf8d2b",
"body": "The result of rand() can be numbers of up to 2147483647 (PHP 7.3.14 on macOS). Before the actual file read PHP allocates the amount of memory specified by the second argument to fread() to ensure everything fits into memory. For unit tests that's bad, as it can mean of allocating 2 GB of memory.\n\nTh\n[…]\n 10000. For typical vfsStream usages that's more than sufficient. The usage of rand() is kept to verify that the functionality tested works independent of the amount of bytes to be read from the file.",
"is_bot": false,
"headline": "limit maximum amount of bytes to read, fixes #216",
"author_name": "Frank Kleine",
"author_login": null,
"committed_at": "2020-02-19T16:07:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05914dce72a26a27115975e58b4b613ddc72506e",
"body": null,
"is_bot": false,
"headline": "Codesniff fixes",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-19T04:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ccae847ebb35429f70790a7055d8ecaeb87e4fa",
"body": "- After some manual testing on real files, it doesn't seem like Windows honors the group/other permissions.\n- Could only get is_readable to fail by manually opening file properties, going to Security tab, and editing the permissions for the user.",
"is_bot": false,
"headline": "Add fix for Windows not honoring group/other perms",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-19T04:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5da7c0db30bb6ad8b7b4f4846ecb619c6600792",
"body": "Closes #167",
"is_bot": false,
"headline": "Add permission tests for \"other\" read access",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-18T13:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9901c0467fa273723b66b8529a05ce11c499d735",
"body": "Add an erroneous file for triggering failure cases",
"is_bot": false,
"headline": "Merge pull request #212 from bizurkur/add-erroneous-file",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-18T13:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0080359b57045fb5102ac695a227a89bd2b6cbd",
"body": null,
"is_bot": false,
"headline": "Update stat() functions to return false",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-18T12:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec8425f0166e7cf1778c70f27cfbe7d94b63962b",
"body": null,
"is_bot": false,
"headline": "Add missing tests",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-18T05:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f25e189ae8d3934d1ebf7ab2e3cf4ca655a55c",
"body": null,
"is_bot": false,
"headline": "Attempt to fix broken tests deprecation message",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-18T05:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff982bae3d66fb6e064fb33902ae66cb964d7bc",
"body": "Closes #155",
"is_bot": false,
"headline": "Add an erroneous file for triggering failure cases",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-18T04:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ec5bdb41a95a7f23d537ad172293cc9efaf2433",
"body": "Updated namespace",
"is_bot": false,
"headline": "Merge pull request #209 from bizurkur/fix-namespace",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-18T01:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7fa599994b0bb0d44aedcba9c6ba89236c5ad2",
"body": "Introduce travis stages",
"is_bot": false,
"headline": "Merge pull request #203 from bovigo/travis-stages",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-17T13:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa590514ee87a174d2012f82926d928b330e313",
"body": null,
"is_bot": false,
"headline": "Use lowercase test namespace",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-17T12:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49ab510b6078c9eccb649d5f643f7241f9bb551",
"body": "Test against php 7.4",
"is_bot": false,
"headline": "Merge pull request #210 from snapshotpl/patch-1",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2020-02-17T12:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd8036c9868e43527a017fa1cc575a12b2c1fbf",
"body": null,
"is_bot": false,
"headline": "Test against php 7.4",
"author_name": "Witold Wasiczko",
"author_login": "snapshotpl",
"committed_at": "2020-02-17T11:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca79ab4560acaf1138e5a7184a6b6bdc72cd3e92",
"body": null,
"is_bot": false,
"headline": "Separate tests into their own namespace",
"author_name": "bizurkur",
"author_login": "bizurkur",
"committed_at": "2020-02-17T02:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102a8f0ac367e197d29ec357956b1baed7f58654",
"body": null,
"is_bot": false,
"headline": "Update namespace change",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2020-02-16T22:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4abe8ac5251878dbd0c5b0fb48ad689bc3028b5d",
"body": null,
"is_bot": false,
"headline": "Fix codesniff issues",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2020-02-16T22:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4995209eb1864d709ff092645082eea571497ff",
"body": null,
"is_bot": false,
"headline": "Add legacy, deprecated namespace",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2020-02-16T21:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9eff2d4209f87a7d05ed1f283aa00fd92434f3",
"body": null,
"is_bot": false,
"headline": "Move to proper PSR-4 file structure",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2020-02-16T08:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a8d9b55d5dd8c549ac831fb50447af484b38c5",
"body": null,
"is_bot": false,
"headline": "Drop org\\ from namespace",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2020-02-16T07:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b563caf977c6081bcca3c41aa9aa8a5c07a5fd4b",
"body": null,
"is_bot": false,
"headline": "Add 1.6.8 release to changelog",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-11-03T00:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b04b275b6e75fbf4adbfdba63909f0d29808a835",
"body": "Add a copy test",
"is_bot": false,
"headline": "Merge pull request #205 from alexpott/php74-tests",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-10-30T11:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227695ad0b20b2a5e767d7bcf0c7576bb90866d9",
"body": null,
"is_bot": false,
"headline": "Add a copy test",
"author_name": "Alex Pott",
"author_login": "alexpott",
"committed_at": "2019-10-30T09:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47218bc2b46624b07e405fb6d809e5c93e718d8",
"body": null,
"is_bot": false,
"headline": "Add minimal callmap for php 7.4",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-17T06:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75cd6f6bfc9383899bf540e490768c66d85a9f8",
"body": null,
"is_bot": false,
"headline": "Move xdebug remove to script",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-17T06:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf6a31ee8fd755be837d5d7252d0724d4493af7",
"body": null,
"is_bot": false,
"headline": "Fix install",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T20:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341fe17e0addd12b69452c4171917ae2ae673200",
"body": null,
"is_bot": false,
"headline": "Move install to before script",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T20:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec84ba787e80fd28f95920d0c0ca60bec58a190f",
"body": null,
"is_bot": false,
"headline": "Add composer cache",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T19:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dfe388db29f3cd9ef3ccd60fc054e999b9292d",
"body": null,
"is_bot": false,
"headline": "Disable xdebug by default",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T19:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05b9d51f47bb7ae4ae2b14ab032797776a7d3953",
"body": null,
"is_bot": false,
"headline": "Introduce travis stages",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T19:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a62eeed3f66cd43645978e91b1f490f50dcd8e",
"body": "Feature/182 code style",
"is_bot": false,
"headline": "Merge pull request #201 from bovigo/feature/182-code-style",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-10-16T18:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77a0193c43fc754025e3b11956a044e577db9e8",
"body": "Co-Authored-By: Luke <bizurkur@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix space error",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-10-16T10:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64410f9db5b0de87072d6eca8921f9abb99fae26",
"body": "Co-Authored-By: Luke <bizurkur@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix spelling",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-10-16T10:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e33df7de4537f06cd18a47f65f4a803bcd3775",
"body": null,
"is_bot": false,
"headline": "Fix whitespace discussion points",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T10:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e29101298e92ebb446c66fc31b0b59245a195be1",
"body": null,
"is_bot": false,
"headline": "Fix cs violations manually",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T09:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f75dddccf41be0fd65b7368d34b05b081c90915",
"body": null,
"is_bot": false,
"headline": "First run of style fixes",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-16T09:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8fc2e926e625b34c7aa080b37ec1ee7f2cad9a6",
"body": null,
"is_bot": false,
"headline": "Setup php-codesniffer",
"author_name": "Jaapio",
"author_login": "jaapio",
"committed_at": "2019-10-03T18:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8bacb5c01ebf2dbe52e2e2255d3c5ac9b45f50f",
"body": "Add inode support",
"is_bot": false,
"headline": "Merge pull request #200 from bizurkur/add-inode-support",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2019-09-29T13:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e0a8331149f1531b56f0b1b792cfa4c88e4bb37",
"body": null,
"is_bot": false,
"headline": "Add inode support, closes #119",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-09-27T04:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bed16c3163f23300c5d1ee604bd66a0e4c7b496",
"body": null,
"is_bot": false,
"headline": "Add 1.6.7 to changelog",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-08-11T23:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab3605e9feaf9f7876d7265c4613475142368c32",
"body": "String offset access syntax with curly braces (PHP 7.4 compat)",
"is_bot": false,
"headline": "Merge pull request #189 from kornrunner/master",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-07-26T01:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0975ed78705fc48116fd3d8d61e20ba5503ce4da",
"body": null,
"is_bot": false,
"headline": "String offset access syntax with curly braces (PHP 7.4 compat)",
"author_name": "Boris Momčilović",
"author_login": "kornrunner",
"committed_at": "2019-07-26T01:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b09aff55411fffa97f896e848370d28bd4fd286",
"body": null,
"is_bot": false,
"headline": "Merge pull request #194 from kornrunner/7.4",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-07-26T00:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ce3dab70216c016dc8d7f4860d772a3edf9341",
"body": "Changelogs summary:\n\n - bovigo/callmap updated from v5.0.0 to v5.0.1\n See changes: https://github.com/bovigo/callmap/compare/v5.0.0...v5.0.1\n Release notes: https://github.com/bovigo/callmap/releases/tag/v5.0.1",
"is_bot": false,
"headline": "composer update bovigo/callmap",
"author_name": "Boris Momčilović",
"author_login": "kornrunner",
"committed_at": "2019-07-25T09:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64bdc7f66b888d50e46cdac03d88f8cc6aef6a95",
"body": ".travis: enable 7.4snapshot",
"is_bot": false,
"headline": "Merge pull request #192 from kornrunner/travis",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-07-23T19:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce345ffc6dfb5f75c837d432dd7a0d2b97d051d0",
"body": null,
"is_bot": false,
"headline": ".travis: enable 7.4snapshot",
"author_name": "Boris Momčilović",
"author_login": "kornrunner",
"committed_at": "2019-07-23T19:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34465521df7dc5d85a7fcb09a3638c703af9f4a6",
"body": "Fix for 7.3: streamed directory are now also executable",
"is_bot": false,
"headline": "Merge pull request #172 from remicollet/issue-php73",
"author_name": "Vladimir Jimenez",
"author_login": "allejo",
"committed_at": "2019-07-23T19:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00df77b478ea215741ce1998a866672f1b402338",
"body": null,
"is_bot": false,
"headline": "add 7.3 to matrix",
"author_name": "Remi Collet",
"author_login": "remicollet",
"committed_at": "2019-07-22T23:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a939c86a2586efdcab2fc825f573fde79d43b18d",
"body": null,
"is_bot": false,
"headline": "Fix for 7.3: streamed directory are now also executable",
"author_name": "Remi Collet",
"author_login": "remicollet",
"committed_at": "2019-07-22T23:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b55233adeab486b169a098a8b6a201c9be1b19",
"body": "Proper readme",
"is_bot": false,
"headline": "Merge pull request #190 from szepeviktor/patch-1",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-07-22T14:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150cc4d11a7d002cb365226e73b5c465256a7bc8",
"body": null,
"is_bot": false,
"headline": "Proper readme",
"author_name": "Viktor Szépe",
"author_login": "szepeviktor",
"committed_at": "2019-07-22T13:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b46b9dfee1ce1e7c26a4389f07182373ec489c4c",
"body": "Throw exception if filename contains slash",
"is_bot": false,
"headline": "Merge pull request #188 from bizurkur/no-slash-in-filename",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2019-04-24T09:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cd964e87b0425a2be713bb0c3d8a36dc5bbda1",
"body": null,
"is_bot": false,
"headline": "Add vfsStreamBlock to changelog",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-24T00:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b8c6075d26eb0da80eb964608f1469f82b587d1",
"body": "- This resolves #142",
"is_bot": false,
"headline": "Throw exception if filename contains slash",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-23T12:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8a5e749a89078cbe43030451943f583a551a177",
"body": "Change methods to internal",
"is_bot": false,
"headline": "Merge pull request #187 from bizurkur/fix-internal",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2019-04-18T00:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0718b2df869dc5ea10e6a8162579af23ae7a969e",
"body": "- These were previously marked as deprecated.",
"is_bot": false,
"headline": "Change methods to internal",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-17T11:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96035bb5b612b45068b753a6e6a9b213bd692dd9",
"body": "Fix `@type` to `@var`",
"is_bot": false,
"headline": "Merge pull request #186 from bizurkur/fix-doc-blocks",
"author_name": "Jaap van Otterdijk",
"author_login": "jaapio",
"committed_at": "2019-04-16T18:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8379db9a95d640279cd2c87e79d47235fb89d3eb",
"body": null,
"is_bot": false,
"headline": "Update `@deprecated` tag to `@api`",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-16T11:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac209c1c7b72ac4e991e5643747d7c45bf59334",
"body": "- vfsStreamFile allows any FileContent to be used as the file,\nhowever the interface is missing these methods so not every\nimplementation of FileContent would be acceptable.\n- All existing implementations contain these methods.",
"is_bot": false,
"headline": "Expanded interface to contain all required methods",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-16T11:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8893f492be656134f844b0b42a87a7a1d4700d52",
"body": null,
"is_bot": false,
"headline": "Fix phpstan errors",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-16T01:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fb68f353f986acd97de188d4933475abbea716",
"body": "- @type is not a valid phpdoc tag.\n- See https://docs.phpdoc.org/references/phpdoc/index.html",
"is_bot": false,
"headline": "Replace @type with @var",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-15T23:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37533ae706cc740d758cdb2cc1981f5447d15be1",
"body": "Install phpstan",
"is_bot": false,
"headline": "Merge pull request #180 from bizurkur/install-phpstan",
"author_name": "Luke",
"author_login": "bizurkur",
"committed_at": "2019-04-15T23:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49799c290a1dabc2fdd33564dd7cef6519c676f1",
"body": null,
"is_bot": false,
"headline": "Ignore phpstan issue with STDOUT",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-15T11:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9e841d1beb951486b24d49099e1747aabc173c",
"body": null,
"is_bot": false,
"headline": "Re-add explicit type check",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-14T11:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8254b025a9607cb46d85ea775c0d0b788458e167",
"body": null,
"is_bot": false,
"headline": "Don't run phpstan on multiple platforms",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-14T11:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef553b270205a815a9e74f75c5297235f67d533b",
"body": "- In php 7+, substr no longer returns false",
"is_bot": false,
"headline": "Removed unnecessary type check",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-14T11:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea455bb892aed06df6e177012e09602ec6f73b20",
"body": null,
"is_bot": false,
"headline": "Add phpstan to build process",
"author_name": "bizurkur",
"author_login": null,
"committed_at": "2019-04-13T03:35:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 0,
"latest_release_at": "2024-08-29T18:46:22Z",
"latest_release_tag": "v1.6.12",
"releases_from_tags": false,
"days_since_last_push": 691,
"active_weeks_last_year": 0,
"days_since_latest_release": 691,
"mean_days_between_releases": 287.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mikey179/vfsstream",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/mikey179/vfsstream",
"is_deprecated": false,
"latest_version": "v1.6.12",
"repository_url": "https://github.com/bovigo/vfsStream",
"versions_count": 23,
"total_downloads": 115585380,
"dependents_count": 3025,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1974808,
"first_published_at": null,
"latest_published_at": "2024-08-29T18:43:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 691
}
]
},
"popularity": {
"forks": 104,
"stars": 1436,
"watchers": 39,
"fork_history": {
"days": [
{
"date": "2011-08-22",
"count": 1
},
{
"date": "2011-10-24",
"count": 1
},
{
"date": "2011-11-04",
"count": 1
},
{
"date": "2011-11-28",
"count": 1
},
{
"date": "2011-12-21",
"count": 1
},
{
"date": "2012-03-23",
"count": 1
},
{
"date": "2012-04-27",
"count": 1
},
{
"date": "2012-05-02",
"count": 1
},
{
"date": "2012-05-09",
"count": 1
},
{
"date": "2012-08-06",
"count": 1
},
{
"date": "2012-09-28",
"count": 1
},
{
"date": "2012-10-23",
"count": 1
},
{
"date": "2012-11-07",
"count": 1
},
{
"date": "2013-03-12",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-04-07",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-11-12",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-02-24",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-19",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-04-06",
"count": 1
},
{
"date": "2014-05-02",
"count": 1
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-01",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-11-01",
"count": 1
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2014-12-22",
"count": 1
},
{
"date": "2015-01-14",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-03-17",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-06-30",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2016-04-28",
"count": 1
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-02-04",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-03-23",
"count": 2
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-10-16",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-03-15",
"count": 2
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 104,
"total_forks": 104
},
"star_history": null,
"open_issues_and_prs": 37
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 30238,
"source_files_sampled": 94,
"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": "9.5.8",
"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": 175
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 44,
"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": "bovigo/assert",
"direct": false,
"version": "6.2.0",
"ecosystem": "packagist"
},
{
"name": "bovigo/callmap",
"direct": false,
"version": "6.2.1",
"ecosystem": "packagist"
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"direct": false,
"version": "0.7.1",
"ecosystem": "packagist"
},
{
"name": "doctrine/coding-standard",
"direct": false,
"version": "8.2.1",
"ecosystem": "packagist"
},
{
"name": "doctrine/instantiator",
"direct": false,
"version": "1.4.0",
"ecosystem": "packagist"
},
{
"name": "myclabs/deep-copy",
"direct": false,
"version": "1.10.2",
"ecosystem": "packagist"
},
{
"name": "nikic/php-parser",
"direct": false,
"version": "4.12.0",
"ecosystem": "packagist"
},
{
"name": "phar-io/manifest",
"direct": false,
"version": "2.0.3",
"ecosystem": "packagist"
},
{
"name": "phar-io/version",
"direct": false,
"version": "3.1.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-common",
"direct": false,
"version": "2.2.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-docblock",
"direct": false,
"version": "5.2.2",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/type-resolver",
"direct": false,
"version": "1.4.0",
"ecosystem": "packagist"
},
{
"name": "phpspec/prophecy",
"direct": false,
"version": "1.13.0",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpdoc-parser",
"direct": false,
"version": "0.4.9",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": "0.12.94",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-deprecation-rules",
"direct": false,
"version": "0.12.6",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-phpunit",
"direct": false,
"version": "0.12.21",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-code-coverage",
"direct": false,
"version": "9.2.6",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-file-iterator",
"direct": false,
"version": "3.0.5",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-invoker",
"direct": false,
"version": "3.1.1",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-text-template",
"direct": false,
"version": "2.0.4",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-timer",
"direct": false,
"version": "5.0.3",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": "9.5.8",
"ecosystem": "packagist"
},
{
"name": "sebastian/cli-parser",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit",
"direct": false,
"version": "1.0.8",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"direct": false,
"version": "2.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/comparator",
"direct": false,
"version": "4.0.6",
"ecosystem": "packagist"
},
{
"name": "sebastian/complexity",
"direct": false,
"version": "2.0.2",
"ecosystem": "packagist"
},
{
"name": "sebastian/diff",
"direct": false,
"version": "4.0.4",
"ecosystem": "packagist"
},
{
"name": "sebastian/environment",
"direct": false,
"version": "5.1.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/exporter",
"direct": false,
"version": "4.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/global-state",
"direct": false,
"version": "5.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/lines-of-code",
"direct": false,
"version": "1.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-enumerator",
"direct": false,
"version": "4.0.4",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-reflector",
"direct": false,
"version": "2.0.4",
"ecosystem": "packagist"
},
{
"name": "sebastian/recursion-context",
"direct": false,
"version": "4.0.4",
"ecosystem": "packagist"
},
{
"name": "sebastian/resource-operations",
"direct": false,
"version": "3.0.3",
"ecosystem": "packagist"
},
{
"name": "sebastian/type",
"direct": false,
"version": "2.3.4",
"ecosystem": "packagist"
},
{
"name": "sebastian/version",
"direct": false,
"version": "3.0.2",
"ecosystem": "packagist"
},
{
"name": "slevomat/coding-standard",
"direct": false,
"version": "6.4.1",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": "3.6.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": false,
"version": "1.23.0",
"ecosystem": "packagist"
},
{
"name": "theseer/tokenizer",
"direct": false,
"version": "1.2.1",
"ecosystem": "packagist"
},
{
"name": "webmozart/assert",
"direct": false,
"version": "1.10.0",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 44,
"direct_count": 0,
"indirect_count": 44
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 74,
"open_issues": 27,
"closed_ratio": 0.839,
"closed_issues": 141,
"closed_unmerged_prs": 46
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jaapio",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/1060433?v=4"
},
{
"type": "User",
"login": "bizurkur",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/16649887?v=4"
},
{
"type": "User",
"login": "allejo",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1246453?v=4"
},
{
"type": "User",
"login": "arvenil",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/450355?v=4"
},
{
"type": "User",
"login": "voda",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/290157?v=4"
},
{
"type": "User",
"login": "sndsgd",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5289973?v=4"
},
{
"type": "User",
"login": "kornrunner",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/725986?v=4"
},
{
"type": "User",
"login": "jsmitty12",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/149391?v=4"
},
{
"type": "User",
"login": "acoulton",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/416566?v=4"
},
{
"type": "User",
"login": "sebkrueger",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1439494?v=4"
}
],
"contributors_sampled": 34,
"top_contributor_share": 0.228
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"phpcs.yml",
"phpstan.yml",
"runTests.yml"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"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": 5,
"reason": "Found 7/14 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "dd9277d9d27b5406f903e6b06df99825c32ea3b2",
"ran_at": "2026-07-22T17:26:36Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 221,
"created_at": "2020-02-25T15:40:56Z",
"last_comment_at": "2020-07-06T11:35:00Z",
"last_comment_author": "mikey179"
},
{
"number": 224,
"created_at": "2020-02-26T13:22:10Z",
"last_comment_at": "2020-02-27T09:27:51Z",
"last_comment_author": "mikey179"
},
{
"number": 225,
"created_at": "2020-02-27T22:27:30Z",
"last_comment_at": "2020-02-28T14:10:41Z",
"last_comment_author": "mikey179"
},
{
"number": 268,
"created_at": "2021-09-21T08:56:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 279,
"created_at": "2022-10-17T05:00:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 285,
"created_at": "2023-09-11T05:01:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 287,
"created_at": "2024-01-18T20:12:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 295,
"created_at": "2025-10-27T13:32:09Z",
"last_comment_at": "2025-11-14T17:41:01Z",
"last_comment_author": "Chris53897"
},
{
"number": 296,
"created_at": "2025-10-30T09:02:40Z",
"last_comment_at": "2025-11-23T19:20:02Z",
"last_comment_author": "Chris53897"
},
{
"number": 297,
"created_at": "2025-10-30T09:44:11Z",
"last_comment_at": "2025-11-14T17:41:19Z",
"last_comment_author": "Chris53897"
}
],
"last_merged_pr_at": "2024-08-29T17:28:35Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 15,
"created_at": "2011-07-21T11:51:45Z",
"last_comment_at": "2015-06-07T12:03:23Z",
"last_comment_author": "mikey179"
},
{
"number": 66,
"created_at": "2013-10-30T19:09:05Z",
"last_comment_at": "2013-11-01T21:27:40Z",
"last_comment_author": "mikey179"
},
{
"number": 109,
"created_at": "2015-04-06T07:38:26Z",
"last_comment_at": "2015-04-09T20:22:48Z",
"last_comment_author": "v1nc3n4"
},
{
"number": 126,
"created_at": "2015-12-29T05:01:27Z",
"last_comment_at": "2025-12-24T03:32:14Z",
"last_comment_author": "tt4g"
},
{
"number": 141,
"created_at": "2017-01-18T06:45:15Z",
"last_comment_at": "2017-02-20T06:31:59Z",
"last_comment_author": "shanept"
},
{
"number": 181,
"created_at": "2019-04-14T08:45:15Z",
"last_comment_at": "2019-04-15T22:36:20Z",
"last_comment_author": "bizurkur"
},
{
"number": 183,
"created_at": "2019-04-15T22:51:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 184,
"created_at": "2019-04-15T22:57:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 191,
"created_at": "2019-07-23T00:34:00Z",
"last_comment_at": "2019-09-27T04:45:25Z",
"last_comment_author": "bizurkur"
},
{
"number": 211,
"created_at": "2020-02-17T12:59:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 213,
"created_at": "2020-02-18T09:53:04Z",
"last_comment_at": "2020-02-19T09:09:34Z",
"last_comment_author": "mikey179"
},
{
"number": 222,
"created_at": "2020-02-25T18:20:18Z",
"last_comment_at": "2020-02-26T14:24:39Z",
"last_comment_author": "mikey179"
},
{
"number": 228,
"created_at": "2020-04-20T12:20:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 242,
"created_at": "2020-09-02T23:59:48Z",
"last_comment_at": "2021-06-07T13:03:26Z",
"last_comment_author": "rask"
},
{
"number": 255,
"created_at": "2021-05-28T16:31:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 256,
"created_at": "2021-05-28T18:41:36Z",
"last_comment_at": "2021-05-29T08:46:57Z",
"last_comment_author": "mvorisek"
},
{
"number": 264,
"created_at": "2021-08-03T09:42:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 266,
"created_at": "2021-09-06T09:10:55Z",
"last_comment_at": "2021-09-16T01:15:08Z",
"last_comment_author": "bizurkur"
},
{
"number": 271,
"created_at": "2022-02-23T01:58:10Z",
"last_comment_at": "2022-07-26T00:55:37Z",
"last_comment_author": "andypost"
},
{
"number": 275,
"created_at": "2022-07-08T22:49:10Z",
"last_comment_at": "2022-07-10T16:35:59Z",
"last_comment_author": "danon"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bovigo/vfsStream",
"host": "github.com",
"name": "vfsStream",
"owner": "bovigo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 34,
"inputs": {
"security": 55,
"vitality": 21,
"community": 86,
"governance": 69,
"engineering": 53,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 56,
"overall_after_abandonment_multiplier": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.99,
"days_since_last_push": 691,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 691 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 691
}
}
],
"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": 16,
"latest_release_tag": "v1.6.12",
"releases_from_tags": false,
"days_since_latest_release": 691,
"mean_days_between_releases": 287.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 691 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 691
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~287.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 287.3
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 10,
"unanswered_open_issues": 17,
"days_since_last_merged_pr": 691,
"days_since_last_human_commit": 1457,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1457 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1457,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 86,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 104,
"stars": 1436,
"watchers": 39,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,436 stars",
"points": 51.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1436
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "104 forks",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 104
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "39 watchers",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 39
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mikey179/vfsstream"
],
"dependents": 3025,
"ecosystems": "packagist",
"total_downloads": 115585380,
"monthly_downloads": 1974808
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,974,808 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1974808,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "3,025 packages depend on it",
"points": 20,
"status": "met",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 3025
}
}
],
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 34,
"top_contributor_share": 0.228
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 23% of commits",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 23
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "34 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 34
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 74,
"open_issues": 27,
"closed_issues": 141,
"issue_closed_ratio": 0.839,
"closed_unmerged_prs": 46
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "74/120 decided PRs merged",
"points": 23.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 74,
"decided": 120
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/14 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "bovigo",
"public_repos": 5,
"account_age_days": 3612
},
"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": "1 followers of bovigo",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "bovigo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~9 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"mikey179/vfsstream"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 691
},
"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 691 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 691
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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 9 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": 60,
"inputs": {
"topics": [
"vfsstream",
"php",
"testing",
"filesystem"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"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/14 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": "excellent",
"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 44 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": 44
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 44,
"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": "excellent",
"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": 44,
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 21
},
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.354,
"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": "35 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"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.01
},
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"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": 30238,
"source_files_sampled": 94,
"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/94 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 94,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:27:03.416298Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bovigo/vfsStream.svg",
"full_name": "bovigo/vfsStream",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}