honlapbirodalom/laravel-chilkat

Laravel package for Chilkat PHP library.

3.0.2 2024-06-24 12:58 UTC

This package is auto-updated.

Last update: 2024-10-24 13:36:52 UTC


README

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This package helps you to implement Chilkat Software PHP libraries.

Installation

Compatibility

Compatible with officially supported PHP versions by Laravel. Staring from Laravel 11, PHP 8.2.0 or greater is required!

Laravel

You can install the package via composer:

composer require honlapbirodalom/laravel-chilkat

You 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.
];

Chilkat

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.

Usage

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

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.