owlcoder / logcollect
Collect logs from single or multiple sites
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/owlcoder/logcollect
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-12-17 23:14:46 UTC
README
The library works in conjunction with the log-collect.com server. In order to connect the library you need to register on the service. You need register account, add your site in the settings.
Using
use Owlcoder\LogCollect\LogCollect; $api = new LogCollect($youApiKey); $api->error('some message', 'stack trace here')