Skip to content

Commit 0fdafd3

Browse files
committed
add github badges
1 parent 4fafcd4 commit 0fdafd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Skeleton to kick off projects using AWS Lambda functions with PHP. Because AWS Lambda does not natively support PHP, the Bref Framework is used which provides a layer to execute PHP code on AWS Lambda.
44

5+
![CI Status](https://github.com/svnldwg/lambda-php-skeleton/workflows/Code%20Check/badge.svg)
6+
![GitHub last commit](https://img.shields.io/github/last-commit/svnldwg/lambda-php-skeleton)
7+
![PHPStan](https://img.shields.io/badge/PHPStan-Level%208-brightgreen.svg?style=flat)
8+
59
## Getting Started
610

711
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

dev/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 7
2+
level: max
33
inferPrivatePropertyTypeFromConstructor: true
44
checkMissingIterableValueType: true
55
paths:

0 commit comments

Comments
 (0)