Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Changes to message processing

Compare
Choose a tag to compare
@WesleyE WesleyE released this 29 Sep 15:21
· 22 commits to master since this release
  • Added Facade for easier access
  • Adding additional data is now handled by MessageProcessors. By default, we ship an ExceptionProcessor and a RequestProcessor. Additional processors can be made by implementing ProcessorInterface and adding them to your AppProvider.
  • Request logging can now add GET and/or POST parameters. POST parameters can be blacklisted (think passwords/usernames)