{"id":15733997,"url":"https://github.com/llaville/monolog-growlhandler","last_synced_at":"2025-03-13T06:31:47.775Z","repository":{"id":62491891,"uuid":"35410221","full_name":"llaville/monolog-growlhandler","owner":"llaville","description":"Monolog handler that send notifications to Growl on Mac OS X and Windows","archived":false,"fork":false,"pushed_at":"2020-03-25T18:38:25.000Z","size":68,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T18:57:03.029Z","etag":null,"topics":["monolog-handler"],"latest_commit_sha":null,"homepage":"http://php5.laurent-laville.org/growlhandler/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llaville.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"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":"2015-05-11T08:00:42.000Z","updated_at":"2020-03-25T18:38:28.000Z","dependencies_parsed_at":"2022-11-02T11:16:43.786Z","dependency_job_id":null,"html_url":"https://github.com/llaville/monolog-growlhandler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llaville%2Fmonolog-growlhandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llaville%2Fmonolog-growlhandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llaville%2Fmonolog-growlhandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llaville%2Fmonolog-growlhandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llaville","download_url":"https://codeload.github.com/llaville/monolog-growlhandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243357583,"owners_count":20277988,"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","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":["monolog-handler"],"created_at":"2024-10-04T01:00:48.200Z","updated_at":"2025-03-13T06:31:47.344Z","avatar_url":"https://github.com/llaville.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"= GrowlHandler for Monolog\n\n**GrowlHandler** is a handler for Monolog\nthat send notifications to Growl on Mac OS X and Windows.\n\n\n== Install\n\n* via https://packagist.org/packages/bartlett/monolog-growlhandler/[packagist] the current source dev-master or the stable version 1.0.0\n\n== Documentation\n\nThe documentation for GrowlHandler 1.0 is available\nin http://php5.laurent-laville.org/growlhandler/manual/1.0/en/[English]\nto read it online or download to read it later (multiple formats).\n\nAsciiDoc source code are available on `docs` folder of the repository.\n\n== Contribute\n\nContributions to source code and its documentation are always welcome.\n\nAs developper, I'm always happy when I have the more informations as possible to check and find out issues.\nThis is the reason why I've created a https://github.com/llaville/phpunit-LoggerTestListener[PHPUnit TestSuite Listener for compatible PSR-3 Loggers].\n\nAnd recently, for the php-compatinfo project, I've wrote a new PHPUnit ResultPrinter class, that is based on PSR-3 logger concept.\nYou can learn more on this http://php5.laurent-laville.org/compatinfo/blog/201505-PHPUnit-ResultPrinter.html[post]\nin the CompatInfo's blog.\n\nIf you want to use it, then :\n\n- install all the components via Composer\n\n[source,bash]\n----\n$ php composer.phar require --dev bartlett/monolog-growlhandler\n----\n\n- create a `phpunit.xml` file with at least following contents :\n\n[source,xml]\n----\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cphpunit\n    backupGlobals=\"true\"\n    backupStaticAttributes=\"false\"\n    bootstrap=\"tests/bootstrap.dev.php\"\n    colors=\"true\"\n    stopOnError=\"false\"\n    stopOnFailure=\"false\"\n    stopOnIncomplete=\"false\"\n    stopOnRisky=\"false\"\n    stopOnSkipped=\"false\"\n    verbose=\"true\"\n    printerClass=\"Bartlett\\Tests\\Monolog\\Handler\\ResultPrinter\"\n\u003e\n    \u003cfilter\u003e\n        \u003cwhitelist\u003e\n            \u003cdirectory suffix=\".php\"\u003esrc/\u003c/directory\u003e\n        \u003c/whitelist\u003e\n    \u003c/filter\u003e\n    \u003ctestsuites\u003e\n        \u003ctestsuite name=\"Monolog GrowlHandler Test Suite\"\u003e\n            \u003cdirectory suffix=\"Test.php\"\u003etests/\u003c/directory\u003e\n        \u003c/testsuite\u003e\n    \u003c/testsuites\u003e\n\u003c/phpunit\u003e\n----\n\n- configure the PSR-3 logger in `tests\\MonologConsoleLogger.php`, if you want to change some behaviors.\n\nNOTE: Default will log all PHPUnit events in local file `phpunit-growlhandler-php\u003cPHP_VERSION_ID\u003e.log`\nand log events corresponding to PHPUnit mode (`--verbose`, `--debug`) to the console.\n\n.Output look like\n----\nPHPUnit 4.6.6 by Sebastian Bergmann and contributors.\n\nConfiguration read from C:\\home\\github\\monolog-growlhandler\\phpunit.xml\n\nMonolog GrowlHandler Test Suite:\n\n    Test suite started with 19 tests\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest:\n\n    Test suite started with 19 tests\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest::testIsHandling:\n\n    Test suite started with 8 tests\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest::testIsHandling:\n\n    Test suite ended. Results OK. Tests: 8, Assertions: 8\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest::testIsHandlingLevel:\n\n    Test suite started with 8 tests\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest::testIsHandlingLevel:\n\n    Test suite ended. Results OK. Tests: 8, Assertions: 8\n\nBartlett\\Tests\\Monolog\\Handler\\GrowlHandlerTest:\n\n    Test suite ended. Results OK. Tests: 0, Assertions: 0\n\nMonolog GrowlHandler Test Suite:\n\n    Test suite ended. Results OK. Tests: 19, Assertions: 18\n\nTime: 431 ms, Memory: 9.00Mb\n\nResults OK. Tests: 19, Assertions: 18\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllaville%2Fmonolog-growlhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllaville%2Fmonolog-growlhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllaville%2Fmonolog-growlhandler/lists"}