Skip to content

Commit 03759cf

Browse files
committed
Mention API platform in the doc
1 parent 0c21247 commit 03759cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ All Pull Requests must be open on [the GitHub project page](https://github.com/d
1414

1515
## Going further
1616

17-
Read [the Symfony documentation about contributing code](http://symfony.com/doc/current/contributing/code/patches.html).
17+
Read [the Symfony documentation about contributing code](http://symfony.com/doc/current/contributing/code/patches.html).

doc/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Or directly as a development dependency of your project:
1010

1111
composer require --dev dunglas/php-schema
1212

13+
If you want to create an API exposing Schema.org types, take a look at [Dunglas's API platform](https://github.com/dunglas/api-platform),
14+
a all-in-one skeleton including PHP Schema and integrated with a ton of other useful packages allowing to generate JSON-LD
15+
REST API in minutes.
16+
1317
## Model scaffolding
1418

1519
Start by browsing [Schema.org](http://schema.org) and pick types applicable to your application. The website provides

0 commit comments

Comments
 (0)