pdir / mobilede-bundle
vehicle manager for Contao
Installs: 845
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 2
Open Issues: 1
Type:contao-bundle
Requires
- php: ^7.2 || ^8.0
- contao/core-bundle: ^4.9
- doctrine/annotations: ^1.6
- doctrine/orm: ^2.6
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^8.5 || ^9.5
- symfony/phpunit-bridge: ^5.3 || ^6.0
Suggests
- contao-themes-net/mate-theme-bundle: Show a vehicle feed in the MATE Theme. / Zeige deine Fahrzeuge im MATE Theme an.
- contao-themes-net/nature-theme-bundle: Show a vehicle feed in the NATURE Theme. / Zeige deine Fahrzeuge im NATURE Theme an.
- contao-themes-net/odd-theme-bundle: Show a vehicle feed in the ODD Theme. / Zeige deine Fahrzeuge im ODD Theme an.
- contao-themes-net/zero-one-theme-bundle: Show a vehicle feed in the 0.1 Theme. / Zeige deine Fahrzeuge im 0.1 Theme an.
- pdir/mobilede-sync-bundle: Mobile.de Import for the vehicle manager / Mobile.de Import für den Fahrzeugmanager
- pdir/vehicle-syscara-import: SysCara Import for the vehicle manager / SysCara Import für den Fahrzeugmanager
- dev-main
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.7.0
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.12
- 1.0.11
- 1.0.11beta
- 1.0.10
- 1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
This package is auto-updated.
Last update: 2024-10-30 11:45:17 UTC
README
Mobile.de Ads for Contao
Über
Eine Erweiterung mit Filtern und Funktionen um den mobile.de Fahrzeugbestand
auf der eigenen Website anzuzeigen.
Alle Inserate werden direkt aus der mobile.de* API ausgelesen und in der Erweiterung
übersichtlich dargestellt. Umfangreiche Filter- & Sortierungsfunktionen runden die
Listenansicht ab. Die Detailansicht enthält alle Fahrzeuginformationen und einen schlanken
Produkt-Slider. Auf Wunsch können auch zusätzliche Funktionen integriert werden.
Fragen Sie uns an.
Ihre Vorteile
- Listenansicht mit umfangreichen Filter- und Sortierungsfunktionen
- Detailansicht mit Contao Bildslider
- Empfohlenes Objekt
- Automatischer Abgleich der Fahrzeuge über mobile.de* API
- Templates und Design können auf gewohnte "Contao Art" angepasst werden
- garantierte Unterstützung der letzten bzw. aktuellen Contao LTS Version
Mehr Informationen https://pdir.de/mobile-de-integration-fuer-contao-cms.html
About
An extension with filters and functions around the mobile.de vehicle stock
on your own website.
All ads will be read directly from the mobile.de * API and will clearly presented in extension.
Extensive filter & sort functions complete the List view. The detailed view
contains all vehicle information and a lean one
Product Slider. On request, additional functions can be integrated.
Ask us.
Your advantages
- List view with extensive filtering and sorting functions
- Detail view with Contao picture slider
- Recommended object
- Automatic comparison of vehicles via mobile.de * API
- Templates and design can be adapted to the usual "Contao Art"
- Guaranteed support of the latest or current version of Contao LTS
More information https://pdir.de/mobile-de-integration-fuer-contao-cms.html
Screenshot
System requirements
Installation & Configuration
see documentation at https://docs.pdir.de/mobilede/mobilede_inserate.html
Demo
https://demo.pdir.de/mobile-de-inserate-demo.html
See this Extension in the Contao Extension-Repository
https://contao.org/de/erweiterungsliste/view/pdirMobileDe.10000099.de.html
License
This is a commercial extension for Contao Open Source CMS
You can buy a license at https://pdir.de/mobilede
2017-2022 pdir GmbH - All-rights-reserved
mobile.de sowie das mobile.de Logo sind eingetragene Warenzeichen einer Drittpartei und stehen in keiner Verbindung zur pdir GmbH oder der mobile.de Erweiterung für Contao. Die Erweiterung verwendet die mobile.de* API zum Import der Fahrzeugdaten. DIES IST EINE DEMO VERSION, DIE DURCH DEN KAUF EINER LIZENZ ZUR VOLLVERSION UMGEWANDELT WERDEN KANN.
Developing & Pull Request
Run the PHP-CS-Fixer and the unit tests before you make a pull request to the bundle:
vendor/bin/php-cs-fixer fix -v
vendor/bin/phpunit
Run cypress tests against demo data
npm run cypress:open or yarn run cypress open