sinri / ark-core
The core components of Ark 2
Installs: 1 996
Dependents: 15
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2024-11-09 07:19:38 UTC
README
The core components of Ark 2.
ArkHelper
The static helper functions.
Provided PSR-4 (PSR-0 included) Support.
ArkLogger
An implementation of Psr\Log\AbstractLogger
(PSR-3) based on file system.
Since 2.2, the rotating style could be designed to time format other than Y-m-d
, or just null
for never rotating.
Since 2.3, the logger appends the support for Buffer.
Since 2.4, the logger supports Smart Log.
Since 2.7.6, the logger supports customer logging format.
Others
Since 2.5, add File System Kit.
Since 2.7.1, add ArkArray.