Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix "API Platform" case and various relative fixes #11064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ Learn more
.. seealso::

Normalizers for the Symfony Serializer Component supporting popular web API formats
(JSON-LD, GraphQL, HAL and JSONAPI) are available as part of the `API Platform`_ project.
(JSON-LD, GraphQL, OpenAPI, HAL, JSON:API) are available as part of the `API Platform`_ project.

.. seealso::

Expand Down
4 changes: 2 additions & 2 deletions 4 quick_tour/flex_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Are you building an API? You can already return JSON easily from any controller:
}
}

But for a *truly* rich API, try installing `Api Platform`_:
But for a *truly* rich API, try installing `API Platform`_:

.. code-block:: terminal

Expand Down Expand Up @@ -259,5 +259,5 @@ build features *without* sacrificing code quality or performance. It's all about
the service container, and it's Symfony's super power. Read on: about :doc:`/quick_tour/the_architecture`.

.. _`https://flex.symfony.com`: https://flex.symfony.com
.. _`Api Platform`: https://api-platform.com/
.. _`API Platform`: https://api-platform.com/
.. _`Twig`: https://twig.symfony.com/
21 changes: 18 additions & 3 deletions 21 serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,19 @@ value:
Going Further with the Serializer
---------------------------------

`ApiPlatform`_ provides an API system supporting `JSON-LD`_ and `Hydra Core Vocabulary`_
hypermedia formats. It is built on top of the Symfony Framework and its Serializer
`API Platform`_ provides an API system supporting the following formats:

* `JSON-LD`_ along with the `Hydra Core Vocabulary`_
* `OpenAPI`_ v2 (formerly Swagger) and v3
* `GraphQL`_
* `JSON:API`_
* `HAL`_
* JSON
* XML
* YAML
* CSV

It is built on top of the Symfony Framework and its Serializer
component. It provides custom normalizers and a custom encoder, custom metadata
and a caching system.

Expand All @@ -218,7 +229,11 @@ take a look at how this bundle works.
serializer/custom_normalizer

.. _`APCu`: https://github.com/krakjoe/apcu
.. _`ApiPlatform`: https://github.com/api-platform/core
.. _`API Platform`: https://api-platform.com
.. _`JSON-LD`: http://json-ld.org
.. _`Hydra Core Vocabulary`: http://hydra-cg.com
.. _`OpenAPI`: https://www.openapis.org
.. _`GraphQL`: https://graphql.org
.. _`JSON:API`: https://jsonapi.org
.. _`HAL`: http://stateless.co/hal_specification.html
.. _`Data URIs`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
Morty Proxy This is a proxified and sanitized view of the page, visit original site.