Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"php",
"mapi",
"outlook"
],
"is_fork": false,
"size_kb": 96,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 88669
},
"pushed_at": "2026-08-01T04:45:58Z",
"created_at": "2018-07-26T13:59:05Z",
"owner_type": "User",
"updated_at": "2026-08-01T04:44:04Z",
"description": "A PHP library for reading MAPI documents (Outlook .msg files)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "hfig",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29371182?v=4",
"created_at": "2017-06-12T08:49:11Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 3336
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2026-08-01T04:45:58Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2025-06-14T06:16:10Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2024-10-26T10:55:48Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-05-10T12:55:35Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-06-12T07:45:59Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-03-18T09:40:30Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2020-12-05T06:35:58Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2020-08-23T08:14:00Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2019-11-21T11:37:12Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2019-09-26T07:46:42Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2019-01-27T10:49:18Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2018-11-19T11:31:16Z"
}
],
"recent_commits": [
{
"oid": "5367b051ca6e57c7300865f6cd2d657d57155d93",
"body": null,
"is_bot": false,
"headline": "chore(deps): support Symfony 8.x (#56)",
"author_name": "Thomas Durand",
"author_login": "dt-thomas-durand",
"committed_at": "2026-08-01T04:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa99863b96fc972c04a20c67d6278fcfb3516f40",
"body": null,
"is_bot": false,
"headline": "Explicitly mark nullable arguments (PHP8.4 compat)",
"author_name": "David Isaacs",
"author_login": "hfig",
"committed_at": "2025-06-14T06:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc78b48c5341b3b4326c983e0297cda8799b7fe",
"body": null,
"is_bot": false,
"headline": "Allow symfony/yaml 3.4 (#52) for some reason",
"author_name": "Houssemeddine Souissi",
"author_login": "HoussemTN",
"committed_at": "2025-06-14T05:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970c31f7dff4eb9e65bb4600d2a15a8234c1d09b",
"body": null,
"is_bot": false,
"headline": "Handle when GUID is out of bounds instead of throwing error (#53)",
"author_name": "swikrit",
"author_login": null,
"committed_at": "2025-06-14T05:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5aa9e2bd0034b9ef220cd3f62feb048733c45ce",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2024-10-26T10:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c50103145b9f59dc94754a6c2aa129f801033cc",
"body": "* In case the exact returntype is not yet possible, add it in docblock with a ReturnTypeWillChange-attribute.\r\n* Changed some instances of \"static public function foo()\" to \"public\r\n static function foo()\".\r\n* Added \"public\" to all constants which were public implicitly",
"is_bot": false,
"headline": "Add returntypes where possible (#48)",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2024-10-26T10:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "122fd5fe2d9d7ed45d37d39d02aa12e1d976cd9b",
"body": null,
"is_bot": false,
"headline": "Require pear/ole stable, now it exists",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2024-05-10T12:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b864c74377ddcc34a298ca71b872c676be17f9",
"body": "Allow symfony/yaml@7",
"is_bot": false,
"headline": "Update symfony/yaml to 7.x (#45)",
"author_name": "Marc-Etienne Barrut",
"author_login": "Arzaroth",
"committed_at": "2024-05-10T12:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed571ec4cf7e9138b8f47df3be9a97a09de73f2",
"body": "Remove PHP 7 reference from README",
"is_bot": false,
"headline": "Update README.md",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2023-06-12T07:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265811e11e4c768f5b239e949cb81f993a0551cb",
"body": null,
"is_bot": false,
"headline": "Enable more dependency versions (#42)",
"author_name": "Matteo Costantini",
"author_login": "matteocostantini",
"committed_at": "2023-06-12T07:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18c878f9deb342775f7e3dc4d9b95bb7ac6580a",
"body": "…ring apparent file corruption\n\n* catching the exception when adding invalid/empty headers and body\r\n* conditional exceptions\r\n* Revert \"conditional exceptions\"\r\n\r\n---------\r\n\r\nCo-authored-by: Richard Toth <richard.toth@fortix.com.au>",
"is_bot": false,
"headline": "MIME conversion with Swiftmailer - exception swallowing when encounte…",
"author_name": "Alexander Drichel",
"author_login": "adrichel",
"committed_at": "2023-06-12T07:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f96762e50fd4a649f8825f08b293742d09befa",
"body": "allow use with other versions of psr/log",
"is_bot": false,
"headline": "Merge pull request #34 from LukeUsher/patch-1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2022-03-17T11:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23942a39a0a9287c8155b01741023bdefe07e882",
"body": "There's no reason to require psr/log:1.1 and some consumers of the library may have weird dependency limitations.",
"is_bot": false,
"headline": "Revert psr/log minimum version to 1.0",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2022-03-17T11:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "776edea97b008f94094c33f2986cda29ee87cd7c",
"body": "Params for sprintf corrected",
"is_bot": false,
"headline": "Merge pull request #31 from mathiasz76/patch-1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2022-03-17T11:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51799836a2f5c09701d2514dc757b41c7869346f",
"body": null,
"is_bot": false,
"headline": "allow use with other versions of psr/log",
"author_name": "Luke Usher",
"author_login": "LukeUsher",
"committed_at": "2022-03-14T09:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cad1c43f4dfbb376b268c6d88ca533c72dacc9",
"body": "PHP Warning: Array to string conversion in ...",
"is_bot": false,
"headline": "Params for sprintf corrected",
"author_name": "mathiasz76",
"author_login": "mathiasz76",
"committed_at": "2022-02-14T11:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692ff02edf35580cba1988590fb58d569cea1003",
"body": "Make package available for php 8",
"is_bot": false,
"headline": "Merge pull request #23 from ChristianVermeulen/patch-1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2021-03-18T09:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0813ebd5dc0af5be3634b62b2907fcc04929ccb",
"body": "Since the package seems to be completely compatible with PHP 8 I went ahead and added PHP 8 support in composer. This is currently preventing us upgrading to PHP 8.",
"is_bot": false,
"headline": "Make package available for php 8",
"author_name": "Christian Vermeulen",
"author_login": "ChristianVermeulen",
"committed_at": "2021-03-17T14:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21770c855f9bc02ea6127ad1c066849e5198fc7",
"body": "Moved to RC8 of pear/OLE",
"is_bot": false,
"headline": "Merge pull request #22 from risototh/master",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2021-03-14T01:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126589079af37df21196199a3ba75d69ad217110",
"body": "…me msg files",
"is_bot": false,
"headline": "moved to RC8 of pear/OLE, fixed one place that caused crashes with so…",
"author_name": "Richard Toth",
"author_login": null,
"committed_at": "2021-03-08T08:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa6f64ed2969e7422b4053c2dc6ca018aa31c83",
"body": "fixed incompatible call",
"is_bot": false,
"headline": "Merge pull request #21 from fortix/fixed-incompatible-call",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-12-05T06:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69221f117b7ab83136f00c7e8a6beedd8e0824b1",
"body": "fixed document creation from stream (ported from pear/ole#16)",
"is_bot": false,
"headline": "Merge pull request #20 from fortix/create-from-stream-fix",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-12-05T06:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03383b6b28920ddefba15a89031888ab86f244e9",
"body": null,
"is_bot": false,
"headline": "fixed incompatible call",
"author_name": "Richard Toth",
"author_login": null,
"committed_at": "2020-12-02T08:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d6135f38668071fa95f4b5403f314ba33da2cc",
"body": null,
"is_bot": false,
"headline": "fixed document creation from stream",
"author_name": "Richard Toth",
"author_login": null,
"committed_at": "2020-12-02T07:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d2c767bd81cb930057a4dc40b47e56e9e385164",
"body": "added getter for properties to Message class",
"is_bot": false,
"headline": "Merge pull request #16 from unstoppablecarl/patch-1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-08-23T08:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8670de0af77bfd2f253322d0918e2e183c277f06",
"body": "Removed unusable/incomplete classes with incorrect namespace declaration",
"is_bot": false,
"headline": "Merge pull request #14 from Arzaroth/psr4",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-08-23T08:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db6fe40d9d091b12807e3ee1eedb701ac198363",
"body": null,
"is_bot": false,
"headline": "added getter for properties to Message class",
"author_name": "Carl Olsen",
"author_login": "unstoppablecarl",
"committed_at": "2020-08-12T17:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a559058927a07b03b032d288baf174625c636e",
"body": null,
"is_bot": false,
"headline": "Removed broken/unusable ZBateson adapter",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-08-05T11:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52e3dfa61c96109b6a521de4ec1512c5893f827a",
"body": "update symfony/yaml",
"is_bot": false,
"headline": "Merge pull request #13 from Arzaroth/deps",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-08-05T11:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912746980fec04f18a64ad374960bccd7a6986ab",
"body": null,
"is_bot": false,
"headline": "update symfony/yaml",
"author_name": "Marc-Etienne Barrut",
"author_login": null,
"committed_at": "2020-07-29T14:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1fdd1724fb7a7fe94a5179a950d4623df25c93",
"body": null,
"is_bot": false,
"headline": "psr4 compliance",
"author_name": "Marc-Etienne Barrut",
"author_login": null,
"committed_at": "2020-07-29T14:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0870ecfa3c4094b61b66e6431df438c2b96115",
"body": "update ramsey/uuid dependency to support v4",
"is_bot": false,
"headline": "Merge pull request #12 from sietzekeuning/master",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2020-07-18T06:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91943eebffd2d6820cf8a172ec7f25d2400d4054",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Sietze Keuning",
"author_login": "sietzekeuning",
"committed_at": "2020-07-15T14:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbe8f69d38d7269096f79520eb1ad14876c703e",
"body": null,
"is_bot": false,
"headline": "update ramsey/uuid",
"author_name": "Sietze Keuning",
"author_login": "sietzekeuning",
"committed_at": "2020-07-15T11:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e4d0a327806279eaa8e0ecf4a34cdcddab74d5",
"body": "Separate PT_CLSID from PT_MV_CLSID",
"is_bot": false,
"headline": "Merge pull request #8 from adjenks/master",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2019-11-21T11:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6812fcd5d4800f714277c5261740c346b15291ae",
"body": "PT_CLSID and PT_MV_CLSID have different structures.\r\nPT_CLSID doesn't have a COUNT field in front of it so it doesn't need the call to substr() to trim the leading bytes.\r\nWhen PT_CLSID was encountered it would throw a Ramsey\\Uuid\\Exception\\InvalidUuidStringException because\r\nthe UUID was too short.\r\nReference to fields:\r\nhttps://web.archive.org/web/20160814154216/http://www.imibo.com/LazyMAPI/MAPIPropTypesList.aspx",
"is_bot": false,
"headline": "Separate PT_CLSID from PT_MV_CLSID",
"author_name": "adjenks",
"author_login": "adjenks",
"committed_at": "2019-10-11T23:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4bb97b9056926abe2f5e36da2daa85403945dbb",
"body": null,
"is_bot": false,
"headline": "PR-4 requires PHP 7.1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2019-09-26T07:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d6d64010ad63ff775476da6fd06f4d8ca3dcd4",
"body": "Add unit-tests, getters for basic message-properties and improved time-parsing",
"is_bot": false,
"headline": "Merge pull request #4 from integr8rs/pr-1",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2019-09-25T12:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bfa6e351968b23a3ac4538043ecd225ad21e83",
"body": "* Replace implementation of OLE\\OleTime::getTimeFromOleTime\n* Add unittest for OLE\\OleTime::getTimeFromOleTime",
"is_bot": false,
"headline": "Add Message::getSendTime",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2019-09-17T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c57bdc712aea642eae799d126664921a6cffaaa",
"body": null,
"is_bot": false,
"headline": "Add Message\\Attachment::getInternetMessageId()",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2019-09-17T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515ce36fc3b5567efbdaf6a4c30993054b3b125d",
"body": null,
"is_bot": false,
"headline": "Remove double declaration of Message\\Attachment::$properties",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2019-09-17T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e6accad85790a1ab1d8d029361ba9ef31ffa793",
"body": null,
"is_bot": false,
"headline": "Add Message\\Attachment::getContentId()",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2019-09-17T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946ec1dbb8e94d2eb3999c25da9224c7a3557506",
"body": null,
"is_bot": false,
"headline": "Add basic unittest using PHPUnit",
"author_name": "Zombaya",
"author_login": "Zombaya",
"committed_at": "2019-09-17T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ce7d72dcaf6a4fa953794c814c8b5d58d531f8",
"body": "fix forgotten backward incompatibility",
"is_bot": false,
"headline": "Merge pull request #2 from khorsky/php72-compatibility",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2019-01-27T10:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "775c199ea037c9774d4107190958fb833e7e314d",
"body": null,
"is_bot": false,
"headline": "fix backward incompatibility",
"author_name": "Karel Horsky",
"author_login": "khorsky",
"committed_at": "2018-11-23T21:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2025d1a23abd4d2f4eccc4898cb4ed8f0a733c6b",
"body": "fix PHP 7.2+ compatibility",
"is_bot": false,
"headline": "Merge pull request #1 from khorsky/php72-compatibility",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-11-19T11:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7cd0bdd8907ed3c1ba934d0512ebe8aed09fac",
"body": null,
"is_bot": false,
"headline": "Upstream pear/ole has been fixed. Change dependency to use it.",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-11-19T11:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2ee695f86d2e52469b7f0fbaeb9a89306db5c49",
"body": null,
"is_bot": false,
"headline": "fix compatibility with PHP 7.2",
"author_name": "Karel Horsky",
"author_login": "khorsky",
"committed_at": "2018-10-26T09:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1613c8a1ec016cf687786539f984db15b19ab1f",
"body": null,
"is_bot": false,
"headline": "fix typo in variable name",
"author_name": "Karel Horsky",
"author_login": "khorsky",
"committed_at": "2018-10-26T09:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8e14c389cecdb160c836a24817dd95bb5470b2",
"body": null,
"is_bot": false,
"headline": "Just use a published fork of PEAR::OLE to simplify everything",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-29T07:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d37b3be2cef80fc841ad60ed8b141d7d0a055d5",
"body": null,
"is_bot": false,
"headline": "Fix install instructions",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-27T13:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e8f47cecacce1f84cea0f58be50547b0aa3f4ca",
"body": null,
"is_bot": false,
"headline": "Specify licence",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-27T13:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03d68bc0dee51cce1381f40b31087027fb56032",
"body": null,
"is_bot": false,
"headline": "Add composer.json",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-27T13:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61153c5783417e7fee82057eaa699cb9090b8d62",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master'",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-26T14:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c4b5a4fcf2c9a0b8c136ff19a8cbb585cecfc80",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-26T13:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea663ae0f9855c8d563cb1b9082a5687de3404e6",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "hfig",
"author_login": "hfig",
"committed_at": "2018-07-26T13:57:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 0,
"latest_release_at": "2026-08-01T04:45:58Z",
"latest_release_tag": "v1.4.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 277.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "hfig/mapi",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/hfig/mapi",
"is_deprecated": false,
"latest_version": "v1.4.3",
"repository_url": "https://github.com/hfig/MAPI",
"versions_count": 14,
"total_downloads": 533167,
"dependents_count": 1,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 31974,
"first_published_at": null,
"latest_published_at": "2026-08-01T04:43:56Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 42,
"stars": 43,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-06",
"count": 2
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2026-07-30",
"count": 1
}
],
"complete": true,
"collected": 41,
"total_forks": 42
},
"star_history": null,
"open_issues_and_prs": 12
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 16626,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 10,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "pear/ole",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
},
{
"name": "symfony/yaml",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.4||^4.1||^5.0||^6.0||^7.0||^8.0"
},
{
"name": "ramsey/uuid",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.8||^4.0"
},
{
"name": "psr/log",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0||^2.0||^3.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pear/ole",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "psr/log",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/uuid",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/yaml",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-bcmath",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-mbstring",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pear/pear-core-minimal",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "swiftmailer/swiftmailer",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 4,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 21,
"open_issues": 10,
"closed_ratio": 0.63,
"closed_issues": 17,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hfig",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/29371182?v=4"
},
{
"type": "User",
"login": "Zombaya",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/13340313?v=4"
},
{
"type": "User",
"login": "khorsky",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/160295?v=4"
},
{
"type": "User",
"login": "sietzekeuning",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11088108?v=4"
},
{
"type": "User",
"login": "adrichel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1708594?v=4"
},
{
"type": "User",
"login": "unstoppablecarl",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/913047?v=4"
},
{
"type": "User",
"login": "ChristianVermeulen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1062751?v=4"
},
{
"type": "User",
"login": "HoussemTN",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/33376041?v=4"
},
{
"type": "User",
"login": "LukeUsher",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/740003?v=4"
},
{
"type": "User",
"login": "Arzaroth",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5888705?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.58
},
"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": [],
"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 16 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": 8,
"reason": "Found 16/20 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5367b051ca6e57c7300865f6cd2d657d57155d93",
"ran_at": "2026-08-01T04:47:04Z",
"aggregate_score": 3.5,
"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": null,
"oldest_open_prs": [
{
"number": 35,
"created_at": "2022-06-08T06:59:57Z",
"last_comment_at": "2025-06-14T05:34:19Z",
"last_comment_author": "hfig"
},
{
"number": 50,
"created_at": "2024-11-22T16:42:27Z",
"last_comment_at": "2025-06-14T06:16:57Z",
"last_comment_author": "hfig"
}
],
"last_merged_pr_at": "2026-08-01T04:43:57Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2020-08-21T15:23:59Z",
"last_comment_at": "2020-08-23T08:28:28Z",
"last_comment_author": "hfig"
},
{
"number": 25,
"created_at": "2021-04-09T08:20:46Z",
"last_comment_at": "2024-05-13T13:40:30Z",
"last_comment_author": "LiaOkami"
},
{
"number": 27,
"created_at": "2021-06-25T21:48:31Z",
"last_comment_at": "2021-06-27T02:31:21Z",
"last_comment_author": "hfig"
},
{
"number": 28,
"created_at": "2021-06-28T15:49:13Z",
"last_comment_at": "2021-06-30T13:44:16Z",
"last_comment_author": "KAlamurov"
},
{
"number": 36,
"created_at": "2023-03-22T13:24:28Z",
"last_comment_at": "2023-06-12T07:40:30Z",
"last_comment_author": "hfig"
},
{
"number": 46,
"created_at": "2024-06-24T12:11:29Z",
"last_comment_at": "2024-07-14T09:09:59Z",
"last_comment_author": "hfig"
},
{
"number": 47,
"created_at": "2024-07-11T14:10:30Z",
"last_comment_at": "2024-07-14T09:05:04Z",
"last_comment_author": "hfig"
},
{
"number": 51,
"created_at": "2025-01-28T09:51:31Z",
"last_comment_at": "2025-05-08T21:11:21Z",
"last_comment_author": "swikrit"
},
{
"number": 54,
"created_at": "2026-05-11T10:35:20Z",
"last_comment_at": "2026-05-19T08:37:59Z",
"last_comment_author": "hfig"
},
{
"number": 55,
"created_at": "2026-06-15T08:58:54Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hfig/MAPI",
"host": "github.com",
"name": "MAPI",
"owner": "hfig"
},
"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": 35,
"vitality": 56,
"community": 49,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 38,
"ai_readiness": 29,
"weighted_overall_raw": 47
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 84,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v1.4.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 277.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~277.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 277.9
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"forks": 42,
"stars": 43,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "43 stars",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 43
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "42 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 42
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": 62,
"inputs": {
"packages": [
"hfig/mapi"
],
"dependents": 1,
"ecosystems": "packagist",
"total_downloads": 533167,
"monthly_downloads": 31974
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "31,974 downloads/month across packagist",
"points": 60.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 31974,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1 packages depend on it",
"points": 2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1
}
}
],
"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": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.58
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 71,
"inputs": {
"merged_prs": 21,
"open_issues": 10,
"closed_issues": 17,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.63,
"closed_unmerged_prs": 6,
"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": "63% of issues closed",
"points": 26.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 63
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/27 decided PRs merged",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 27
}
}
],
"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 16/20 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "hfig",
"public_repos": 6,
"account_age_days": 3336
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of hfig",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "hfig"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~9 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"hfig/mapi"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 38,
"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 16 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": [
"php",
"mapi",
"outlook"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.5
},
"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 16 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 16/20 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"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": 29,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.446,
"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": "25 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 56",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 56
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 16626,
"source_files_sampled": 36,
"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/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"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": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T04:47:21.176212Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hfig/MAPI.svg",
"full_name": "hfig/MAPI",
"license_state": "standard",
"license_spdx": "MIT"
}