EFL Leasing – PHP SDK & Ecommerce Plugins
Integrate leasing and financing into your online store. Use our PHP SDK for custom integrations or choose a ready-made plugin for your ecommerce platform.
public function __invoke(): void { $token = $this->efl->getAuthToken($this->partnerId); $positiveUrl = 'https://shop.example.com/efl/return/success'; $negativeUrl = 'https://shop.example.com/efl/return/failure'; $redirectUrl = $this->efl->startProcess($positiveUrl, $negativeUrl, $token); header('Location: ' . $redirectUrl, true, 302); exit; }
How this documentation is organised
This site focuses on two main areas: the PHP SDK for custom integrations and ready‑made ecommerce plugins for specific platforms. Use the sections below to understand how the pieces fit together.
PHP SDK and API
Learn how to authenticate, create offers and applications, handle redirects and work with the EFL Leasing API using the PHP SDK.
Ecommerce integrations
See how to install, configure and update official plugins for PrestaShop, WooCommerce and Shoper, and how they use the same SDK under the hood.
Guides and examples
Follow step‑by‑step guides, environment setup instructions and code examples that show common integration scenarios in real applications.
Platform support
You can start with a ready-made ecommerce integration or build a custom flow on top of our PHP SDK. Pick your platform below to open the dedicated documentation.