Skip to content

Commit 01bc431

Browse files
committed
Update
0 parents  commit 01bc431

8 files changed

+3496
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Remotion Lambda PHP SDK
2+
This repository exists because Composer packages need to have a composer.json file placed in the root of the repository.
3+
The actual source code is located in the [Remotion repository](https://remotion.dev/github).
4+
This repository is automatically updated when a new version of Remotion is released.
5+
Do not open issues or pull requests here.
6+
7+
## Installation
8+
Visit https://www.remotion.dev/docs/lambda/php to learn how to install the Remotion Lambda PHP SDK.

Diff for: composer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "remotion/lambda",
3+
"type": "library",
4+
"version": "3.3.95",
5+
"description": "A PHP library for working with Remotion Lambda",
6+
"license": "proprietary",
7+
"autoload": {
8+
"psr-4": {
9+
"Remotion\\LambdaPhp\\": "src/"
10+
}
11+
},
12+
"require": {
13+
"aws/aws-sdk-php": "^3.269"
14+
},
15+
"require-dev": {
16+
"phpunit/phpunit": "^10.1"
17+
}
18+
}

0 commit comments

Comments
 (0)