Download the PHP package furbo/rentman-for-craft without Composer
On this page you can find all versions of the php package furbo/rentman-for-craft. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download furbo/rentman-for-craft
More information about furbo/rentman-for-craft
Files in furbo/rentman-for-craft
Package rentman-for-craft
Short Description Automatically Import Rentman Products to Craft. Let visitors create orders. Orders are automatically send to rentman as a project request.
License proprietary
Informations about the package rentman-for-craft
Rentman for Craft
Automatically import Rentman products to Craft. It lets visitors create orders. Orders are automatically sent to Rentman as project requests.
Requirements
This plugin requires Craft CMS 4.2.0 or later, and PHP 8.0.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Rentman for Craft”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
Craft Setup Example
- Go to Settings > Plugins > Rentman for Craft > Main settings
- Add the API URL, usually
https://api.rentman.net/
- Add the API Key, more infos here: https://support.rentman.io/hc/en-us/articles/360013767839-The-Rentman-API
- Add a cron job that executes the php script
httpdocs/craft rentman-for-craft/rentman/update-all
(adapt the path to your installation) for example once a day - Choose the templates and urls for products, categories and projects
- Click on the Customisation tab: here you can choose your own templates and settings for generated emails and pdfs
Code Examples
Get a single product
Get products by category
Get all products
Get main categories
Get categories first two levels
Get all categories in an array (recursive)
Print full categories tree
Print full categories tree with active category
Print partial categories tree with active category
Complete twig pages - examples
- Product page
- Category page
- Project page
JavaScript API
The Rentman Plugin for CraftCMS provides a JavaScript API to manage projects and perform associated actions. Here is a detailed guide on how to use this API.
Translations
You can copy the rentman-for-craft.php
translations files from the plugin's translations folder to your site's translations folder and translate them there.
Support
If you have any issues with this plugin, please create an issue on GitHub or contact us at Furbo.
All versions of rentman-for-craft with dependencies
craftcms/cms Version ^4.2.0
dompdf/dompdf Version ^2.0
guzzlehttp/guzzle Version ^7.5
nesbot/carbon Version ^2.66