https://github.com/sinri/ark-core
The core components of Ark 2 & 3.
https://github.com/sinri/ark-core
Last synced: about 1 year ago
JSON representation
The core components of Ark 2 & 3.
- Host: GitHub
- URL: https://github.com/sinri/ark-core
- Owner: sinri
- License: mit
- Created: 2018-09-06T16:12:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T06:10:02.000Z (about 2 years ago)
- Last Synced: 2025-03-01T12:05:21.379Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ark-Core
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.