brefphp/bref

Serverless PHP on AWS Lambda

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 20th, 2026
Created on November 30th, 2017
Open Issues & Pull Requests: 61 (+0)
GitHub issues: Enabled
Number of forks: 381
Total Stargazers: 3,401 (+0)
Total Subscribers: 46 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 714 days
Stale 30+ days: 24
Stale 90+ days: 20

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (32)
  • enhancement (26)
  • help wanted (7)
  • documentation (6)
  • good first issue (2)
  • support (2)
  • duplicate (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bref is a serverless PHP framework that enables running PHP applications on AWS Lambda.

The tool solves the problem of deploying PHP applications to serverless infrastructure by providing Lambda layers and runtimes specifically built for PHP. It abstracts away the complexity of configuring Lambda for PHP execution, allowing developers to package and deploy PHP code without managing underlying server infrastructure. Bref handles the integration between PHP and Lambda's event-driven model, making it possible to run traditional PHP applications, APIs, and background jobs in a serverless environment.

Bref suits teams already invested in PHP who want to adopt serverless architecture without rewriting their applications. It works well for APIs, web applications, and event-driven workloads that fit Lambda's execution model. Organizations evaluating serverless PHP deployment should consider whether their existing PHP codebase can adapt to Lambda's constraints around execution time, memory, and stateless processing. The project is particularly valuable for those seeking to reduce operational overhead by eliminating server management while retaining PHP as their primary language.

The project maintains active engagement with its community through regular updates and responsive issue handling. Development follows a structured approach with consistent attention to both new features and maintenance of existing functionality. The maintainers demonstrate commitment to keeping the framework compatible with current AWS Lambda capabilities and PHP versions. Documentation and examples receive ongoing refinement to support developers adopting the framework.