This package helps you to implement Chilkat Software PHP libraries.
Compatible with officially supported PHP versions by Laravel. Staring from Laravel 11, PHP 8.2.0 or greater is required!
| Plugin version | Chilkat version | Laravel version |
|---|---|---|
| 1.x | 9.5.0.94 | 9.x, 10.x |
| 2.x | 9.5.0.97 | 9.x, 10.x |
| 3.x | 9.5.0.97 | 9.x, 10.x, 11.x |
You can install the package via composer:
composer require honlapbirodalom/laravel-chilkatYou can publish the config file with:
php artisan vendor:publish --tag="chilkat-config"This is the contents of the published config file:
return [
'license' => ... // Your Chilkat Software lisense.
];Required library install instructions are at: https://www.chilkatsoft.com/installPhpExtension.asp also see https://www.chilkatsoft.com/php.asp#debianInstall for apt-get installs for Debian/Ubuntu.
use HonlapBirodalom\Chilkat\Facades\Chilkat;
Chilkat::initialize();Reference Documentation: https://www.chilkatsoft.com/refdoc/php.asp
Samples: https://www.example-code.com/php/default.asp
composer testPlease see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.