File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
> A PHP implementation of the Activity Streams 2.0 specification
4
4
5
5
[ ![ Software License] [ ico-license ]] ( LICENSE.md )
6
+ [ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
7
+ [ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
8
+
6
9
7
10
** This package is in active development, this is not a complete implementation of ActivityStreams 2.0**
8
11
@@ -38,7 +41,7 @@ $item->addField('url', 'http://example.org/permalink/123');
38
41
echo $item->get();
39
42
40
43
```
41
-
44
+ ### Result:
42
45
``` json
43
46
{
44
47
"@context" : " https:\/\/ www.w3.org\/ ns\/ activitystreams" ,
@@ -98,3 +101,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
98
101
[ link-downloads ] : https://packagist.org/packages/dansup/php-activitystreams
99
102
[ link-author ] : https://github.com/dansup
100
103
[ link-contributors ] : ../../contributors
104
+
You can’t perform that action at this time.
0 commit comments