Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.75 KB

README.md

File metadata and controls

59 lines (31 loc) · 1.75 KB

Fleetsu Laravel based REST Service Demo - PSR Compliant code

PHP client (Object Oriented) with Financial Modelling API - https://financialmodelingprep.com/developer/docs/


About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Basic Home page:

URL: http://127.0.0.1:8000/

  • Display the list of configured API i.e., Company Profile and Quote

To Get Company Profile:

Method: GET

URL: http://127.0.0.1:8000/api/v1/company/profile/$name

Parameters

  • $name mandatory (eg: AAPL)

If no parameter, it will return the error

To Get Quote:

URL: http://127.0.0.1:8000/api/v1/profile/$name

Method: POST

Parameters

  • $name mandatory (eg: AAPL)

If no parameter, it will return the error

License

The Laravel framework is open-sourced software licensed under the MIT license.