原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"php",
"libreoffice-impress",
"powerpoint",
"odp",
"ppt",
"pptx",
"presentation",
"office",
"mspowerpoint",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 143293,
"has_wiki": false,
"homepage": "https://phpoffice.github.io/PHPPresentation",
"languages": {
"PHP": 2227648
},
"pushed_at": "2026-07-24T17:12:22Z",
"created_at": "2012-06-11T22:34:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T17:12:30Z",
"description": "A pure PHP library for reading and writing presentations documents ",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "http://github.com/PHPOffice",
"name": "PHPOffice",
"type": "Organization",
"login": "PHPOffice",
"company": null,
"location": "The Internet",
"followers": 657,
"avatar_url": "https://avatars.githubusercontent.com/u/1836015?v=4",
"created_at": "2012-06-10T17:20:04Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 5156
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-07-23T11:56:08Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2024-09-01T07:45:49Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2021-11-25T08:48:24Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2017-07-05T12:13:41Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2017-04-03T12:43:38Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2016-09-12T10:38:51Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2016-01-24T11:05:56Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2015-10-08T10:51:06Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2015-07-07T10:05:16Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2014-09-22T11:24:53Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2014-07-22T10:18:50Z"
}
],
"recent_commits": [
{
"oid": "2b29ad874221854f84ab7846daa264e54a3b6094",
"body": null,
"is_bot": false,
"headline": "Fix code coverage configuration for PHPUnit 10+ (#895)",
"author_name": "slayerfx",
"author_login": "slayerfx",
"committed_at": "2026-07-24T17:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb4cc77279bf8d37b149ca4edfc104418a499bf0",
"body": "* Guard imagedestroy() calls behind a PHP version check (#886)\n\n* Add PHP 8.5 to the CI matrix (#886)",
"is_bot": false,
"headline": "Guard imagedestroy() calls behind a PHP version check (#886) (#893)",
"author_name": "slayerfx",
"author_login": "slayerfx",
"committed_at": "2026-07-02T16:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e915b79caa1bbf1036cac8f77b36ac6b2d6235",
"body": null,
"is_bot": false,
"headline": "Raise minimum PHP version to 7.4 (#894)",
"author_name": "slayerfx",
"author_login": "slayerfx",
"committed_at": "2026-07-02T15:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4942bae52f6fd4e0680aa281bf995c4084b8b802",
"body": "* update dependency\n\n* update changelog 1.2.0\n\n* add 1.3.0.md\n\n* update test\n\n* revert",
"is_bot": false,
"headline": "Bump PHPSpreadsheet dependency (#879)",
"author_name": "seanlynchwv",
"author_login": "seanlynchwv",
"committed_at": "2025-10-24T19:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7018fd8025781a1a2441eeb51d9cac388e91a35c",
"body": "* add rotation\n\n* remove .idea\n\n* set view3D conditionally to enable angle offset\n\n* make pie-direction conditional\n\n* remove comment\n\n* remove direction\n\n* fix tests\n\n* remove comment\n\n* update changelog\n\n* update changelog\n\n* update gitignore\n\n* remove int type\n\n* fix cs-fixer\n\n* fix cs-fixer\n\n* Update src/PhpPresentation/Shape/Chart/Type/Doughnut.php\n\nCo-authored-by: Progi1984 <progi1984@gmail.com>\n\n* add unit test\n\n* update var name\n\n---------\n\nCo-authored-by: Progi1984 <progi1984@gmail.com>",
"is_bot": false,
"headline": "Added setFirstSliceAngle to Doughnut Chart (#872)",
"author_name": "seanlynchwv",
"author_login": "seanlynchwv",
"committed_at": "2025-09-02T16:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9cdcd413e2d463ba3198f912f32716adc88f340",
"body": "Co-authored-by: Progi1984 <progi1984@gmail.com>",
"is_bot": false,
"headline": "Smaller package size by using export-ignore (#862)",
"author_name": "Nicolas Reynis",
"author_login": "nreynis",
"committed_at": "2025-06-06T10:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c269c9396c7277c19883c8eafaefe65336ef2d",
"body": "Co-authored-by: Progi1984 <progi1984@gmail.com>",
"is_bot": false,
"headline": "PHPSpreadsheet - Allow version 4.0 (#861)",
"author_name": "Nicolas Reynis",
"author_login": "nreynis",
"committed_at": "2025-06-06T10:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c4f1f36d82a0dfb06cc46684585c1aad77f1e4",
"body": "This reverts commit 5636758f13300e06351ab5025434b48165bd098a.\n\nBecause there is still a blocking issue according to https://github.com/PHPOffice/PHPPresentation/issues/859#issuecomment-2826557276",
"is_bot": false,
"headline": "Revert \"Release 1.2.0\"",
"author_name": "Adrien Crivelli",
"author_login": "PowerKiKi",
"committed_at": "2025-04-24T07:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91553ed71754d8f97fff717365931e8ed210b62d",
"body": null,
"is_bot": false,
"headline": "No more `develop` branch",
"author_name": "Adrien Crivelli",
"author_login": "PowerKiKi",
"committed_at": "2025-04-24T06:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a358035c7c09d3398547d5ba4b18350b4524dbf",
"body": null,
"is_bot": false,
"headline": "There's never been a CONTRIBUTING.md in this repo",
"author_name": "Adrien Crivelli",
"author_login": "PowerKiKi",
"committed_at": "2025-04-24T06:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdefe4a294f825321b737aca575f9eda2e23ba0e",
"body": null,
"is_bot": false,
"headline": "PHPOffice Twitter account has been inactive since 2019",
"author_name": "Adrien Crivelli",
"author_login": "PowerKiKi",
"committed_at": "2025-04-24T06:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5636758f13300e06351ab5025434b48165bd098a",
"body": null,
"is_bot": false,
"headline": "Release 1.2.0",
"author_name": "Adrien Crivelli",
"author_login": "PowerKiKi",
"committed_at": "2025-04-24T06:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2919ce7972485af6761222d0ebd70e165e51056f",
"body": "…dent (#857)",
"is_bot": false,
"headline": "PhpOffice\\PhpPresentation\\Style\\TextStyle : Fixed typo for default in…",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-03-06T12:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b5b38cd695d5d9f99b19820dc6ce14390eec04",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Reader : Support for BarChart (#856)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-03-04T17:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9213b69fef933fb07a84920ecf60942b717e15",
"body": null,
"is_bot": false,
"headline": "PDF/HTML Writer : Added support (#855)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-02-25T18:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70cf1918a7f0a5deb55523ad9b227a51bdd6a139",
"body": null,
"is_bot": false,
"headline": "ODPresentation Writer : Support for rotation for RichText (#409)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-02-24T13:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16f996523f1b05fe90e986be3418d4fd299bde3",
"body": null,
"is_bot": false,
"headline": "CI: Added ODFValidator (#653)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-02-21T07:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fa00fd8b0bee755562f0786e6be65a3cea624c",
"body": "* Fixed fonts in the generated file after usiong a reader\n\n* Addressing Compatibility Issues Causing Crashes\n\n* Fix unit\n\n* Contribution : Fixed some errors\n\n---------\n\nCo-authored-by: ag3202 <ag3202@126.com>",
"is_bot": false,
"headline": "PowerPoint2007 Reader : Fixed loading of fonts (#851)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-02-03T07:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b926b71ca7c120595e0c3728d077e4a32a0d3bfe",
"body": null,
"is_bot": false,
"headline": "Reader : Option to not load images (#850)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-02-03T06:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c691a458dc9fe3c29a0d2814b838309973f14707",
"body": "Co-authored-by: mhasanshahid <m.hasan.shahid12@gmail.com>",
"is_bot": false,
"headline": "`createAutoShape` : Add method to create geometric shapes (#848)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-27T12:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16456de956329d4a76e2946dbf5240162a468e5",
"body": null,
"is_bot": false,
"headline": "ODPresentation Reader : Read differents units for margin (#847)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-27T12:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0921a5467204f226a09300e69e36f9309520f4",
"body": null,
"is_bot": false,
"headline": "`createDrawingShape` has no container defined (#845)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-23T13:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3d2f5c04a42507d9678a9b2f3b37fbf9b34381",
"body": null,
"is_bot": false,
"headline": "Word2007 Writer: LineChart supports LabelPosition for Series (#844)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-20T12:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1e92edfa08b35e0a1bc5a25d62e827256e2583",
"body": "…lse (#843)\n\n* SetImageResource receives the output from imagecreatetruecolor which can also be false or GdImage\n\n* fix linter error\n\n* `Gd::setImageResource()` : Fixed when imagecreatetruecolor returns false\n\n* Fixed PHPCSFixer\n\n* Fixed changelog\n\n---------\n\nCo-authored-by: Jaap den Hollander <jaapdh@yahoo.com>",
"is_bot": false,
"headline": "`Gd::setImageResource()` : Fixed when imagecreatetruecolor returns fa…",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-17T11:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7dd41c824c20cfbe6d9f5f1d4f9c06f12758d16",
"body": null,
"is_bot": false,
"headline": "Word2007 Reader: Fixed panose with 20 characters (#842)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-15T12:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9da8968e8afe79ffa6415d8294b9864b703060",
"body": null,
"is_bot": false,
"headline": "Word2007 Reader: Fixed cast of color (#840)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-07T12:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e150df8c35022abba0fa31aa287302ad423a614e",
"body": "… 3.0 (#839)\n\n* Added support for PHP 8.4\n\n* `phpoffice/phpspreadsheet`: Allow version 3.0",
"is_bot": false,
"headline": "Added support for PHP 8.4 & `phpoffice/phpspreadsheet`: Allow version…",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2025-01-07T11:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41254381b558a27a7ba44d62fa6fc7d0f706f1c",
"body": "It was missing but it works.\r\n\r\nThere are also 3 Sample_12 files missing. But they do not work mainly because PhpPptTree does not exists.",
"is_bot": false,
"headline": "Added Sample_02_Serialized to composer samples (#834)",
"author_name": "kw-pr",
"author_login": "kw-pr",
"committed_at": "2024-12-12T19:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "094c022dc17810b9fddb3f215d0d6496acfa1b37",
"body": "* chore: run php-cs-fixer\r\n\r\n* chore: run php-cs-fixer tests\r\n\r\n* changelog update\r\n\r\n* Fixed changelog\r\n\r\n---------\r\n\r\nCo-authored-by: Progi1984 <progi1984@gmail.com>",
"is_bot": false,
"headline": "chore: run php-cs-fixer (#835)",
"author_name": "kw-pr",
"author_login": "kw-pr",
"committed_at": "2024-12-12T14:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04700ed5deac24aab64de05048ecff03f89e8ab2",
"body": "OffsetX/Y, ExtentX/Y, Width and Height are always calculated to prevent desync between Group and contained shapes.",
"is_bot": false,
"headline": "Moving a Group (shape container) now moves all contained shapes. (#690)",
"author_name": "Dennis Birkholz",
"author_login": "DennisBirkholz",
"committed_at": "2024-09-12T13:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b75773a8e68fb450038d9fc0a259aae46c9bc36",
"body": null,
"is_bot": false,
"headline": "Word2007 Reader: Fixed cast of spacing (#818)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-09-05T07:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc13e4c98ad98ff8e074d46b36ed3ee9c5bc4b16",
"body": null,
"is_bot": false,
"headline": "`phpoffice/phpspreadsheet`: Allow version 1.9 or 2.0 (#816)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-09-03T17:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a70b57df7ed3f05316aff2b83c307c61144b951",
"body": "Release 1.1.0",
"is_bot": false,
"headline": "Merge pull request #813 from PHPOffice/develop",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-09-01T07:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020a3898041546b4643c718cf1fab13d8a863f5d",
"body": "…_CUSTOM (#811)",
"is_bot": false,
"headline": "Core : DocumentLayout : Fixed error when using DocumentLayout::LAYOUT…",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-08-28T11:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cae28b133f0675d3c085c0583e3d91891151237",
"body": null,
"is_bot": false,
"headline": "Presentation : Added ability to add a slide at any position (#810)",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-08-27T11:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6738a06b8995db7667dc0a8d541e8bcca83b319d",
"body": "PowerPoint 2007 Reader/Writer : Improvements on Font, RichText, Thumbnail, Presentation Properties & Shadow",
"is_bot": false,
"headline": "Merge pull request #788 from Progi1984/pr684",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-01-31T14:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4700e447b2c4f798f43f0bb6e71acfa3006874",
"body": null,
"is_bot": false,
"headline": "Feedbacks from @Progi1984",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2024-01-31T14:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e5dd8547dceab4a62a0e0d281dd5878acb1c83f",
"body": "For modifing existing slide, usefull to search shape and doing action on it",
"is_bot": false,
"headline": "ADD usefull function te search shape into a slide",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e032326ef2d7a46761e0507ce5f521b00002120",
"body": "BUGFIX Forgot clone for effect shape",
"is_bot": false,
"headline": "BUGFIX Forgot clone for effect shape",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a31dbb87a4f0ce7a715e33a777a5ded47060543",
"body": "Need some mor informations to be same as original when reading, like charset, etc",
"is_bot": false,
"headline": "ADD Get more font attributs",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a49854f4b86f5e220c757dd6af5d94b412a6a49f",
"body": "ADD vertical alos need horz sometimes",
"is_bot": false,
"headline": "ADD vertical alos need horz sometimes",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be11d0545d6e49ccb118fd74492651db6aeb487",
"body": "BUGFIX when duplicating slide an each composants, text into paragraph into richText where forget",
"is_bot": false,
"headline": "BUGFIX for duplacting slide",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dfc5f53ae22ffcf2775a928f5b597356eff91d2",
"body": "ADD Effect mangment\nEffect is a collection of effect into each element (innerShadow, outerShadow, reflection, glos, etc.\nActualy only shadow are supported, but the strucure is desgin for other effect",
"is_bot": false,
"headline": "ADD Effect managment to Shape,Paragraph and Text",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdaa211973fb315504d4bb07c64c8b09aca661fb",
"body": "ADD Vertical alignment for RichText\nposition top,middle and bottom\nposition center or not center\nReading from file, editing and saving",
"is_bot": false,
"headline": "ADD Vertical alignment for shape RichText",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3f6868ba584d65fbfe0d0b80ee6e3d04ca0169",
"body": "ADD Read also from original PPTX mragin of shape (left,right,top,bottom)\nWriting already existing and object have been initialized by default (so now setted by reading existing file)",
"is_bot": false,
"headline": "ADD Read also texte zone margin RLTB",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db96a0af77f56d3f85aababde7b3ce1f1802ec8f",
"body": "BUGFIX while cloning an existant slide :\n- considere if existing object\n- cloning each object into collection\n- cloning each paragraph for RichText",
"is_bot": false,
"headline": "BUGFIX while cloning an existant slide",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc58c0fe7084c39e4359d48bd96d8c6c361896a",
"body": "ADD the 'status' properties for reading and wrinting into the document",
"is_bot": false,
"headline": "ADD Property 'status' reading and writing",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aecc8d87c72e3912809c8f6dac5c0e2e85303d7",
"body": "Using true/fasle and default value 300000 or -250000 are too mutch (in Office 365). So when reading, get values setted by PowerPoint and modify default values into the code to set values seen during my tests",
"is_bot": false,
"headline": "EVOL-Super script and sub script for paragraph",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9a17ff227a97443668efbba9fd5f9577824da8",
"body": null,
"is_bot": false,
"headline": "EVOL-Define const for strike types",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c46190af8a283c59b1b737d84d8458196cdf9d",
"body": "Paragraph double strick were not supported, modification has been done to support different strick type",
"is_bot": false,
"headline": "EVOL-Allow different style of strick paragraph",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef70f6a76c14690803a4d4f77c1027fedadbac1",
"body": "Add reading typeface while load file in shape richt text\nPreserving loading to save",
"is_bot": false,
"headline": "ADD-Preserve shape richtext font face while loading file",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b237d340fae617077aaa593476b8d2e91d890076",
"body": "When loading a ric text shape, get the spelling lang",
"is_bot": false,
"headline": "ADD-Shape RichtText preserve spelling lang while loading",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1ff7bc140e760682b1f86e1787599c3c748462",
"body": "When loading richt text shape, read also properties who defining backgroupnd color, border color, etc.\nuse loadStyleFill function",
"is_bot": false,
"headline": "ADD-Preserve shape properties (background color, etc.) for richttext",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02318261aac527ce7e29d048ffca536c5376c725",
"body": "It seems tha Powerpoint 2007 use also richtext to define rectangle with or without text. So keep loading richtext without text",
"is_bot": false,
"headline": "CHG-Load also richtext shape without text",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c99a20ddb26daee8719fbe7f7d29a15c578b03",
"body": "While wrting shape, the name is not preserved if it is not a placehoder",
"is_bot": false,
"headline": "BUGFIX - Name, in shape, is not preserved if not a placeholder",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8ae7cd7d647fbe8988d2a2e0eeebb5b565f312",
"body": "Evolution :\n- move Shape::name to AbstractShape\n- add reading name for Shape in PowerPoint2007",
"is_bot": false,
"headline": "EVOL Move Shape name to AbstractShape",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24839e69d72bb6406cc23e36c66a92c203b36a6a",
"body": "Sometime when loading PPTX I've some error",
"is_bot": false,
"headline": "BUGFIX whe setting image ressource",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fee9c81997caef43973d2e67d238071d7cbdaa",
"body": "Conserve thumbnail if already exist in file:\nIf an thumbnail exist in a file, when open it, thumbnail is loaded and when you save existing thumbnail is save to output",
"is_bot": false,
"headline": "Conserve thumbnail if already exist in file",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715e9434075d658284d4fde43867c91e14d44222",
"body": "Add read/write Revision document attribut. Informations are stored into document properties. Available for Powerpoint 2007 (reading/writing)",
"is_bot": false,
"headline": "Add read/write Revision document attribut",
"author_name": "devX2712",
"author_login": "devX2712",
"committed_at": "2023-12-13T13:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4ef2ea5c0a8356d69fae8ac5b6927448c3890c",
"body": "PowerPoint2007 Writer : Enable style and position of a Placeholder",
"is_bot": false,
"headline": "Merge pull request #787 from Progi1984/pr361",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-13T13:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab6f6c6aa38045d07329e345afaec9f5e0c283a",
"body": ">\n>\nCo-authored-by: Quentin Machard <quentin.machard@gmail.com>\nCo-authored-by: Progi1984 <progi1984@gmail.com>",
"is_bot": false,
"headline": "PowerPoint2007 Writer: Enable style and position of a Placeholder",
"author_name": "Quentin Machard",
"author_login": null,
"committed_at": "2023-12-13T13:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae3f3db176b76099d5b3a47ba73d00913badbcc",
"body": "General : Fixed copying bug when presentation had multiple slides",
"is_bot": false,
"headline": "Merge pull request #786 from dees040/bug/copy",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-13T09:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b908c8c5cf0f4571b3b2edfa82028fb99de6bf",
"body": null,
"is_bot": false,
"headline": "docs: updated changelog for 1.1.0",
"author_name": "Dees Oomens",
"author_login": "dees040",
"committed_at": "2023-12-13T07:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3cb8d13197aab97545ce6f85ff27809809241dc",
"body": null,
"is_bot": false,
"headline": "fix: presentation with multiple slides should be copyable",
"author_name": "Dees Oomens",
"author_login": "dees040",
"committed_at": "2023-12-12T13:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85c78211af39a005ed7d6f94a3a593c95ffab1a5",
"body": "PowerPoint2007 Writer: Extract relations from nested ShapeContainerInterface objects",
"is_bot": false,
"headline": "Merge pull request #785 from Progi1984/pr692",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-12T11:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92adcaae2964bb097fcf5847664b8f04de3760d7",
"body": "…terface objects",
"is_bot": false,
"headline": "PowerPoint2007 Writer: Extract relations from nested ShapeContainerIn…",
"author_name": "Dennis Birkholz",
"author_login": "DennisBirkholz",
"committed_at": "2023-12-12T11:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21efd177d56226cb3920b506f0778e799a6b49f1",
"body": "Samples : Allow to run without composer",
"is_bot": false,
"headline": "Merge pull request #784 from Progi1984/pr609",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-12T11:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c392043fe9285c0e395638e3fd5ea11757c6ba",
"body": null,
"is_bot": false,
"headline": "Samples : Allow to run without composer",
"author_name": "pal-software",
"author_login": null,
"committed_at": "2023-12-12T11:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1ab4331ccfb9e1a72328fd563a6ac39fd1ea9b",
"body": "PowerPoint2007 Writer : Fixed broken animation for first shape",
"is_bot": false,
"headline": "Merge pull request #783 from Progi1984/fix446",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-12T10:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a4a85f58d197fe8d3b0f97876784b69f249f69",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Writer : Fixed broken animation for first shape",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-12T10:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9071151f3fa316da95ddb17cdeb071271b20c418",
"body": "PowerPoint2007 Reader : Fixed reading of RichText shape in Note",
"is_bot": false,
"headline": "Merge pull request #782 from Progi1984/pr702",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-11T16:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037ec300d38b0ad5ffb13484dde9646781081034",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Reader : Fixed reading of RichText shape in Note",
"author_name": "Andrew Elliott",
"author_login": "aelliott-atlas",
"committed_at": "2023-12-11T16:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7032895480a0a36837e72c755692f7328f9b24",
"body": "PowerPoint2007 & ODPresentation Writer : Use of the disk caching directory for temporary files",
"is_bot": false,
"headline": "Merge pull request #781 from Progi1984/pr601",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-11T14:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d49b610c59c5d5b4a2f1334edb5a48db96159c44",
"body": "…ctory for temporary files",
"is_bot": false,
"headline": "PowerPoint2007 & ODPresentation Writer : Use of the disk caching dire…",
"author_name": "Noah Halle",
"author_login": "nhalle",
"committed_at": "2023-12-11T14:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e9058a50a2819d4e4973de2a003a64489e2603",
"body": "CI : Removed deprecations",
"is_bot": false,
"headline": "Merge pull request #780 from Progi1984/removeDeprecated",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-11T14:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69147409bfc74e52fcee1e375d8ecb210acd60c8",
"body": null,
"is_bot": false,
"headline": "CI : Removed deprecations",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-11T14:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e6a0ab2fa471228f9a9f0e38844804b956685e",
"body": "Support for Capitalization for Font",
"is_bot": false,
"headline": "Merge pull request #779 from Progi1984/pr719",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-08T19:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8cd6993ed35d07a0fcea9c24499629a1d3bd62",
"body": null,
"is_bot": false,
"headline": "Support for Capitalization for Font",
"author_name": "CxRxExO",
"author_login": "CxRxExO",
"committed_at": "2023-12-08T15:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9cc4dd92f2e68e811398b2582e67f34198bcd75",
"body": "PowerPoint2007 Writer : Fixed issue when first element in series is null",
"is_bot": false,
"headline": "Merge pull request #778 from Progi1984/pr671",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-07T10:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c46c3edd398122152920bd9aa7ef0b61bad3e5",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Writer : Fixed issue when first element in series is null",
"author_name": "devopsadmin",
"author_login": null,
"committed_at": "2023-12-07T09:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce54114e7230a331d4c855ef8e1d9f06aabe62b3",
"body": "Raised max value for identifier rand call",
"is_bot": false,
"headline": "Merge pull request #777 from Progi1984/pr572",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-07T07:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a958884ebae1892414754047f431f2aa917e443c",
"body": null,
"is_bot": false,
"headline": "Raised max value for identifier rand call",
"author_name": "Scheissy",
"author_login": "Scheissy",
"committed_at": "2023-12-06T21:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6fc548caab40b560fff4bf2dbe7a4b65a7ef3c",
"body": "PowerPoint2007 Writer : Fixed broken video file relationship",
"is_bot": false,
"headline": "Merge pull request #776 from Progi1984/pr697",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-06T13:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27ed8b9675d5dc8820b69f36716bb50420563f3c",
"body": "This fixes the broken relationship reference for video files as described in #681. Videos will work with this patch, but no thumbnail is displayed when the videos is stopped. (This would require thumbnail creation and another relationship for the thumbnail image.)",
"is_bot": false,
"headline": "Fix broken video file relationship",
"author_name": "Christoph Fischer",
"author_login": "potofcoffee",
"committed_at": "2023-12-06T13:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa28c4046750c33417d347bdae30e83668ed0a4",
"body": "PowerPoint2007 Reader : Load images from file only if valid",
"is_bot": false,
"headline": "Merge pull request #775 from Progi1984/pr707",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-05T15:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe94594574daf379777c9de5ab2600e92f728f3",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Reader : Load images from file only if valid",
"author_name": "Andrew Elliott",
"author_login": "aelliott-atlas",
"committed_at": "2023-12-05T15:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8db2bf6ccb26755484dfc5ad9ac7a76023512bc",
"body": "PowerPoint 2007 Writer : Added support to Font for Axis tick label & chinese font support",
"is_bot": false,
"headline": "Merge pull request #774 from Progi1984/pr713",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-05T15:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b72f395ac0f8b5f39636ddd4d2f003cd179c2d9d",
"body": "…chinese font support",
"is_bot": false,
"headline": "PowerPoint 2007 Writer : Added support to Font for Axis tick label & …",
"author_name": "zhengwhizz",
"author_login": "zhengwhizz",
"committed_at": "2023-12-05T15:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0016a93a49d17aab11df3d859cd506a664408f5f",
"body": "PowerPoint2007 Writer : Fixed column indices for embedded spreadsheets",
"is_bot": false,
"headline": "Merge pull request #773 from Progi1984/pr664",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T15:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d21a5cbfdc5eaa2b75cb02d78d44d090a1c8587",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Writer : Fixed column indices for embedded spreadsheets",
"author_name": "michael-roth",
"author_login": "michael-roth",
"committed_at": "2023-12-04T14:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef6896228be192e3c989f2e9a6d5d317cbd3822",
"body": "PowerPoint2007 Writer : Outline : Fixed the base unit",
"is_bot": false,
"headline": "Merge pull request #772 from Progi1984/pr726",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73717dfd3376b997cacbcba72ed2ae5f1877229c",
"body": null,
"is_bot": false,
"headline": "PowerPoint2007 Writer : Outline : Fixed the base unit",
"author_name": "Pakku",
"author_login": "Pakku",
"committed_at": "2023-12-04T14:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea339807b76c4b6abf08e6239f9011330c19e663",
"body": "PowerPoint2077 Writer : Fixed error when defining min/max bounds to 0",
"is_bot": false,
"headline": "Merge pull request #771 from Progi1984/pr754",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T10:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5472c1af7efac88dc2c8a7e638a020bb72a57d82",
"body": null,
"is_bot": false,
"headline": "PowerPoint2077 Writer : Fixed error when defining min/max bounds to 0",
"author_name": "LindaXie",
"author_login": "LilyEssence",
"committed_at": "2023-12-04T10:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f01206eff104c55269d4d51af99684de290dff",
"body": "Fixed broken powerpoint presentations due to MS Office update 2309",
"is_bot": false,
"headline": "Merge pull request #770 from Progi1984/pr761",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T10:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c858a7b05cd2728b0eb9398914e70c65e094eede",
"body": null,
"is_bot": false,
"headline": "Fixed broken powerpoint presentations due to MS Office update 2309",
"author_name": "WFarmerEthisphere",
"author_login": "WFarmerEthisphere",
"committed_at": "2023-12-04T09:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "273e776cad72edc90f4cfa42ead9b50c5c2ecc6c",
"body": "Added support for PHP 8.2 & 8.3",
"is_bot": false,
"headline": "Merge pull request #769 from Progi1984/php8283",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T09:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17de920ee8614a1b6af7084c94b82f47479e3c49",
"body": null,
"is_bot": false,
"headline": "Added support for PHP 8.2 & 8.3",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T08:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4de4f5777b25de5197fd00cc97fe5946e3ce0ea",
"body": "Fixed CI",
"is_bot": false,
"headline": "Merge pull request #766 from Progi1984/fixCI",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T08:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cce8cf246a38157507e37e0b32184b24f92a269",
"body": null,
"is_bot": false,
"headline": "Fixed CI",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2023-12-04T08:37:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 4,
"latest_release_at": "2025-07-23T11:56:08Z",
"latest_release_tag": "1.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 366,
"mean_days_between_releases": 439.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "phpoffice/phppresentation",
"exists": true,
"license": "LGPL-3.0-only",
"keywords": [
"php",
"pptx",
"PowerPoint",
"LibreOffice",
"ppt",
"odp",
"presentations"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/phpoffice/phppresentation",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/PHPOffice/PHPPresentation",
"versions_count": 10,
"total_downloads": 2791731,
"dependents_count": 30,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 131215,
"first_published_at": null,
"latest_published_at": "2025-06-06T10:27:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 413
}
]
},
"popularity": {
"forks": 543,
"stars": 1372,
"watchers": 79,
"fork_history": {
"days": [
{
"date": "2012-08-28",
"count": 1
},
{
"date": "2012-08-30",
"count": 1
},
{
"date": "2012-10-08",
"count": 1
},
{
"date": "2012-11-12",
"count": 1
},
{
"date": "2013-02-20",
"count": 1
},
{
"date": "2013-02-25",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-25",
"count": 1
},
{
"date": "2013-05-18",
"count": 1
},
{
"date": "2013-05-19",
"count": 1
},
{
"date": "2013-05-23",
"count": 1
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-07-09",
"count": 1
},
{
"date": "2013-08-12",
"count": 1
},
{
"date": "2013-08-29",
"count": 1
},
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-10-18",
"count": 1
},
{
"date": "2013-10-31",
"count": 1
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-05",
"count": 1
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-01-17",
"count": 1
},
{
"date": "2014-01-20",
"count": 1
},
{
"date": "2014-02-07",
"count": 1
},
{
"date": "2014-02-10",
"count": 2
},
{
"date": "2014-03-10",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-04-17",
"count": 2
},
{
"date": "2014-04-23",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-05-02",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-05-24",
"count": 1
},
{
"date": "2014-06-07",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-06-27",
"count": 1
},
{
"date": "2014-07-04",
"count": 1
},
{
"date": "2014-07-10",
"count": 1
},
{
"date": "2014-07-25",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-08-04",
"count": 1
},
{
"date": "2014-08-15",
"count": 1
},
{
"date": "2014-08-27",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-18",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-11-21",
"count": 2
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2014-12-19",
"count": 1
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-01-14",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-07",
"count": 1
},
{
"date": "2015-03-13",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-28",
"count": 1
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-18",
"count": 2
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-06-06",
"count": 1
},
{
"date": "2015-06-17",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-09-03",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-16",
"count": 2
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-06",
"count": 2
},
{
"date": "2015-12-10",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2016-01-12",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-24",
"count": 1
},
{
"date": "2016-01-28",
"count": 1
},
{
"date": "2016-02-11",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-04",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-12",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-04-30",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-28",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-08",
"count": 1
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-06-19",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-07-19",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-07-29",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-09",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-01-08",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-13",
"count": 3
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-04",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-25",
"count": 2
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-04",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-10-08",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-10-26",
"count": 2
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2017-12-22",
"count": 2
},
{
"date": "2017-12-23",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-02-04",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-21",
"count": 2
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-24",
"count": 1
},
{
"date": "2018-03-09",
"count": 2
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-26",
"count": 2
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-03-30",
"count": 2
},
{
"date": "2018-03-31",
"count": 2
},
{
"date": "2018-04-01",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-27",
"count": 2
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-11",
"count": 3
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-22",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-21",
"count": 2
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-09",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-25",
"count": 1
},
{
"date": "2019-07-26",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-22",
"count": 2
},
{
"date": "2019-09-17",
"count": 2
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-10-01",
"count": 3
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-09",
"count": 2
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-30",
"count": 2
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2019-12-29",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-13",
"count": 2
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-06-29",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-14",
"count": 2
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-30",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-02-15",
"count": 2
},
{
"date": "2021-03-01",
"count": 2
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-16",
"count": 2
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-08-02",
"count": 2
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-01-27",
"count": 2
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-07-24",
"count": 2
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-10-04",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 2
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-20",
"count": 2
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-11-04",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-29",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-03-24",
"count": 3
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
}
],
"complete": true,
"collected": 527,
"total_forks": 543
},
"star_history": null,
"open_issues_and_prs": 261
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"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": 150049,
"source_files_sampled": 279,
"oversized_source_files": 14,
"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": 9,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "dompdf/dompdf",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-xml",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-zip",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpmd/phpmd",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpoffice/common",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpoffice/phpspreadsheet",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 0,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 12,
"merged_prs": 220,
"open_issues": 249,
"closed_ratio": 0.56,
"closed_issues": 317,
"closed_unmerged_prs": 93
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "Progi1984",
"commits": 849,
"avatar_url": "https://avatars.githubusercontent.com/u/1533248?v=4"
},
{
"type": "User",
"login": "ivanlanin",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/15313?v=4"
},
{
"type": "User",
"login": "devX2712",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/69680982?v=4"
},
{
"type": "User",
"login": "maartenba",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/485230?v=4"
},
{
"type": "User",
"login": "mindline-analytics",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/35064946?v=4"
},
{
"type": "User",
"login": "jrking4",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/1873583?v=4"
},
{
"type": "User",
"login": "chriskapp",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/2505846?v=4"
},
{
"type": "User",
"login": "joshuadoss",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/29265?v=4"
},
{
"type": "User",
"login": "vincentKool",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/233981?v=4"
},
{
"type": "User",
"login": "PowerKiKi",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/72603?v=4"
}
],
"contributors_sampled": 61,
"top_contributor_share": 0.775
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy.yml",
"php.yml",
"validator.yml"
],
"has_docs_dir": true,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 2,
"reason": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"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": 3,
"reason": "Found 10/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": "2b29ad874221854f84ab7846daa264e54a3b6094",
"ran_at": "2026-07-24T17:19:34Z",
"aggregate_score": 4.5,
"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": "2026-07-24T17:12:58Z",
"oldest_open_prs": [
{
"number": 342,
"created_at": "2017-03-06T23:44:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 849,
"created_at": "2025-01-28T16:16:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 853,
"created_at": "2025-02-13T07:22:32Z",
"last_comment_at": "2025-02-13T13:22:54Z",
"last_comment_author": "Progi1984"
},
{
"number": 860,
"created_at": "2025-03-28T17:02:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 870,
"created_at": "2025-06-11T17:09:08Z",
"last_comment_at": "2025-06-11T19:30:19Z",
"last_comment_author": "coveralls"
},
{
"number": 871,
"created_at": "2025-06-12T11:47:47Z",
"last_comment_at": "2025-10-27T19:07:11Z",
"last_comment_author": "Progi1984"
},
{
"number": 880,
"created_at": "2025-09-08T15:09:19Z",
"last_comment_at": "2025-11-17T12:03:12Z",
"last_comment_author": "seanlynchwv"
},
{
"number": 881,
"created_at": "2025-09-08T16:18:16Z",
"last_comment_at": "2025-09-22T10:17:30Z",
"last_comment_author": "seanlynchwv"
},
{
"number": 883,
"created_at": "2025-12-17T14:10:24Z",
"last_comment_at": "2025-12-20T17:32:14Z",
"last_comment_author": "Progi1984"
},
{
"number": 887,
"created_at": "2026-02-12T18:31:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 890,
"created_at": "2026-04-01T12:45:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 891,
"created_at": "2026-06-25T18:31:01Z",
"last_comment_at": "2026-06-25T20:05:02Z",
"last_comment_author": "yasumorishima"
}
],
"last_merged_pr_at": "2026-07-24T17:12:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2012-09-26T10:09:20Z",
"last_comment_at": "2017-07-05T12:14:53Z",
"last_comment_author": "Progi1984"
},
{
"number": 7,
"created_at": "2013-07-09T15:57:02Z",
"last_comment_at": "2017-01-16T10:36:32Z",
"last_comment_author": "Progi1984"
},
{
"number": 9,
"created_at": "2013-11-28T11:22:48Z",
"last_comment_at": "2018-04-11T14:51:51Z",
"last_comment_author": "Progi1984"
},
{
"number": 48,
"created_at": "2014-08-27T16:23:53Z",
"last_comment_at": "2026-03-22T21:48:59Z",
"last_comment_author": "samuel-asleep"
},
{
"number": 52,
"created_at": "2014-09-14T19:20:48Z",
"last_comment_at": "2017-07-05T12:15:10Z",
"last_comment_author": "Progi1984"
},
{
"number": 79,
"created_at": "2014-12-31T15:08:17Z",
"last_comment_at": "2015-06-01T12:20:10Z",
"last_comment_author": "Progi1984"
},
{
"number": 83,
"created_at": "2015-01-09T14:46:29Z",
"last_comment_at": "2024-04-06T23:03:48Z",
"last_comment_author": "NigelSwinson"
},
{
"number": 84,
"created_at": "2015-01-14T13:31:32Z",
"last_comment_at": "2017-07-05T12:15:17Z",
"last_comment_author": "Progi1984"
},
{
"number": 85,
"created_at": "2015-01-30T18:19:11Z",
"last_comment_at": "2017-07-05T12:15:26Z",
"last_comment_author": "Progi1984"
},
{
"number": 89,
"created_at": "2015-02-11T08:33:47Z",
"last_comment_at": "2017-11-15T23:17:47Z",
"last_comment_author": "neovldz"
},
{
"number": 90,
"created_at": "2015-02-12T12:50:04Z",
"last_comment_at": "2017-07-05T12:15:35Z",
"last_comment_author": "Progi1984"
},
{
"number": 106,
"created_at": "2015-06-22T08:22:46Z",
"last_comment_at": "2017-07-05T12:16:04Z",
"last_comment_author": "Progi1984"
},
{
"number": 111,
"created_at": "2015-07-06T14:29:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 119,
"created_at": "2015-07-15T17:14:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2015-07-15T20:18:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2015-07-29T05:53:11Z",
"last_comment_at": "2017-07-05T12:16:11Z",
"last_comment_author": "Progi1984"
},
{
"number": 131,
"created_at": "2015-08-20T15:24:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2015-08-20T17:00:22Z",
"last_comment_at": "2017-07-05T12:16:22Z",
"last_comment_author": "Progi1984"
},
{
"number": 133,
"created_at": "2015-10-02T18:37:46Z",
"last_comment_at": "2023-01-11T05:46:19Z",
"last_comment_author": "samjco"
},
{
"number": 135,
"created_at": "2015-10-12T11:15:49Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PHPOffice/PHPPresentation",
"host": "github.com",
"name": "PHPPresentation",
"owner": "PHPOffice"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 45,
"vitality": 45,
"community": 71,
"governance": 59,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 45,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"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": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 11,
"latest_release_tag": "1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 366,
"mean_days_between_releases": 439.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 366 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 366
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~439.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 439.7
}
}
],
"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": "excellent",
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"forks": 543,
"stars": 1372,
"watchers": 79,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,372 stars",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1372
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "543 forks",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 543
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "79 watchers",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 79
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"packages": [
"phpoffice/phppresentation"
],
"dependents": 30,
"ecosystems": "packagist",
"total_downloads": 2791731,
"monthly_downloads": 131215
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "131,215 downloads/month across packagist",
"points": 68.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 131215,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "30 packages depend on it",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 30
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 61,
"top_contributor_share": 0.775
},
"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 78% of commits",
"points": 5.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "61 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 61
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 220,
"open_issues": 249,
"closed_issues": 317,
"issue_closed_ratio": 0.56,
"closed_unmerged_prs": 93
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "56% of issues closed",
"points": 26.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 56
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "220/313 decided PRs merged",
"points": 26.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 220,
"decided": 313
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/30 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 657,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "PHPOffice",
"public_repos": 9,
"account_age_days": 5156
},
"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": "657 followers of PHPOffice",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 657,
"login": "PHPOffice"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~14 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"phpoffice/phppresentation"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 413
},
"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 413 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 413
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"php",
"libreoffice-impress",
"powerpoint",
"odp",
"ppt",
"pptx",
"presentation",
"office",
"mspowerpoint",
"hacktoberfest"
],
"has_wiki": false,
"homepage": "https://phpoffice.github.io/PHPPresentation",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://phpoffice.github.io/PHPPresentation",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.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": "5 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"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 10/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": "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": 16
},
"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": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.68,
"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": "68 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 52,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 150049,
"source_files_sampled": 279,
"oversized_source_files": 14
},
"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": "14/279 source files over 60KB",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 279,
"oversized": 14
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"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": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:20:04.931204Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PHPOffice/PHPPresentation.svg",
"full_name": "PHPOffice/PHPPresentation",
"license_state": "custom",
"license_spdx": null
}