honlapbirodalom / laravel-chilkat
Laravel package for Chilkat PHP library.
Installs: 3 025
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 607
Open Issues: 0
Requires
- php: ^8.2
- illuminate/contracts: ^9.28|^10.0|^11.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.16
- nunomaduro/collision: ^8.1
- orchestra/testbench: ^9.1
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.4
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-phpunit: ^1.3
- spatie/laravel-ray: ^1.35
README
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.