{"id":18904386,"url":"https://github.com/seasx/seas-logger","last_synced_at":"2025-08-22T06:43:17.992Z","repository":{"id":62541624,"uuid":"130456316","full_name":"SeasX/seas-logger","owner":"SeasX","description":"An effective,fast,stable log package for PHP.","archived":false,"fork":false,"pushed_at":"2019-09-12T10:30:52.000Z","size":137,"stargazers_count":45,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-18T03:18:09.184Z","etag":null,"topics":["composer-package","logger","php-library","psr-3","psr-4"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/seasx/seas-logger","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeasX.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-21T08:49:44.000Z","updated_at":"2024-07-04T13:30:42.000Z","dependencies_parsed_at":"2022-11-02T15:46:13.766Z","dependency_job_id":null,"html_url":"https://github.com/SeasX/seas-logger","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/SeasX/seas-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeasX%2Fseas-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeasX%2Fseas-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeasX%2Fseas-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeasX%2Fseas-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeasX","download_url":"https://codeload.github.com/SeasX/seas-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeasX%2Fseas-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599726,"owners_count":24787801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer-package","logger","php-library","psr-3","psr-4"],"created_at":"2024-11-08T09:08:18.846Z","updated_at":"2025-08-22T06:43:17.950Z","avatar_url":"https://github.com/SeasX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeasLogger\n## An effective,fast,stable log package for PHP base [SeasLog](https://github.com/SeasX/SeasLog)\n\n[![Build Status](https://travis-ci.org/SeasX/seas-logger.svg?branch=master)](https://travis-ci.org/SeasX/seas-logger)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SeasX/seas-logger/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SeasX/seas-logger/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/SeasX/seas-logger/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SeasX/seas-logger/?branch=master)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/SeasX/seas-logger/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)\n[![Latest Stable Version](https://poser.pugx.org/seasx/seas-logger/v/stable)](https://packagist.org/packages/seasx/seas-logger)\n[![Total Downloads](https://poser.pugx.org/seasx/seas-logger/downloads)](https://packagist.org/packages/seasx/seas-logger)\n[![License](https://poser.pugx.org/seasx/seas-logger/license)](https://packagist.org/packages/seasx/seas-logger)\n\n\nThis library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)\nand [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)\n\n\n### Installation\n\nInstall the latest version with\n\n```bash\n$ composer require seasx/seas-logger\n```\n\n### Basic Usage\n\n```php\n\u003c?php\n\nuse Seasx\\SeasLogger\\Logger;\n\n$logger = new Logger();\n\n// add records to the log\n$logger-\u003ewarning('Hello');\n$logger-\u003eerror('SeasLogger');\n```\n### configuration for laravel/lumen \u003e=5.6\nadd seaslog configuration in config/logging.php\n```php\n'channels' =\u003e [\n    ...\n    'seaslog' =\u003e [\n        'driver' =\u003e 'custom',\n        'via' =\u003e \\Seasx\\SeasLogger\\Logger::class,\n        'path' =\u003e '/path/to/logfile',\n    ],\n    ...\n]\n```\n\nedit .env file to use seaslog\n```php\nLOG_CHANNEL=seaslog\n```\n\n### See more\n[https://github.com/SeasX/SeasLog](https://github.com/SeasX/SeasLog)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseasx%2Fseas-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseasx%2Fseas-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseasx%2Fseas-logger/lists"}