framework

High-Performance PHP Framework

MIT License

Downloads
236.1K
Stars
1.7K
Committers
39

Bot releases are hidden (Show)

framework - v2.6.1

Published by SerafimArts about 4 years ago

  • Fixed default secure cookies flag
framework -

Published by SerafimArts about 4 years ago

framework - v2.5.1

Published by vvval about 4 years ago

  • register new validation conditions
  • bump spiral/validation dependency
framework - v2.5.0

Published by rustatian over 4 years ago

  • RR updated to 1.8.2 (don't use broken 1.8.1 tag)
  • Jobs plugin updated to 2.2.0 (see the changelog)
framework - v2.4.19 - no binary

Published by wolfy-j over 4 years ago

  • Allow JSON requests with empty body by @rauanmayemir
framework - v2.4.18

Published by rustatian over 4 years ago

  • Add the ability to control view cache separately from DEBUG via VIEW_CACHE env variable
framework - v2.4.17

Published by wolfy-j over 4 years ago

  • added support for Postgres Cycle Auth tokens
  • added the ability to redefine the error message in Guarded annotation
framework - v2.4.16

Published by rustatian over 4 years ago

  • Update RR binary to 1.8.0
framework - v2.4.14

Published by wolfy-j over 4 years ago

  • added JobRegistry with the ability to route jobs into custom pipelines
  • added the ability to bind job name to the concrete implementation
  • added EntityChecker to check the existence and uniqueness of ORM entities
  • the Auth/CookieTransport will respect the application base path
  • the command encrypt:key is no longer private
  • cleaned up the Publisher extension by @ncou
  • fixed a number of PHPUnit 8.0 warnings
  • RouterBootloader no longer blocks the HttpConfig (easier middleware creation)
  • show list of actions in multi-action routes in route:list by @ncou
  • added default alias for notNull validation rule
  • fixed path behavior in grpc:generate command by @matthewhall-ca
  • FilterInterceptor can automatically detect the validation context
framework - v2.4.13

Published by rustatian over 4 years ago

  • RoadRunner version updated to 1.7.0
  • Jobs version updated to 2.1.4
framework - v2.4.12

Published by rustatian over 4 years ago

  • build.sh script updated. Included -trimpath and musl target
  • RoadRunner version updated to 1.6.4
framework - v2.4.11

Published by wolfy-j over 4 years ago

  • jobs updated to version 2.1.3
  • roadrunner updated to version 1.6.3
framework - v2.4.10

Published by wolfy-j over 4 years ago

  • fix issue with debug http collector fail in console mode
framework - v2.4.9

Published by wolfy-j over 4 years ago

  • WebSocket module updated to v1.1.0
framework - v2.4.8

Published by wolfy-j over 4 years ago

  • added reload module
framework - v2.4.7 - no binary

Published by vvval over 4 years ago

  • Fix return status code behavior in the console dispatcher
  • Add tests
framework - v2.4.6

Published by vvval over 4 years ago

  • Fix ConsoleDispatcher default values
framework - v2.4.5

Published by vvval over 4 years ago

  • Fix TableCommand render
  • Add status code return into ConsoleDispatcher
framework - v2.4.4

Published by wolfy-j almost 5 years ago

  • minor code-base quality improvements
  • added route:list command
  • app server updated with recent roadrunner version
  • queue server does not show PUSH message anymore
  • added roave/security-advisories
framework - v2.4.3 - no binary

Published by vvval almost 5 years ago

  • bump spiral/validation dependency
  • register DatetimeChecker in the ValidationBootloader