Skip to content

Commit

Permalink
Mention API platform in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 6, 2015
1 parent 0c21247 commit 03759cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ All Pull Requests must be open on [the GitHub project page](https://github.com/d

## Going further

Read [the Symfony documentation about contributing code](http://symfony.com/doc/current/contributing/code/patches.html).
Read [the Symfony documentation about contributing code](http://symfony.com/doc/current/contributing/code/patches.html).
4 changes: 4 additions & 0 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Or directly as a development dependency of your project:

composer require --dev dunglas/php-schema

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),
a all-in-one skeleton including PHP Schema and integrated with a ton of other useful packages allowing to generate JSON-LD
REST API in minutes.

## Model scaffolding

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

0 comments on commit 03759cf

Please sign in to comment.