Skip to content

Commit 678dfd5

Browse files
committed
feat: Add Bref for PHP support
1 parent 48f9e43 commit 678dfd5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
7373
| **[Bespoken - `serverless-plugin-bespoken`](https://github.com/bespoken/serverless-plugin-bespoken)** <br/> by [bespoken](http://github.com/bespoken) <br/> Creates a local server and a proxy so you don't have to deploy anytime you want to test your code | ![Github Stars](https://img.shields.io/github/stars/bespoken/serverless-plugin-bespoken.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bespoken.svg?label=Downloads&style=for-the-badge)|
7474
| **[Better Credentials - `serverless-better-credentials`](https://github.com/thomasmichaelwallace/serverless-better-credentials)** <br/> by [thomasmichaelwallace](http://github.com/thomasmichaelwallace) <br/> Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support. | ![Github Stars](https://img.shields.io/github/stars/thomasmichaelwallace/serverless-better-credentials.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-better-credentials.svg?label=Downloads&style=for-the-badge)|
7575
| **[Bind Deployment Id - `serverless-plugin-bind-deployment-id`](https://github.com/jacob-meacham/serverless-plugin-bind-deployment-id)** <br/> by [jacob-meacham](http://github.com/jacob-meacham) <br/> A Serverless plugin to bind the randomly generated deployment resource to your custom resources | ![Github Stars](https://img.shields.io/github/stars/jacob-meacham/serverless-plugin-bind-deployment-id.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bind-deployment-id.svg?label=Downloads&style=for-the-badge)|
76+
| **[Bref - `bref`](https://github.com/brefphp/bref)** <br/> by [brefphp](http://github.com/brefphp) <br/> Deploy serverless PHP applications to AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/brefphp/bref.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/bref.svg?label=Downloads&style=for-the-badge)|
7677
| **[Browserifier - `serverless-plugin-browserifier`](https://github.com/digitalmaas/serverless-plugin-browserifier)** <br/> by [digitalmaas](http://github.com/digitalmaas) <br/> Reduce the size and speed up your Node.js based lambda's using browserify. | ![Github Stars](https://img.shields.io/github/stars/digitalmaas/serverless-plugin-browserifier.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserifier.svg?label=Downloads&style=for-the-badge)|
7778
| **[Browserify - `serverless-plugin-browserify`](https://github.com/doapp-ryanp/serverless-plugin-browserify)** <br/> by [doapp-ryanp](http://github.com/doapp-ryanp) <br/> Speed up your node based lambda's | ![Github Stars](https://img.shields.io/github/stars/doapp-ryanp/serverless-plugin-browserify.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserify.svg?label=Downloads&style=for-the-badge)|
7879
| **[Build Client - `serverless-build-client`](https://github.com/tgfischer/serverless-build-client)** <br/> by [tgfischer](http://github.com/tgfischer) <br/> Build your static website with environment variables defined in serverless.yml | ![Github Stars](https://img.shields.io/github/stars/tgfischer/serverless-build-client.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-build-client.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,11 @@
11741174
"description": "Build go source files (or public functions) using yml definition file",
11751175
"githubUrl": "https://github.com/sean9keenan/serverless-go-build",
11761176
"status": "active"
1177+
}, {
1178+
"name": "bref",
1179+
"description": "Deploy serverless PHP applications to AWS Lambda",
1180+
"githubUrl": "https://github.com/brefphp/bref",
1181+
"status": "active"
11771182
}, {
11781183
"name": "serverless-local-schedule",
11791184
"description": "Schedule AWS CloudWatch Event based invocations in local time(with DST support!)",

0 commit comments

Comments
 (0)