We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b04426 commit aba9709Copy full SHA for aba9709
composer.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "digitalbazaar/json-ld",
3
+ "type": "library",
4
+ "description": "A JSON-LD Processor and API implementation in PHP.",
5
+ "keywords": [
6
+ "JSON",
7
+ "Linked Data",
8
+ "JSON-LD",
9
+ "RDF",
10
+ "Semantic Web",
11
+ "jsonld"
12
+ ],
13
+ "homepage": "https://github.com/digitalbazaar/php-json-ld",
14
+ "license": "BSD-3-Clause",
15
+ "authors": [
16
+ {
17
+ "name": "Digital Bazaar, Inc.",
18
+ "email": "[email protected]",
19
+ "url": "http://digitalbazaar.com/"
20
+ }
21
22
+ "require": {
23
+ "php": ">=5.3.0",
24
+ "ext-json": "*"
25
+ },
26
+ "autoload": {
27
+ "files": [ "jsonld.php" ]
28
29
+}
0 commit comments