framework

High-Performance PHP Framework

MIT License

Downloads
236.1K
Stars
1.7K
Committers
39

Bot releases are hidden (Show)

framework - v3.0.2

Published by butschster about 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/3.0.0...3.0.2

framework - v3.0.0

Published by butschster about 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.11.0...3.0.0

framework - v2.14.1

Published by butschster about 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.14.0...2.14.1

framework - v2.14.0

Published by butschster about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spiral/framework/compare/2.13.1...2.14.0

framework - v3.0-rc

Published by butschster about 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/v3.0-beta...v3.0-rc

framework - v3.0-beta

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/v3.0-alpha2...v3.0-beta

framework - v3.0-alpha2

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/v3.0-alpha...v3.0-alpha2

framework - v3.0-alpha1

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.11.0...v3.0-alpha

framework - v2.13.0

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.12.0...2.13.0

framework - v2.12.0

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.11.0...2.12.0

framework - v2.11.0

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.10.0...2.11.0

framework - v2.10.1

Published by butschster over 2 years ago

  • [spiral/console] Fixed compatibility with symfony/console 6.x

Full Changelog: https://github.com/spiral/framework/compare/2.10.0...2.10.1

framework - v2.10.0

Published by butschster over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spiral/framework/compare/2.9.1...2.10.0

framework - v2.9.1

Published by butschster over 2 years ago

What's Changed

Full Changelog: https://github.com/spiral/framework/compare/2.9.0...2.9.1

framework - v2.9.0

Published by butschster over 2 years ago

The release added support for RoadRunner v2.

New packages

What's Changed

  • [spiral/core] Added autocomplete for get and make methods #516
  • [spiral/core] Added a new method invoke for invoking callables with auto-wiring. You can use Spiral\Core\InvokerInterface for callables also.
  • [Rector] Cleaned up code by rector #472
  • Adds support PHP8.1 for Dotenv bridge by @butschster in #476
  • Replaces [spiral/database] package with [cycle/database] by @butschster in #479
  • Upping min version of Cycle ORM up to 1.8.1 by @msmakouz in #487
  • Adding attributes, marking as deprecated Annotations package by @msmakouz in #486
  • Added support for RoadRunner v2 by @butschster in #491
  • Allow injectors to inject interfaces by @vladgorenkin in #444
  • Allows using custom loaders in ViewManager by @butschster in #495
  • Changed psr/container version to 1 - 2 by @roxblnfk in #499
  • Marked deprecated code, which will be moved to spiral/cycle-bridge package by @msmakouz in #497
  • Added [spiral/queue] component with sync driver out of the box by @butschster in #501
  • Added [spiral/cache] component with PSR-16 compatible drivers and array and file driver out of the box by @butschster
  • Improved bootstrapping kernel bootloaders by @butschster in #505
  • Added ability to configure Monolog processors by @msmakouz in #506
  • Added ability to use mailer without queueing by @butschster in #514
  • Fix container: wrong nullable parameter type assertion by @roxblnfk in #523
  • Set the lowest priority for ConsoleDispatcher and SapiDispatcher dispatchers by @butschster in #527
  • Improved PHP8.1 support
  • More psalm annotations coverage

Spiral Framework project: https://github.com/orgs/spiral/projects/5

Full Changelog: https://github.com/spiral/framework/compare/v2.8.13...2.9.0

Thank you to all for issues and pull requests!

framework - v2.8.13

Published by SerafimArts about 3 years ago

  • [Security] Added new console command security:role:permissions (#455, #369)
framework - v2.8.12

Published by SerafimArts about 3 years ago

  • [Filters] Added optional flag for nested filters (#408, #453)
framework - v2.8.11

Published by SerafimArts about 3 years ago

  • [Distribution] Added S3 and CloudFront distribution prefixes (#445)
framework - v2.8.10

Published by SerafimArts about 3 years ago

  • [Attributes] Fix attributes PSR-6 cache init logic (#442)
framework - v2.8.9

Published by wolfy-j over 3 years ago

  • [Distribution] Invalid diff computation when a concrete expiration date is provided