framework

High-Performance PHP Framework

MIT License

Downloads
236.1K
Stars
1.7K
Committers
39

Bot releases are hidden (Show)

framework - v2.4.2

Published by wolfy-j almost 5 years ago

  • added striker payload validation for jobs
  • added support for SerializerRegistryInterface for spiral/jobs
framework - v2.4.1

Published by wolfy-j almost 5 years ago

  • refactor in WebsocketBootloader
  • fixed bug in stop sequence of ws roadrunner service
framework - v2.4.0

Published by wolfy-j almost 5 years ago

  • added Broadcast service
  • added WebSocket server
framework - v2.3.8

Published by wolfy-j almost 5 years ago

  • minor refactoring in json exception handler
framework - v2.3.7

Published by wolfy-j almost 5 years ago

  • bugfix: client exceptions no longer sent with 500 code in application/json payloads
  • bugfix: fixed issue with forced expiration of session auth tokens
framework - v2.3.6

Published by wolfy-j almost 5 years ago

  • the framework can work without any snapshooter
framework - v2.3.5

Published by wolfy-j almost 5 years ago

  • improved code coverage
  • fixed invalid middleware association for HTTP state collector
framework - v2.3.4

Published by wolfy-j almost 5 years ago

  • improved debug state management
  • exceptions are able to display current request state, logs and etc.
  • ability to register custom debug state collectors
framework - v2.3.3

Published by wolfy-j almost 5 years ago

  • the plain snapshots enabled by default instead of HTML based
  • improved error handling for JSON requests
framework - v2.3.2

Published by wolfy-j almost 5 years ago

  • lighter API and abstract class base injection for spiral/filters
framework - v2.3.1

Published by wolfy-j almost 5 years ago

  • FileSnapshotter now sends logs into "default" log channel
  • CycleInterceptor use parameter as entity value instead of entity role
framework - v2.3.0

Published by wolfy-j almost 5 years ago

  • added interceptable core support and DomainBootloader
  • the ability to automatically inject Cycle entity via route parameter
  • the ability to automatically pre-validate Filters
  • the ability to authorize controller methods using @Guarded annotation
  • improving the Cycle TokenStorage for better testing capabilities
framework - v2.2.3

Published by wolfy-j almost 5 years ago

  • json payload middleware read stream content via (string) conversion …
  • JsonPayloadParserBootloader renamed to JsonPayloadsBootloader
framework - v2.2.2

Published by wolfy-j almost 5 years ago

  • minor CS in CycleBootloader, cleaner dependencies
framework - v2.2.1

Published by wolfy-j almost 5 years ago

  • the ORM schema can be pre-heated automatically
  • ability to create injectors to interfaces
framework - v2.2.0

Published by wolfy-j almost 5 years ago

  • added auth component
  • new CS fixes in compliance with PSR-12
  • minor improvements in session scopes
  • added health service to the app server
framework - v2.1.3

Published by wolfy-j about 5 years ago

  • Added SessionScope to be used in singleton services
  • Added getAll method to CookieManager
framework - v2.1.2

Published by wolfy-j about 5 years ago

  • added CookieManager for simpler access to cookies in request scope
  • added SessionScope for simpler access to session in request scope
  • added automatic CS formatting
framework - v2.1.1 - no binary

Published by vvval about 5 years ago

  • update cycle/proxy-factory dependency
framework - v2.1.0

Published by wolfy-j about 5 years ago

  • spiral/jobs updated to 2.0
  • job handlers introduced