Bref Versions Save

Serverless PHP on AWS Lambda

1.7.36

7 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/1.7.35...1.7.36

2.1.3

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/brefphp/bref/compare/2.1.2...2.1.3

1.7.35

8 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/1.7.34...1.7.35

1.7.34

9 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/1.7.33...1.7.34

2.1.2

9 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/2.1.1...2.1.2

2.1.1

9 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/2.1.0...2.1.1

1.7.33

9 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/1.7.32...1.7.33

2.1.0

9 months ago

This new release introduces support for PHP 8.3 beta 🎉.

Upgrade Bref via Composer and change the PHP version in serverless.yml:

functions:
    app:
        handler: public/index.php
        runtime: php-83-fpm
        events:
            - httpApi: '*'

What's Changed

New Contributors

Sneak peak

Interested in X-Ray support? Get in touch: [email protected]

Thanks to Bref sponsors ❤️

image

Still looking for new sponsors: https://github.com/sponsors/mnapoli

Full Changelog: https://github.com/brefphp/bref/compare/2.0.11...2.1.0

1.7.32

9 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/1.7.31...1.7.32

2.0.11

10 months ago

What's Changed

Full Changelog: https://github.com/brefphp/bref/compare/2.0.10...2.0.11