Skip to content

Add event package documentation#5

Open
alexstandiford wants to merge 1 commit into
mainfrom
docs/event-package
Open

Add event package documentation#5
alexstandiford wants to merge 1 commit into
mainfrom
docs/event-package

Conversation

@alexstandiford
Copy link
Copy Markdown
Contributor

Documents the phpnomad/event package, which provides a flexible event system with hooks, listeners, and event bindings.

Includes:

  • Event interface
  • EventStrategy interface
  • ActionBindingStrategy interface
  • CanHandle interface
  • HasEventBindings interface
  • HasListeners interface
  • Best practices guide

🤖 Generated with Claude Code

Co-Authored-By: Claude [email protected]

Documents the phpnomad/event package, which provides a flexible event system with hooks, listeners, and event bindings.

Includes:
- Event interface
- EventStrategy interface
- ActionBindingStrategy interface
- CanHandle interface
- HasEventBindings interface
- HasListeners interface
- Best practices guide

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 405102047c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +233 to +236
| [auth](../auth/introduction) | Authentication lifecycle events |
| [rest](../rest/introduction) | Request/response events via [EventInterceptor](../rest/interceptors/included-interceptors/event-interceptor) |
| [update](../update/introduction) | Update lifecycle events |
| [wordpress-integration](../wordpress-integration/introduction) | Bridges WordPress hooks to application events |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix broken links to missing package docs

These links point to /packages/auth/introduction, /packages/update/introduction, and /packages/wordpress-integration/introduction. I checked public/docs/packages and ran a repo-wide rg for those paths and found no matching Markdown files, so these entries will 404 in the built site. Either add the missing package docs or change the links to existing pages/external URLs.

Useful? React with 👍 / 👎.


### Implementations

* [Symfony Event Dispatcher Integration](../symfony-event-dispatcher-integration/introduction) — Production-ready EventStrategy implementation
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update or add docs for Symfony integration link

This link targets ../symfony-event-dispatcher-integration/introduction, but there is no corresponding document under public/docs (no matches from find public/docs -path '*symfony-event-dispatcher*'). The same path is referenced again in the Next Steps section, so readers will hit a 404. Add the package docs or update the link to where the integration is documented.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant