Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Bref Alternatives
Similar projects and alternatives to bref
-
-
lambda-debug-proxy
A proxy for piping AWS lambda input payload+context to and returning a response from a local dev environment for debugging.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
serverless-offline
Emulate AWS λ and API Gateway locally when developing your Serverless project
-
docker-lambda
Docker images and test runners that replicate the live AWS Lambda environment
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Deployer
The PHP deployment tool with support for popular frameworks out of the box
-
-
serverless-graphql
Serverless GraphQL Examples for AWS AppSync and Apollo
-
-
-
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
serverless-patterns
Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
-
ext-openswoole
Programmatic server for PHP with async IO, coroutines and fibers
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bref reviews and mentions
-
Bref + SQS - Runtime.unknown
Your best bet is to post an issue on https://github.com/brefphp/bref
-
Software architecture applied to PHP
multi threading php isnt a burden. laravel with a supervisor + redis + queues works out-of-the-box. you can even run it on lambda (vapor or bref.sh) with almost no hassle.
On Lambda you can either use containers or bref which is a layer that you add to your Lambda and it provides the binaries and other stuff you need to run php.
-
Project advice
To generate resource on AWS, you can use aws-sdk into a lambda. While Node or Python is more widely used, you can use PHP bref.sh and the PHP AWS SDK to achieve the same outcome. You'll want to use serverless framework (https://www.serverless.com) .
-
Ideas for minimum PHP pipeline for a small team
If you’re deploying in AWS and depending on your app I’d highly recommend using https://bref.sh/. When we changed it made our deploy pipeline so much simpler and our AWS bill much cheaper. Plus infrastructure as code is so useful (we don’t have dedicated dev ops in a team of about 20). Things like adding GD, upgrading PHP, or even adding a redis server become 1 (or a few) lines of change which you can PR and test on staging just like other code changes.
-
Is fargate the right choice for my apps?
For Lambda, look into https://bref.sh/. For us, running on Lambda was always way cheaper than everything else. However, if you have massive scale that calculation may not hold up.
-
Laravel Vapor, security information?
Failing that, looks like Bref will be the option in place of Vapor.
-
Best setup for a PHP (Laravel) site using CDK?
I'd go with AWS CDK & https://bref.sh/ for infrastructure and Github Actions for CI/CD stuff. I don't have much experience with CodePipelines, Github Actions are just so powerfull & simple. CDK is the best thing that has ever happened to AWS. DynamoDB for cache & sessions and AWS Aurora MariaDB for relational db stuff.
- AWS Lambda Function URLs: Built-In HTTPS Endpoints for Lambda
-
A note from our sponsor - InfluxDB
www.influxdata.com | 7 Jun 2023
Stats
brefphp/bref is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of bref is PHP.