1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00
appwrite/app/sdks/server-php/composer.json
2020-05-17 08:29:57 +03:00

26 lines
1 KiB
JSON

{
"name": "appwrite/appwrite",
"description": "Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
Use the PHP SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
"type": "library",
"license": "BSD-3-Clause",
"support": {
"url": "https://appwrite.io/support",
"email": "team@localhost.test"
},
"autoload": {
"psr-4": {
"Appwrite\\": "src/Appwrite"
}
},
"require": {
"php": ">=7.1.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.35"
},
"minimum-stability": "dev"
}