con4gis / io-travel-costs
Travel costs bundle to calculate costs for driving using con4gis.io services.
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 2
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- con4gis/core: ^6.0.2 || ^7.0
- con4gis/maps: ^8.1.0
- contao/core-bundle: ^4.9 || ^5.0
- doctrine/data-fixtures: ^1.4.4
- doctrine/orm: ^2.8.4
- doctrine/persistence: ^2.1.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- dev-main
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.7.1
- v0.7.0
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- v0.1.0
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.2
- dev-dependabot/npm_and_yarn/postcss-8.4.31
This package is auto-updated.
Last update: 2024-11-19 13:31:38 UTC
README
Overview
The IOTravelCostsBundle implements a calculator for travel costs, based on customizable tariffs. The tariff structure can be edited in the backend and can depend on the current time, e.g. you can have different tariffs for different times of the day or different days of the week.
Features include:
- Customizable tariff structure for different days
- Frontend module to specify your desired start and end location
- Uses con4gis.io servers for the calculations (addresses, lengths, prices,..)
Installation
Via composer:
composer require con4gis/io-travel-costs
Alternatively, you can use the Contao Manager to install the con4gis-IOTravelCosts.
Requirements
- Contao (4.9.x LTS or latest stable release)
- MapsBundle (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.