This project is not covered by Drupal’s security advisory policy.
Simple PHP client to interact with APITemplate.io's REST API v2. APITemplate.io is a PDF and image generation service.
This is an API module, supporting a few operations. Usage:
- Create account at APITemplate.io; add at least 1 PDF template.
- Configure API endpoint + key at /admin/config/system/apitemplate-io.
- Inject service
'apitemplate_io.client'into a service/form/controller. - Call any of the available API operations on the client: createPdf(), mergePdfs(), listTemplates(); passing the appropriate JSON-vars + query parameters (as relevant for the operation being called).
- Use the returned URL/data as needed: serve as direct download (see ApiTemplateClient::serveFile()), save to filesystem, etc.
The provided test tool also serves as an example for how to use the API client.
Supporting organizations:
Initial development
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Content display, Import and export, Integrations
17 sites report using this module
- Created by jedihe on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
1.0.0-beta4
released 13 June 2025
Works with Drupal: ^9 || ^10 || ^11
Install:
Development version: 1.0.x-dev updated 13 Jun 2025 at 01:44 UTC
