giift / etl

此包已被废弃,不再维护。未建议替代包。
此包的最新版本(v0.1.3)没有提供许可证信息。

v0.1.3 2017-02-20 17:08 UTC

This package is not auto-updated.

Last update: 2021-05-07 08:35:56 UTC


README

Build Status

指定自己的 PSR3 记录器。

//example using monolog
$logger = new \Monolog\Logger('My Logger');
\Giift\Etl\Log::setInstance($logger);

注册自己的节点。

实现自己的节点

//TODO

注册您的节点

//TODO