Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 524 Bytes

This project aims to go SpaceX API and fetch the capsule datas from it by using PHP.

Used Concepts


Nova Modules, Service & Repository

Details


Capsule datas convert into Capsule Models by using Module, Service and Repository structure.

Capsule service can sync capsules according to their mission; update or create a capsule according to capsule_serial (id).

Capsule model is converted to Nova Model and also API is documented into Swagger.