1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: php-klogger
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders:
James Valleroy <jvalleroy@mailbox.org>,
Sunil Mohan Adapa <sunil@medhas.org>
Build-Depends: debhelper-compat (= 12),
php-psr-log,
phpab,
phpunit,
pkg-php-tools (>= 1.7~)
Standards-Version: 4.4.1
Homepage: https://packagist.org/packages/katzgrau/klogger
Vcs-Git: https://salsa.debian.org/php-team/pear/php-klogger.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-klogger
Rules-Requires-Root: no
Package: php-klogger
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: simple logging class
KLogger is a logging class for PHP. It complies with PSR-3, a PHP
standard for logger interfaces. It is designed to be quickly included
into a project and work right away.
|