PHP client (Object Oriented) with Financial Modelling API - https://financialmodelingprep.com/developer/docs/
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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
- Display the list of configured API i.e., Company Profile and Quote
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
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
The Laravel framework is open-sourced software licensed under the MIT license.