Ron Rise rrise
  • Joined on 2025-04-15
rrise pushed to feat/events at siteworxpro/Php-Template 2025-11-11 16:07:33 +00:00
daffbef263 feat: add event dispatcher facade and service provider
rrise pushed to feat/events at siteworxpro/Php-Template 2025-11-11 15:58:55 +00:00
291f6ced87 feat: add event dispatcher facade and service provider
rrise created pull request siteworxpro/Php-Template#13 2025-11-11 15:50:02 +00:00
feat: implement custom event dispatcher and listener system
rrise pushed to feat/events at siteworxpro/Php-Template 2025-11-11 15:49:52 +00:00
d7a2faf3a8 feat: implement custom event dispatcher and listener system
rrise created branch feat/events in siteworxpro/Php-Template 2025-11-11 15:49:52 +00:00
rrise deleted branch feat/cli-framework from siteworxpro/Php-Template 2025-11-11 14:52:34 +00:00
rrise pushed to master at siteworxpro/Php-Template 2025-11-11 14:52:33 +00:00
7d0b00fb89 feat/cli-framework (#12)
rrise merged pull request siteworxpro/Php-Template#12 2025-11-11 14:52:32 +00:00
feat/cli-framework
rrise pushed to feat/cli-framework at siteworxpro/Php-Template 2025-11-11 14:47:21 +00:00
5de0d6d844 fix: update PHPDoc annotations and improve null handling in middleware classes
rrise created pull request siteworxpro/Php-Template#12 2025-11-11 14:41:30 +00:00
feat/cli-framework
rrise pushed to feat/cli-framework at siteworxpro/Php-Template 2025-11-11 14:41:04 +00:00
c6567bd3a5 feat: refactor middleware classes to extend a base Middleware class and improve route callable extraction
rrise created branch feat/cli-framework in siteworxpro/Php-Template 2025-11-11 14:30:57 +00:00
rrise pushed to feat/cli-framework at siteworxpro/Php-Template 2025-11-11 14:30:57 +00:00
8ccaaadf03 feat: refactor server structure and introduce CLI application
rrise pushed to master at siteworxpro/Php-Template 2025-11-07 17:14:25 +00:00
13445a0719 feat: implement JWT authentication and scope validation middleware (#11)
rrise deleted branch feat/jwt-middlewares from siteworxpro/Php-Template 2025-11-07 17:14:25 +00:00
rrise merged pull request siteworxpro/Php-Template#11 2025-11-07 17:14:24 +00:00
feat: implement JWT authentication and scope validation middleware
rrise pushed to feat/jwt-middlewares at siteworxpro/Php-Template 2025-11-07 17:00:17 +00:00
9f77e70b25 feat: improve callable handling in JWT and Scope middlewares
rrise pushed to feat/jwt-middlewares at siteworxpro/Php-Template 2025-11-07 16:50:16 +00:00
29a71d3b19 feat: update Traefik healthcheck configuration and fix status code assertion in tests
rrise pushed to feat/jwt-middlewares at siteworxpro/Php-Template 2025-11-07 16:42:23 +00:00
9f2a5ff79f feat: enhance healthcheck functionality with Redis and database checks
rrise pushed to feat/jwt-middlewares at siteworxpro/Php-Template 2025-11-07 16:30:31 +00:00
1550577638 feat: add healthcheck endpoint and controller