https://github.com/teohhanhui/api-platform-core
The Hypermedia REST API component of API Platform: JSON-LD and Hydra support, works with Symfony too
https://github.com/teohhanhui/api-platform-core
Last synced: 3 months ago
JSON representation
The Hypermedia REST API component of API Platform: JSON-LD and Hydra support, works with Symfony too
- Host: GitHub
- URL: https://github.com/teohhanhui/api-platform-core
- Owner: teohhanhui
- License: mit
- Fork: true (api-platform/core)
- Created: 2015-08-18T06:04:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T14:37:39.000Z (about 5 years ago)
- Last Synced: 2024-07-31T19:45:45.023Z (11 months ago)
- Language: PHP
- Homepage: https://api-platform.com
- Size: 16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# API Platform Core
API Platform Core is an easy to use and powerful system to create [hypermedia-driven REST APIs](https://en.wikipedia.org/wiki/HATEOAS).
It is a component of the [API Platform framework](https://api-platform.com) and it can be integrated
with [the Symfony framework](https://symfony.com) using the bundle distributed with the library.It natively supports popular open formats including [JSON for Linked Data (JSON-LD)](https://json-ld.org), [Hydra Core Vocabulary](https://www.hydra-cg.com), [OpenAPI v2 (formerly Swagger) and v3](https://www.openapis.org), [HAL](https://tools.ietf.org/html/draft-kelly-json-hal-08) and [Problem Details](https://tools.ietf.org/html/rfc7807).
Build a working and fully-featured CRUD API in minutes. Leverage the awesome features of the tool to develop complex and
high performance API-first projects. Extend or override everything you want.[](https://github.com/api-platform/core/actions?workflow=CI)
[](https://travis-ci.org/api-platform/core)
[](https://circleci.com/gh/api-platform/core/tree/master)
[](https://ci.appveyor.com/project/dunglas/dunglasapibundle/branch/master)
[](https://codecov.io/gh/api-platform/core/branch/master)
[](https://insight.symfony.com/projects/92d78899-946c-4282-89a3-ac92344f9a93)
[](https://scrutinizer-ci.com/g/api-platform/core/?branch=master)## Documentation
The documentation of API Platform Core Library can be browsed [on the official website](https://api-platform.com/docs/core).