https://github.com/matks/apicycle
Demo project for "Use Swagger to document a Symfony API" blog post
https://github.com/matks/apicycle
api swagger
Last synced: 12 months ago
JSON representation
Demo project for "Use Swagger to document a Symfony API" blog post
- Host: GitHub
- URL: https://github.com/matks/apicycle
- Owner: matks
- License: mit
- Created: 2017-12-04T10:16:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T12:15:07.000Z (about 6 years ago)
- Last Synced: 2025-05-07T11:16:40.420Z (about 1 year ago)
- Topics: api, swagger
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ApiCycle
========
[](https://circleci.com/gh/matks/ApiCycle/tree/master)
Demo project for ["Use Swagger to document a Symfony API"](https://dev.to/mathieuks/use-swagger-to-document-a-symfony-api-790) blog post
# Apps
- [Movies Api](https://github.com/matks/ApiCycle/blob/master/apps/movies-api/README.md)
- [Movies Api Client](https://github.com/matks/ApiCycle/blob/master/apps/movies-api-client/README.md)
Movies API is the Symfony app which is the topic of the blog post.
Movies API Client is an API Client generated by [Jane](https://github.com/janephp/openapi)
using the [Swagger file](https://github.com/matks/ApiCycle/blob/master/apps/movies-api-client/swagger/swagger.json)
which describes the Movies API.
Movies API Client also allows to perform behat tests for the API.
Each app README explains how to set it up and run it.