dschuppelius / php-common-toolkit
Project description.
Installs: 89
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:app
Requires
- php: ^7.4 || ^8.0
- ext-bcmath: *
- ext-intl: *
- dschuppelius/php-config-toolkit: ^0.2.7
- dschuppelius/php-error-toolkit: ^1.2
- psr/log: ^3.0@dev
Requires (Dev)
- phpunit/phpunit: ^11.3@dev
README
Toolkit for common codes in my projects
Requirements
The following tools are required to successfully run dschuppelius/php-common-toolkit
:
1. TIFF Tools
Required for processing and handling TIFF files.
- Windows: GnuWin32 TIFF Tools
- Debian/Ubuntu:
apt install libtiff-tools
2. Xpdf
Required for handling PDF files.
- Windows: Xpdf Download
- Debian/Ubuntu:
apt install xpdf
3. ImageMagick
For converting and processing image files.
- Windows: ImageMagick Installer
- Debian/Ubuntu:
apt install imagemagick-6.q16hdri
4. muPDF Tools
For processing PDF and XPS documents.
- Debian/Ubuntu:
apt install mupdf-tools
Install the Toolkit into your Project
The Toolkit requires a PHP version of 8.1 or higher. The recommended way to install the SDK is through Composer.
composer require dschuppelius/php-common-toolkit