✦ Bref Cloud is live ✦
Modern PHP hosting should be simple: instantly scalable, redundant, monitored, and secure.
Get the best of AWS and serverless with an intuitive dashboard and CLI. No need to become an AWS expert
try it out ↓
Why developers hate PHP: jesuisundev.com/en/why-develop…
A good piece. "Developers hate PHP because it’s cool to hate PHP."
TL/DR: PHP *today* is faster than Python and Ruby. It can be completely typed. Static analysis like TypeScript. Extremely mature frameworks.
And PHP 8 will be 🔥
Just received a one-time GitHub sponsorship from AWS of $5k for my work on @brefphp. This is amazing 🎉
This will directly allow me to work part-time in December and January on the upcoming Bref v2 and the related projects!
Bref 1.0 is released 🎉🎉🎉
It's been 3 years in the making, and we can now celebrate 1 billion executions powered by Bref every month!
Creating serverless PHP applications has never been easier. A huge thanks to the Bref community!
What's new 👇️
bref.sh/docs/news/01-b…
That's it, 7777 is live 🎉
7777 is a dead-simple CLI command that makes your AWS database available on local port… 7777.
Forget SSH tunnels and paying for jump servers. Connecting and debugging databases is finally easy!
Get it here:
Serverless workers: a thread about SQS and AWS Lambda. With visuals using a simulator I built :)
Let's start with just SQS: it's a queue. Like RabbitMQ. You can send (millions!) messages to SQS and they get… queued! They are stored until a script consumes them.
It's finally time: myclabs/php-enum now guides you to upgrade to native PHP enums with PHP 8.1.
9 years, 2400 stars, 31 contributors, 56 million downloads… Goodbye little package.
Love using makefiles. This is a simple trick to deal with Composer.
We declare that the `vendor/` directory is generated by `composer install`, and it "depends" on `composer.json` and `composer.lock`.
=> make will only run composer if composer.json/lock are newer than `vendor/`