{"id":20120247,"url":"https://github.com/pingzidev/yii2-admin-log","last_synced_at":"2026-05-12T14:34:45.197Z","repository":{"id":57078395,"uuid":"180332666","full_name":"PingziDev/yii2-admin-log","owner":"PingziDev","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-10T02:14:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T07:37:23.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PingziDev.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-04-09T09:30:05.000Z","updated_at":"2019-04-10T02:14:52.000Z","dependencies_parsed_at":"2022-08-24T14:56:14.978Z","dependency_job_id":null,"html_url":"https://github.com/PingziDev/yii2-admin-log","commit_stats":null,"previous_names":["pingzidev/yii2-admin-log"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PingziDev%2Fyii2-admin-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PingziDev%2Fyii2-admin-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PingziDev%2Fyii2-admin-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PingziDev%2Fyii2-admin-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PingziDev","download_url":"https://codeload.github.com/PingziDev/yii2-admin-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564556,"owners_count":19982960,"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":[],"created_at":"2024-11-13T19:19:18.957Z","updated_at":"2026-05-12T14:34:40.142Z","avatar_url":"https://github.com/PingziDev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"yii2-admin-log\n============\nyii2 admin log extention\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist vita2333/yii2-admin-log \"^1.0.0\"\n```\n\nor add\n\n```\n\"vita2333/yii2-admin-log\": \"^1.0.0\"\n```\n\nto the require section of your `composer.json` file.\n\n\nUsage\n-----\n\nOnce the extension is installed, simply use it in your code by  :\n\n```php\n\nclass BaseController extends \\yii\\web\\Controller {\n\n  /**\n     * @inheritdoc\n     */\n    public function behaviors()\n    {\n        $behaviors              = parent::behaviors();\n        $behaviors['admin-log'] = [\n            'class' =\u003e AdminLogBehavior::class,\n        ];\n\n        return $behaviors;\n    }\n }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingzidev%2Fyii2-admin-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingzidev%2Fyii2-admin-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingzidev%2Fyii2-admin-log/lists"}