Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 912 Bytes

File metadata and controls

11 lines (8 loc) · 912 Bytes

Origin-Destination Toll and Fuel Cost API for PHP with CodeIgniter Integration

A simple PHP-based API for calculating toll and fuel costs between two locations. The API accepts origin and destination coordinates and returns estimated costs, as well as optimized route suggestions. This repository also includes a sample implementation using the CodeIgniter PHP framework for easy integration into CodeIgniter projects.

Features:

  • Calculates toll and fuel costs between two locations
  • Returns optimized route suggestions
  • Easy to integrate with PHP applications
  • Sample implementation using the CodeIgniter PHP framework

For more examples of the different ways in which the responses from this endpoint can be configured, you can refer to: Our API parameter examples repository.