drechsler-development / class-library
a bunch of classes you can use in your projects
Installs: 275
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/drechsler-development/class-library
Requires
- ext-ctype: *
- ext-curl: *
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-soap: *
- monolog/monolog: ^2.3
- phpmailer/phpmailer: ^6.2
- dev-main
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- 1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-add-8.4-settings-to-database
- dev-DropBox_NewDownload
This package is auto-updated.
Last update: 2025-11-28 16:31:15 UTC
README
A library of useful classes I am using often in different projects
Requirements
- PHP >= 7.4
- cURL Extension
- json Extension
- soap Extension
- gd Extension
- mbstring Extension
- ctype Extension
Installation
composer require drechsler-development\class-library
Just install the package and it is ready to use!
Usage
Formats a date into german format with long year
$date = "2012-12-31";
$formattedDate = Date::FormatDateToFormat ($date, Date::DATE_FORMAT_GERMAN_DATE_LONG_YEAR); //will return 31.12.2021
Credits
- Peter Dragicevic for the DHL library => https://github.com/Petschko/dhl-php-sdk
- Markus Poerschke for the ICAL class => https://github.com/markuspoerschke/iCal