原始 JSON 报告 机器可读
{
"data": {
"icon": {
"bytes": 4836,
"width": 256,
"height": 256,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/11575267?v=4&s=256",
"source_type": "avatar",
"content_hash": "1ed99431ad96b4a9beee804a258fe3559209778b00d2b2e748b1112296d6d5fd",
"candidates_considered": 1
},
"repo": {
"topics": [
"hacktoberfest",
"cqrs"
],
"is_fork": false,
"size_kb": 951,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 268139
},
"pushed_at": "2026-08-05T07:51:13Z",
"created_at": "2016-08-31T15:33:57Z",
"owner_type": "Organization",
"updated_at": "2026-08-05T07:51:26Z",
"description": "A library for Event Sourcing and CQRS for Flow projects.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.neos.io/",
"name": "Neos",
"type": "Organization",
"login": "neos",
"company": null,
"location": "Earth, Milky Way",
"followers": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/11575267?v=4",
"created_at": "2015-03-20T16:18:18Z",
"is_verified": null,
"public_repos": 152,
"account_age_days": 4155
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.7.3",
"kind": "patch",
"published_at": "2026-08-05T07:49:20Z"
},
{
"tag": "2.7.2",
"kind": "patch",
"published_at": "2025-11-07T09:41:42Z"
},
{
"tag": "2.7.1",
"kind": "patch",
"published_at": "2024-10-09T07:42:54Z"
},
{
"tag": "2.7.0",
"kind": "minor",
"published_at": "2023-07-19T06:20:39Z"
},
{
"tag": "2.7.0-beta.2",
"kind": "prerelease",
"published_at": "2023-07-07T13:32:55Z"
},
{
"tag": "2.7.0-beta.1",
"kind": "prerelease",
"published_at": "2023-06-02T05:55:16Z"
},
{
"tag": "2.6.0",
"kind": "minor",
"published_at": "2022-04-11T10:34:23Z"
},
{
"tag": "2.5.0",
"kind": "minor",
"published_at": "2022-03-23T08:53:47Z"
},
{
"tag": "2.4.2",
"kind": "patch",
"published_at": "2022-03-23T08:53:04Z"
},
{
"tag": "2.4.1",
"kind": "patch",
"published_at": "2022-03-22T13:49:06Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2022-02-17T11:17:10Z"
},
{
"tag": "2.3.3",
"kind": "patch",
"published_at": "2021-04-29T07:32:10Z"
},
{
"tag": "2.3.2",
"kind": "patch",
"published_at": "2021-03-17T20:02:40Z"
},
{
"tag": "2.3.1",
"kind": "patch",
"published_at": "2021-02-17T14:43:36Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2021-01-05T13:19:49Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2020-08-20T13:02:22Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2020-08-20T07:45:37Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2020-08-09T11:26:41Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2020-07-23T18:47:45Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2020-06-19T07:56:49Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2019-12-22T14:51:20Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2019-02-06T16:12:44Z"
}
],
"recent_commits": [
{
"oid": "c34ad2bed1f80ac7f853abb359f0aa7a295a1bc3",
"body": "…meters\n\nBUGFIX: Declare implicitly nullable parameters explicitly",
"is_bot": false,
"headline": "Merge pull request #324 from neos/bugfix/php84-implicit-nullable-para…",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2026-08-05T07:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9000410fa5edf18be25a95c5a321dab9411455",
"body": "PHP 8.4 deprecates implicitly nullable parameters (a typed parameter\ndefaulting to null without a nullable type declaration). Apart from the\nlog noise, these deprecation warnings can break consumers which escalate\ndeprecations to exceptions: Behat's call handler, for example, turns the\nwarning raise\n[…]\ntor chains halfway and leaves\nhalf-initialized singletons behind.\n\nThis change declares all such parameters as explicitly nullable, which\nis compatible with all PHP versions supported by this package.",
"is_bot": false,
"headline": "BUGFIX: Declare implicitly nullable parameters explicitly",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2026-08-05T07:31:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a141a131baf29a3d165a130b7c6bd9e434fbfb8e",
"body": "Provide more details in EventCouldNotBeAppliedException",
"is_bot": false,
"headline": "Merge pull request #323 from neos/task/exception-message",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2025-11-07T09:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb35620570160b1864912e9e113ee52a45aa958",
"body": "When an event could not be applied, an exception is thrown, which is logged. Now the message of this exception contains at least a hint on the original exception message and code, which makes it easier to find the root cause of a problem.",
"is_bot": false,
"headline": "Provide more details in EventCouldNotBeAppliedException",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2025-11-07T09:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67135b344061b03580ad3342f7e4d2c545ccf6a",
"body": "BUGFIX: Fix doctrine/dbal v3 compatibility",
"is_bot": false,
"headline": "Merge pull request #322 from neos/task/321-fix-dbal-3-compatibility",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2024-10-09T07:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a2fca4972c4fa70267f414d0d2eff16074dd6b",
"body": null,
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2024-10-08T17:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a7b7746fc529d4a3ed36ea569ecca61e428443",
"body": "Fixes: #321",
"is_bot": false,
"headline": "BUGFIX: Fix doctrine/dbal v3 compatibility",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2024-10-07T13:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fe558af2e49886445a3b1c86fa2f746193bb81",
"body": "Speed up catchUp() and replay()",
"is_bot": false,
"headline": "Merge pull request #317 from neos/catchup-speedup",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2023-07-07T13:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d972abbd09abc2d160a79743e9223a6ecf0ee23b",
"body": "If no new events were applied it could happen that the highest applied sequence number was reset to 0.",
"is_bot": false,
"headline": "Fix unintentional reset of sequence number during catch up",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2023-07-07T12:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f18bba303fc96a9cbdec6ca09b4002ab810e75",
"body": "While catching up or replaying a projection, a transaction for the highest applied event sequence number is only closed when an event was actually applied or the catch-up-process is done. This speeds up the process dramatically for event stores containing hundreds of thousands of events.\n\nTwo exampl\n[…]\n\n2) Event listener lags 50.000 events behind. Only 1 new relevant event for the projection. Catching up takes\n\n- 87100 milliseconds without the patch\n- 1200 milliseconds with the patch\n\nResolves #316",
"is_bot": false,
"headline": "Speed up catchUp() and replay()",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2023-07-07T11:15:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b447cbbeb5bf0fca311a5deac78ce85b00c72e23",
"body": "TASK: Declare compatibility with Flow 9",
"is_bot": false,
"headline": "Merge pull request #315 from neos/task/flow-9",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2023-06-02T05:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7bac2538aac6a696c5cf981d7beb005eebb00f",
"body": "Based on the current state, this package does work with Flow 9.0 dev.",
"is_bot": false,
"headline": "TASK: Declare compatibility with Flow 9",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2023-06-02T05:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2865c36f676c9c8c77f165a842098cb62188e5b",
"body": "…other tests",
"is_bot": false,
"headline": "TASK: remove dg/bypass-finals as it leads to weird side effects with …",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-05-04T11:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e115d65d7e6d273f7ae87460efb705945b844d",
"body": "…urn-types\n\nThis change corrects return types to \"static\" where late static",
"is_bot": false,
"headline": "Merge pull request #311 from neos/bugfix/309-fix-self-referencing-ret…",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-04-11T10:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0c38b12a5fba38a97876c474658d11500f31fe",
"body": "binding is used and corrects `new static` to `new self` in classes\ndeclared as `final`.\n\n*Exceptions:* For `DeferEventPublisher` and `DefaultAppliedEventsStorage` the\nclass name itself is used in order to prevent IDEs to complain about the use\nof `static` in a final class. Those classes currently rely on Flow object\nmanagement so `self` refers to the proxy class\n\nResolves #309",
"is_bot": false,
"headline": "This change corrects return types to \"static\" where late static",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2022-04-11T09:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5dc837b1ef604d1677b5b0e778136cd199734d",
"body": "FEATURE: AfterCatchUpInterface and documentation on how to trigger side effects after projection update",
"is_bot": false,
"headline": "Merge pull request #308 from neos/feature-aftercatchup",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2022-04-07T10:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98e2af209fd60e93de16764892a342d945b32f45",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature-aftercatchup",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2022-04-06T12:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df6c86f82d0fff05c41fbd0882b6a9340d7df671",
"body": null,
"is_bot": false,
"headline": "TASK: add link to Symfony version of this package",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T14:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdeaa8ba816524de4003f1978e3375a5078bd7a7",
"body": "…de effects after projection update",
"is_bot": false,
"headline": "FEATURE: AfterCatchUpInterface and documentation on how to trigger si…",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T13:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7d2af51f5f07f24da8c81b04c8fa52ec75c253",
"body": "BUGFIX: fix Doctrine upwards compatibility (needed for Symfony compat)",
"is_bot": false,
"headline": "Merge pull request #305 from neos/fix-eventstore-setup-transaction",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T12:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364c0b9338fa2b893bfa1cbd85aeda8b583edd3b",
"body": null,
"is_bot": false,
"headline": "TASK: add PHP 8.1 compatible type hints",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T12:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43722c562cfa6b2841cd56a5b341165e8ecf06ac",
"body": null,
"is_bot": false,
"headline": "BUGFIX: fix Doctrine upwards compatibility (needed for Symfony compat)",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T12:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1a9998fd106f6321adead2521a2c546327f3db",
"body": "BUGFIX: ensure DoctrineEventStorage::setup method works on new PHP versions",
"is_bot": false,
"headline": "Merge pull request #304 from neos/fix-eventstore-setup-transaction",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2022-03-28T12:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94d553b63748bdea1c059a632d1debfbfb40427",
"body": "… well",
"is_bot": false,
"headline": "BUGFIX: remove deprecated method calls to work with newer Doctrine as…",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T11:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b6ea310a730296f4953af876d799ec77be04d0",
"body": "…rsions",
"is_bot": false,
"headline": "BUGFIX: ensure DoctrineEventStorage::setup method works on new PHP ve…",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-28T11:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d9c54dc9f5ffc3fe1bddd506647ae0c5dbfd51",
"body": "#302",
"is_bot": false,
"headline": "Raise requirements to PHP >=8.0 and Flow 7.x / 8.x",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-03-23T08:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f45c241476ca9d446eb179b8eccc63f200786f",
"body": "#302",
"is_bot": false,
"headline": "Re-merge pull request #294 from robertlemke/php-81-adjustments",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-03-23T08:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ebe06ef94fae40f6c0a942d83b06e5014d731a",
"body": "This reverts commit 9344dc11b6c298c6328f0bf4e9516de8822e6eff, reversing\nchanges made to 8c43867ac7a112845837b8a01bdea9c46939b3b8.\n\n#302",
"is_bot": false,
"headline": "Revert \"Merge pull request #294 from robertlemke/php-81-adjustments\"",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-03-23T08:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2e3653cf4a768216fa8e517abb232be6c821eb",
"body": "Allow \"static\" return type for constructor methods",
"is_bot": false,
"headline": "Merge pull request #301 from neos/robertlemke-patch-1",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-03-22T13:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c59ed48fbd6cface29f2476b35758403c8d62b",
"body": "The constructor methods for value objects (for example `fromArray()`) are considered by the `ValueObjectNormalizer` when events are unserialized from the event store. However, if a `fromArray()` method is declared with a `static` return type, the method is not considered by the normalizer.\r\n\r\nThis change adds support for those constructors.",
"is_bot": false,
"headline": "Allow \"static\" return type for constructor methods",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-03-21T17:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0743f57806dfbbbcde6cf39356dc7f3a2a1d1f1c",
"body": "BUGFIX: Refactor JobQueueEventPublisherTest::publishQueuesAJobForEach…",
"is_bot": false,
"headline": "Merge pull request #299 from neos/bugfix/refactor-unittest",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2022-03-12T17:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4aa2b6b1b04289830be5339775767db9b44928",
"body": "…Listener()\n\nto prevent PHPUnit deprecation warning",
"is_bot": false,
"headline": "BUGFIX: Refactor JobQueueEventPublisherTest::publishQueuesAJobForEach…",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2022-03-12T17:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "730c0410137553a9b344713776eaa9effdb40be1",
"body": null,
"is_bot": false,
"headline": "TASK: fix wording",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2022-03-09T15:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4a673cd2c7ccdb7cc2c9a19410908c8a6387a0",
"body": null,
"is_bot": false,
"headline": "TASK: update documentation for synchronous processing",
"author_name": "Sebastian Kurfuerst",
"author_login": "skurfuerst",
"committed_at": "2022-03-09T10:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9344dc11b6c298c6328f0bf4e9516de8822e6eff",
"body": "Adjust a few return types for PHP 8.1",
"is_bot": false,
"headline": "Merge pull request #294 from robertlemke/php-81-adjustments",
"author_name": "Bernhard Schmitt",
"author_login": "nezaniel",
"committed_at": "2022-02-25T14:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa4ee85fc32feed49304ce251f98a9a733bb744",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into php-81-adjustments",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-02-24T12:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c43867ac7a112845837b8a01bdea9c46939b3b8",
"body": "Fix fatal error in projection:list command",
"is_bot": false,
"headline": "Merge pull request #297 from robertlemke/fix-projection-list",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-02-24T12:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acce4f6ea0fadb907cccca8568acb83503353e8c",
"body": "Depending on the length of the name of projections, the following\nerror could occur:\n\n`substr_replace(): Argument #3 ($offset) must be of type array|int,\nfloat given`",
"is_bot": false,
"headline": "Fix fatal error in projection:list command",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-02-24T12:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559d62c2471e45d07c771dbe5df6db6764c4eac5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into php-81-adjustments",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-02-24T11:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce024233297f06bf79334e94332c98208cac3564",
"body": "Add annotations to DomainEvents to make static analyzers happy",
"is_bot": false,
"headline": "Merge pull request #296 from neos/escrStaticAnalysis",
"author_name": "Bernhard Schmitt",
"author_login": "nezaniel",
"committed_at": "2022-02-21T13:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5428aaea637324f59752e5ca295d07f70a06c9a",
"body": null,
"is_bot": false,
"headline": "Add annotations to DomainEvents to make static analyzers happy",
"author_name": "Bernhard Schmitt",
"author_login": null,
"committed_at": "2022-02-21T08:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6fd635ec4a9dca685a5969f3213053e6cf7c8d2",
"body": "Add normalization capabilities for backed enums",
"is_bot": false,
"headline": "Merge pull request #295 from neos/enumNormalization",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2022-02-17T11:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a9a2a779d9510b64f02b952d2fc712a6cebe32",
"body": null,
"is_bot": false,
"headline": "Add EventNormalizerTests",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2022-02-17T11:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c178d9e64ba414c9b1e9ca9f518fbf6246dbea4d",
"body": null,
"is_bot": false,
"headline": "Add normalization capabilities for backed enums",
"author_name": "Bernhard Schmitt",
"author_login": null,
"committed_at": "2022-02-16T00:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2a582aa8eb5ef68fe3c47e47eaa8980aac45bd",
"body": null,
"is_bot": false,
"headline": "Adjust a few return types for PHP 8.1",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2022-02-11T14:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c679747dbcf09f4472f7beeffdd7290d1062263f",
"body": "Fix custom job queue name examples",
"is_bot": false,
"headline": "Merge pull request #293 from neos/bugfix/job-queue-name-examples",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-09-24T08:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0e74aead227e2b14c69be2342d1c39455fab1c",
"body": null,
"is_bot": false,
"headline": "Fix doc comment in JobQueueEventPublisher",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-09-24T07:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e53b0864b23caed09d95dba9f5226b8b0645dfd",
"body": null,
"is_bot": false,
"headline": "Fix custom job queue name examples",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-09-24T07:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a13b7cb7fe72375785053a6b2b7551a691a26c",
"body": "Guaranty order of sequencenumber",
"is_bot": false,
"headline": "Merge pull request #290 from nlx-sascha/patch-2",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-04-29T07:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd3fa45674f380b1771327cdda36e54a91496e1d",
"body": "When not setting the order by the sorting of the query is not always the primary key depending on the order in the index.\r\nFor me as simple category stream query retuned the following order and thats why the projector not getting all events in the correct order:\r\n+--------------+\r\n|sequencenumber|\r\n\n[…]\n |\r\n|209 |\r\n|161 |\r\n|1 |\r\n|71 |\r\n|623 |\r\n|59 |\r\n|67 |\r\n|922 |\r\n|178 |\r\n|225 |\r\n+--------------+",
"is_bot": false,
"headline": "Guaranty order of sequencenumber",
"author_name": "Sascha Nowak",
"author_login": null,
"committed_at": "2021-04-29T07:02:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d2eef4129161ca72e52f5c78d67a9db270a5eebc",
"body": "BUGFIX: Clear $pendingEvents when invoking DeferEventPublisher",
"is_bot": false,
"headline": "Merge pull request #286 from nlx-lars/bugfix/clear-pending-events",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-03-09T12:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f59af4bb0ad121cb1cec21154ed8aa690bc4c86",
"body": "Previously, consecutive calls to \"invoke()\" would publish old\nevents again as the $pendingEvents were never reset.",
"is_bot": false,
"headline": "BUGFIX: Clear $pendingEvents when invoking DeferEventPublisher",
"author_name": "Lars Lauger",
"author_login": "paxuclus",
"committed_at": "2021-03-09T11:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc046034c75e671e53f96e89468c7046f01734df",
"body": "BUGFIX: Include listener class name in exception message",
"is_bot": false,
"headline": "Merge pull request #285 from neos/bugfix/incomplete-exception-message",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-02-17T14:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd47833c58629bd6ae7bfd5565e088bc7d2a5a9d",
"body": "BUGFIX: Trigger publishing queue only once per eventtype/listener com…",
"is_bot": false,
"headline": "Merge pull request #284 from neos/bugfix/283-publish-event-types-once",
"author_name": "Karsten Dambekalns",
"author_login": "kdambekalns",
"committed_at": "2021-02-17T14:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e318a2d6bdc926f4f9e784ca8f0c5b2840626a",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Include listener class name in exception message",
"author_name": "Karsten Dambekalns",
"author_login": "kdambekalns",
"committed_at": "2021-02-17T14:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927b4b0e11a929948e94a7387ee8497beef4cdb2",
"body": "…bination\n\nAdjusts `JobQueueEventPublisher::publish()` so that it only processes each event type once.\r\nThis is merely an optimization. The end result is the same.\r\n\r\nFixes: #283",
"is_bot": false,
"headline": "BUGFIX: Trigger publishing queue only once per eventtype/listener com…",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2021-02-08T15:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c5b49f472b42bfbd55f320f5680dda8db29360",
"body": "Compatibility with Flow 7.*",
"is_bot": false,
"headline": "Merge pull request #281 from robertlemke/task/flow-7",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2021-01-05T13:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b8b3f717f9bcd16feed872408831ad85284297",
"body": null,
"is_bot": false,
"headline": "Declare compatibility with Flow 7.*",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2021-01-05T12:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e9875ee2d45162bfd770ae30e5a576bd779e39",
"body": "Remove broken ProductRepository::create() example from Readme",
"is_bot": false,
"headline": "Merge pull request #280 from neos/bugfix/279-fix-readme",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-12-14T14:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485d0b4dd1432204350c0a650c54845be2b64219",
"body": "Fixes: #279",
"is_bot": false,
"headline": "Remove broken ProductRepository::create() example from Readme",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-12-12T12:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e4a1473fcef79fa96d0b0a710fad0f09b0fe75",
"body": "Adjust DB migrations to Doctrine Migrations 3.0",
"is_bot": false,
"headline": "TASK: Apply migration Neos.Flow-20201109224100",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-11-18T08:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cfbb9455a8b8ffd41340405f8ac6a6e26ffb7cf",
"body": null,
"is_bot": false,
"headline": "Declare compatibility with ramsey/uuid 4.x",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-11-18T08:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d47563ea62702aaf54c98992c5db08a2f5b2398",
"body": null,
"is_bot": false,
"headline": "Allow package to be installed with latest Neos.Flow dev version",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-11-18T08:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebc7898322aaafddf1a3021713b096af8254e6a",
"body": "BUGFIX: Projection is reset on projection:catchup",
"is_bot": false,
"headline": "Merge pull request #276 from neos/bugfix/no-reset-on-catch-up",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2020-08-21T08:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314e56f28a631a5b90ef82c36015d757c2421ed4",
"body": "When using the projection:catchup CLI command, the respective\nprojections are reset due to some misplaced code in the Projection\nManager.\n\nSee also #270",
"is_bot": false,
"headline": "BUGFIX: Projection is reset on projection:catchup",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-21T07:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0037a6596a79fbb6ef48ff06af657c78090545",
"body": "BUGFIX: EventListenerInvoker: Don't reset maximum sequence number in …",
"is_bot": false,
"headline": "Merge pull request #274 from neos/bugfix/fix-eventListenerInvoker",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T18:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7191c42cd7ebb7d122ab4c06d89fd67c4dfa0edb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into bugfix/fix-eventListenerInvoker",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T18:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e2f75ac7340c5473df27198e48a8395e8afd0c",
"body": "BUGFIX: Fix unit tests",
"is_bot": false,
"headline": "Merge pull request #272 from neos/bugfix/fix-unit-tests",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T18:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272282503faea3ed4e821f5e08e74fc07614db75",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into bugfix/fix-unit-tests",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T18:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f32f00a76c8c98d02a5dc0beb3eb750aab9adb",
"body": "FEATURE: Make InMemoryStreamIterator immutable",
"is_bot": false,
"headline": "Merge pull request #273 from neos/feature/tweak-inMemoryEventStream",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T18:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1250bedf2f90de0ddecb6b43990daba801681e7",
"body": "…withTransactionBatchSize()",
"is_bot": false,
"headline": "BUGFIX: EventListenerInvoker: Don't reset maximum sequence number in …",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-08-20T17:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b849cfb5c1e165d2dad1fcf59058b30f17b3e5c",
"body": null,
"is_bot": false,
"headline": "FEATURE: Make InMemoryStreamIterator immutable",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-08-20T17:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b0f80d884a79037107998de41185b7cf77156b",
"body": "* Add `setUp` return type hint to fix compatibilty with PhpUnit 9+\n* Fix \"Only arrays and Traversables can be unpacked\" error with PHP 7.3",
"is_bot": false,
"headline": "BUGFIX: Fix unit tests",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-08-20T16:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f342d11d1f3af20fe57d7d48511497e49fed7556",
"body": "FEATURE: Introduce projection:catchup command",
"is_bot": false,
"headline": "Merge pull request #271 from neos/feature/cli-catch-up",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2020-08-20T12:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c42f5dd139993204df656f558ad63db9f2d9b6",
"body": "This change introduces a new CLI command which allows for applying\nnew events for a given or all projections. It's also possible to\nspecify the sequence number of an event up to which events should be\napplied.\n\nThis command is meant to be used for debugging and other rather un-\ncommon needs. In general, events should be applied by other means,\nfor example through the `CatchUpEventListenerJob`.\n\nResolves #270",
"is_bot": false,
"headline": "FEATURE: Introduce projection:catchup command",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T10:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd4819a838b1e221ea27bea552e24d8bfa7e225",
"body": null,
"is_bot": false,
"headline": "Introduce unit tests for ProjectManager",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T08:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf6ba1d88e866d52eb8786f420cd1870e9dea30",
"body": null,
"is_bot": false,
"headline": "TASK: Improve unit test code coverage",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T07:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c927eb307661a4898607463ef84afd8cc51ff834",
"body": null,
"is_bot": false,
"headline": "Add Github FUNDING file, for good measure",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T07:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c480a5e25e1f768c95fe7d28109298cca59b93",
"body": "FEATURE: Replay / catch up until sequence number",
"is_bot": false,
"headline": "Merge pull request #269 from neos/feature/replay-until-sequence-number",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2020-08-20T07:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0703e97953bfba60047fbc762aea7e3b7b1e4619",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/replay-until-sequence-number",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T07:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e620b2048aa5d34780462ca706c947b896dd4f",
"body": null,
"is_bot": false,
"headline": "Make StyleCI happy",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T07:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c94f40c850b4c54d4f29f4f440b11b3efeedf5",
"body": "This change introduces a feature which allows for applying events\n(catchup / replay) up to a specified event sequence number. Besides\nsupporting this in the `EventListenerInvoker`, the feature is also\nprovided by the `projection:replay` and `projection:replayall`\ncommands which introduce a new flag for this purpose.\n\nResolves #268",
"is_bot": false,
"headline": "FEATURE: Replay / catch up until sequence number",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-08-20T06:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4323205108d0f13d3942d406dd5b8f7a00b55d8",
"body": "BUGFIX: Fix recordedAt column type for DoctrineEventStorage",
"is_bot": false,
"headline": "Merge pull request #267 from neos/bugfix/fix-recordedat-columntype",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-08-09T11:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09283518957f9c2feb5977f1132dc0cdf0287d83",
"body": "Fixes a regression introduced with 4ec28d36644acab4b21fc1db50903e6058c8b669 that\nled to the `recordedAt` column of published events to miss the time component.",
"is_bot": false,
"headline": "BUGFIX: Fix recordedAt column type for DoctrineEventStorage",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-08-09T11:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51dee9bff2585115660c610c13ff5afa358d90a",
"body": null,
"is_bot": false,
"headline": "Fix create() method in aggregate example",
"author_name": "Robert Lemke",
"author_login": "robertlemke",
"committed_at": "2020-07-28T17:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "529344b3f28639d2acb9a1d9df64a674123aef9c",
"body": null,
"is_bot": false,
"headline": "BUGFIX: properly re-throw ConcurrencyException",
"author_name": "Sebastian Kurfürst",
"author_login": "skurfuerst",
"committed_at": "2020-07-23T18:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2ae14422de1071319132cc7bcbe889fba8b1ca",
"body": "FEATURE: Initial Documentation",
"is_bot": false,
"headline": "Merge pull request #266 from neos/179-initial-documentation",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-19T07:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bf30e2f081ec457efccacf5fc6f93692f84ec5d",
"body": null,
"is_bot": false,
"headline": "Create Glossary.md",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-19T07:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd04a94a21531b23b684de981cb84fb08ebbaf4e",
"body": null,
"is_bot": false,
"headline": "Create Tutorial.md",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-19T07:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d48045a703140039c9b24009bef6f271a9009d4e",
"body": null,
"is_bot": false,
"headline": "Update Readme.md",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-19T07:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a8082c75b38a1b4983f507b610f489633b48d3",
"body": "Add license",
"is_bot": false,
"headline": "Merge pull request #265 from neos/add-license-1",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f9bb023a95f606f74de2dcc1ad044d2d23a667",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd0dfe6729ea53b8a188ab46efcfef504f2c492",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efc111f37a1f448b94c28dc1180f6359c26e52e",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82cb04c08721e93ccfca62c3fa842d68b95b1f76",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e681e2d572e67bc9420186e832e899013b6761e",
"body": null,
"is_bot": false,
"headline": "!!! TASK: Update composer dependencies",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1507cf4e3903d9f54a3752b9e884a703ddff9df",
"body": "Master upstream",
"is_bot": false,
"headline": "Merge pull request #264 from neos/master_upstream",
"author_name": "Bastian Waidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a7f6ef55e7f66904d9e1466a0f4940b1c71bae",
"body": "Removes the deprecated classes `DoctrineProjectionPersistenceManager`\nand `AbstractDoctrineFinder` since they suggested some misleading\npractices.\n\nIf you need those classes in your projects, just create custom (base)\nclasses with the parts that you actually use.",
"is_bot": false,
"headline": "!!! TASK: Remove deprecated doctrine helper classes",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16fb17445bd467c18fc77592a98efbd357f263c7",
"body": "* Remove unused namespace imports\n* Fix type annotations\n* Add `@var` annotations\n* Add class doc comments",
"is_bot": false,
"headline": "Cosmetic tweaks",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7690a151c8f0b5a4da10c49b2ff5db0bcb6f1780",
"body": "..and the message of exceptions that are thrown during\n`EventStore::load()` and `EventStore::commit()`",
"is_bot": false,
"headline": "Improve DoctrineEventStorage error handling",
"author_name": "bwaidelich",
"author_login": "bwaidelich",
"committed_at": "2020-06-17T13:38:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 2,
"latest_release_at": "2026-08-05T07:49:20Z",
"latest_release_tag": "2.7.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": 177.4
},
"artifacts": {
"collected": true,
"structure": [
"tree.migrations"
],
"declarations": [
{
"name": "neos/event-sourcing",
"path": "composer.json",
"tokens": [
"composer.type:neos-package"
],
"ecosystem": "packagist"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": false,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "neos/event-sourcing",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"categories": [],
"matches_repo": true,
"registry_url": "https://packagist.org/packages/neos/event-sourcing",
"declared_type": "neos-package",
"is_deprecated": false,
"latest_version": "2.7.2",
"repository_url": "https://github.com/neos/Neos.EventSourcing",
"versions_count": 21,
"total_downloads": 364557,
"dependents_count": 9,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 19808,
"first_published_at": null,
"latest_published_at": "2025-11-07T09:40:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 270
}
]
},
"popularity": {
"forks": 30,
"stars": 47,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2016-09-02",
"count": 1
},
{
"date": "2016-09-06",
"count": 2
},
{
"date": "2016-09-27",
"count": 2
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-08-25",
"count": 1
},
{
"date": "2018-11-16",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 30
},
"star_history": null,
"open_issues_and_prs": 20
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 20497,
"source_files_sampled": 101,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "neos/flow",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^7.0 || ^8.0 || ^9.0 || dev-master"
},
{
"name": "flowpack/jobqueue-common",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.0 || dev-master"
},
{
"name": "symfony/serializer",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.1"
},
{
"name": "symfony/property-access",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.1"
},
{
"name": "ramsey/uuid",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.9 || ^4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "flowpack/jobqueue-common",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "neos/flow",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/uuid",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/property-access",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/serializer",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "roave/security-advisories",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 5,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 178,
"open_issues": 16,
"closed_ratio": 0.86,
"closed_issues": 98,
"closed_unmerged_prs": 28
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bwaidelich",
"commits": 239,
"avatar_url": "https://avatars.githubusercontent.com/u/307571?v=4"
},
{
"type": "User",
"login": "robertlemke",
"commits": 189,
"avatar_url": "https://avatars.githubusercontent.com/u/95582?v=4"
},
{
"type": "User",
"login": "dfeyer",
"commits": 146,
"avatar_url": "https://avatars.githubusercontent.com/u/221173?v=4"
},
{
"type": "User",
"login": "skurfuerst",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/190777?v=4"
},
{
"type": "User",
"login": "albe",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/4259532?v=4"
},
{
"type": "User",
"login": "kdambekalns",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/95873?v=4"
},
{
"type": "User",
"login": "hlubek",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/33351?v=4"
},
{
"type": "User",
"login": "mficzel",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1309380?v=4"
},
{
"type": "User",
"login": "dimaip",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/837032?v=4"
},
{
"type": "User",
"login": "nezaniel",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1687674?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.357
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 8/15 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 16 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "2 commit(s) and 1 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": 9,
"reason": "security policy file 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": "c34ad2bed1f80ac7f853abb359f0aa7a295a1bc3",
"ran_at": "2026-08-05T09:17:55Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 1,
"decided_7d": 1,
"merged_30d": 1,
"authors_30d": 1,
"decided_30d": 1,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 277,
"created_at": "2020-08-21T12:06:32Z",
"last_comment_at": "2021-07-23T14:47:18Z",
"last_comment_author": "bwaidelich"
},
{
"number": 278,
"created_at": "2020-11-10T11:21:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 289,
"created_at": "2021-03-17T21:40:31Z",
"last_comment_at": "2025-04-07T07:21:38Z",
"last_comment_author": "kdambekalns"
},
{
"number": 319,
"created_at": "2024-02-19T16:34:43Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-08-05T07:48:47Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 9,
"created_at": "2016-09-12T11:42:23Z",
"last_comment_at": "2017-09-25T10:12:15Z",
"last_comment_author": "kitsunet"
},
{
"number": 52,
"created_at": "2016-10-14T12:16:37Z",
"last_comment_at": "2016-11-04T16:14:36Z",
"last_comment_author": "dfeyer"
},
{
"number": 77,
"created_at": "2016-11-05T11:30:05Z",
"last_comment_at": "2016-11-09T09:30:13Z",
"last_comment_author": "dfeyer"
},
{
"number": 94,
"created_at": "2016-11-07T15:19:34Z",
"last_comment_at": "2017-03-08T09:02:23Z",
"last_comment_author": "robertlemke"
},
{
"number": 141,
"created_at": "2017-04-27T16:57:12Z",
"last_comment_at": "2017-10-16T13:50:06Z",
"last_comment_author": "bwaidelich"
},
{
"number": 153,
"created_at": "2017-09-25T10:13:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2018-03-02T16:33:08Z",
"last_comment_at": "2021-03-23T12:37:52Z",
"last_comment_author": "webmozart"
},
{
"number": 184,
"created_at": "2018-10-18T14:43:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 189,
"created_at": "2018-10-24T16:49:34Z",
"last_comment_at": "2019-11-15T08:06:53Z",
"last_comment_author": "niko5"
},
{
"number": 191,
"created_at": "2018-10-27T12:41:08Z",
"last_comment_at": "2019-07-09T16:40:05Z",
"last_comment_author": "stephanschuler"
},
{
"number": 208,
"created_at": "2019-05-14T19:00:47Z",
"last_comment_at": "2019-05-14T19:04:48Z",
"last_comment_author": "bwaidelich"
},
{
"number": 241,
"created_at": "2019-11-05T13:25:09Z",
"last_comment_at": "2022-04-27T15:04:41Z",
"last_comment_author": "bwaidelich"
},
{
"number": 259,
"created_at": "2020-02-11T16:29:22Z",
"last_comment_at": "2020-02-12T10:58:44Z",
"last_comment_author": "bwaidelich"
},
{
"number": 282,
"created_at": "2021-01-06T14:57:16Z",
"last_comment_at": "2022-03-28T14:24:10Z",
"last_comment_author": "skurfuerst"
},
{
"number": 312,
"created_at": "2022-04-14T12:32:50Z",
"last_comment_at": "2022-04-14T13:59:57Z",
"last_comment_author": "bwaidelich"
},
{
"number": 318,
"created_at": "2024-01-10T14:28:43Z",
"last_comment_at": "2024-01-10T14:44:56Z",
"last_comment_author": "bwaidelich"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/neos/Neos.EventSourcing",
"host": "github.com",
"name": "Neos.EventSourcing",
"owner": "neos"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 56 is calibrated to 59 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 56,
"calibrated": 59,
"calibration": "2026-08-02"
}
}
],
"value": 59,
"inputs": {
"security": 48,
"vitality": 59,
"community": 63,
"governance": 74,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 31,
"weighted_overall_raw": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 22,
"latest_release_tag": "2.7.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 177.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~177.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 177.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 30,
"stars": 47,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "47 stars",
"points": 27,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 47
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "30 forks",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 30
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"packages": [
"neos/event-sourcing"
],
"dependents": 9,
"ecosystems": "packagist",
"total_downloads": 364557,
"monthly_downloads": 19808
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "19,808 downloads/month across packagist",
"points": 57.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 19808,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "9 packages depend on it",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 9
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 17,
"top_contributor_share": 0.357
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 36% of commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 36
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"merged_prs": 178,
"open_issues": 16,
"closed_issues": 98,
"prs_merged_7d": 1,
"prs_decided_7d": 1,
"prs_merged_30d": 1,
"prs_decided_30d": 1,
"issue_closed_ratio": 0.86,
"closed_unmerged_prs": 28,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "178/206 decided PRs merged",
"points": 25.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 178,
"decided": 206
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 94,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "neos",
"public_repos": 152,
"account_age_days": 4155
},
"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": "94 followers of neos",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 94,
"login": "neos"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "152 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 152
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"neos/event-sourcing"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 270
},
"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 270 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 270
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"hacktoberfest",
"cqrs"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": "weak",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 1 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 detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 28
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.52,
"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": "52 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 20497,
"source_files_sampled": 101,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/101 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 101,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [
{
"path": "composer.json",
"labels": [],
"ecosystem": "packagist"
}
],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-05T09:18:16.518897Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/neos/Neos.EventSourcing.svg",
"full_name": "neos/Neos.EventSourcing",
"license_state": "standard",
"license_spdx": "MIT"
}