{"id":43203414,"url":"https://github.com/fkeloks/ezplatform-logs-ui","last_synced_at":"2026-02-01T06:30:38.292Z","repository":{"id":52417481,"uuid":"193768251","full_name":"fkeloks/ezplatform-logs-ui","owner":"fkeloks","description":"Symfony bundle dedicated to eZ Platform, to add a log management interface to the back office.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:03:39.000Z","size":28,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-21T10:19:17.265Z","etag":null,"topics":["administration","ezplatform","ezplatform-bundle","logs","symfony"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fkeloks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-25T19:10:06.000Z","updated_at":"2019-09-27T15:16:31.000Z","dependencies_parsed_at":"2022-09-06T11:51:48.968Z","dependency_job_id":null,"html_url":"https://github.com/fkeloks/ezplatform-logs-ui","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/fkeloks/ezplatform-logs-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkeloks%2Fezplatform-logs-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkeloks%2Fezplatform-logs-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkeloks%2Fezplatform-logs-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkeloks%2Fezplatform-logs-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fkeloks","download_url":"https://codeload.github.com/fkeloks/ezplatform-logs-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkeloks%2Fezplatform-logs-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T05:48:53.985Z","status":"ssl_error","status_checked_at":"2026-02-01T05:47:55.855Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["administration","ezplatform","ezplatform-bundle","logs","symfony"],"created_at":"2026-02-01T06:30:37.364Z","updated_at":"2026-02-01T06:30:38.287Z","avatar_url":"https://github.com/fkeloks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"EzPlatformLogsUiBundle  \n[![Build Status](https://travis-ci.com/fkeloks/ezplatform-logs-ui.svg?branch=master)](https://travis-ci.com/fkeloks/ezplatform-logs-ui)\n[![License](https://poser.pugx.org/fkeloks/ezplatform-logs-ui/license)](https://packagist.org/packages/fkeloks/ezplatform-logs-ui)\n============\n\nSymfony bundle dedicated to eZ Platform, to add a log management interface to the back office.  \n\n![Screenshot of EzPlatformLogsUiBundle](https://i.imgur.com/Dlr1LFs.png)\n\n**Details**:\n* Author: Florian Bouché\n* Licence: [MIT]([https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))\n\n## Requirements\n\n* php: ^7.1.3\n* ezsystems/ezplatform: 2.5.*\n* ezsystems/ezplatform-admin-ui: ^1.5\n\n:warning: Warning, in its current version, the bundle **only supports** log files in `Monolog/LineFormatter` format.  \n[LineFormatter from Github](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/LineFormatter.php)\n\n## Installation\n\n### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\n$ composer require fkeloks/ezplatform-logs-ui\n```\n\nThis command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.\n\n### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:\n\n```php\n// app/AppKernel.php\n\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            new EzPlatformLogsUi\\Bundle\\EzPlatformLogsUiBundle(),\n        ];\n    }\n}\n```\n\n### Step 3: Import EzPlatformLogsUi routing files\nNow that you have activated and configured the bundle, all that is left to do is import the EzPlatformLogsUi routing files.\n\n```yaml\n# app/config/routing.yml\n\n# EzPlatformLogsUiBundle\n_ezplatform_logs_ui:\n    resource: \"@EzPlatformLogsUiBundle/Resources/config/routing.yml\"\n    prefix: /\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkeloks%2Fezplatform-logs-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffkeloks%2Fezplatform-logs-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkeloks%2Fezplatform-logs-ui/lists"}