forked from 24u/fmRESTor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 721 Bytes
/
composer.json
File metadata and controls
30 lines (29 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "fmrestor/fmrestor",
"type": "library",
"description": "fmRESTor is an object-based PHP library developed to seamlessly interact with databases and custom apps hosted on a FileMaker Server via the new powerful FileMaker Data API from within a PHP code.",
"keywords": [
"filemaker-api",
"filemaker",
"php",
"filemaker17",
"filemaker-17",
"api",
"filemaker-dataapi",
"filemaker-databases",
"filemaker18",
"filemaker-18",
"filemaker-18-api",
"filemaker-17-api"
],
"homepage": "https://24usoftware.com/fmrestor",
"license": "LGPL-3.0",
"require": {
"php" : "^5.6 || ^7.0"
},
"autoload": {
"psr-4": {
"fmRESTor\\":"src/"
}
}
}