1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/sdks/server-php/composer.json

26 lines
1 KiB
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
"name": "appwrite/appwrite",
2020-05-02 16:23:56 +12:00
"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)",
2019-05-09 18:54:39 +12:00
"type": "library",
2019-06-10 17:44:55 +12:00
"license": "BSD-3-Clause",
2019-05-09 18:54:39 +12:00
"support": {
"url": "https://appwrite.io/support",
2020-05-17 17:29:57 +12:00
"email": "team@localhost.test"
2019-05-09 18:54:39 +12:00
},
"autoload": {
"psr-4": {
"Appwrite\\": "src/Appwrite"
}
},
"require": {
2019-06-04 09:41:34 +12:00
"php": ">=7.1.0",
2019-05-09 18:54:39 +12:00
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.35"
},
"minimum-stability": "dev"
}