drechsler-development/class-library
最新稳定版本:v1.0.33
Composer 安装命令:
composer require drechsler-development/class-library
包简介
a bunch of classes you can use in your projects
README 文档
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
统计信息
- 总下载量: 290
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-23