{"id":22916406,"url":"https://github.com/skeeks-cms/cms-agent","last_synced_at":"2026-03-08T16:06:08.268Z","repository":{"id":57052395,"uuid":"56435020","full_name":"skeeks-cms/cms-agent","owner":"skeeks-cms","description":"Agents for SkeekS CMS","archived":false,"fork":false,"pushed_at":"2024-12-30T09:51:47.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T06:04:43.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cms.skeeks.com","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/skeeks-cms.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-17T12:24:21.000Z","updated_at":"2024-12-30T09:48:56.000Z","dependencies_parsed_at":"2025-02-07T07:38:15.524Z","dependency_job_id":null,"html_url":"https://github.com/skeeks-cms/cms-agent","commit_stats":{"total_commits":72,"total_committers":3,"mean_commits":24.0,"dds":0.05555555555555558,"last_synced_commit":"9b62b8a1be839a3f38cbade1c2734ecef84dfe1b"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skeeks-cms","download_url":"https://codeload.github.com/skeeks-cms/cms-agent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072089,"owners_count":21208113,"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-12-14T06:12:42.996Z","updated_at":"2026-03-08T16:06:08.223Z","avatar_url":"https://github.com/skeeks-cms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Agents for SkeekS CMS\n===================================\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 skeeks/cms-agent \"*\"\n```\n\nor add\n\n```\n\"skeeks/cms-agent\": \"*\"\n```\n\nConfiguration app\n----------\n\n```php\n\n'bootstrap' =\u003e ['cmsAgent'],\n\n'components' =\u003e\n[\n    'cmsAgent' =\u003e [\n        'class'             =\u003e 'skeeks\\cms\\agent\\CmsAgentComponent',\n        'onHitsEnabled'     =\u003e true\n    ],\n\n    'i18n' =\u003e [\n        'translations' =\u003e\n        [\n            'skeeks/agent' =\u003e [\n                'class'             =\u003e 'yii\\i18n\\PhpMessageSource',\n                'basePath'          =\u003e '@skeeks/cms/agent/messages',\n                'fileMap' =\u003e [\n                    'skeeks/agent' =\u003e 'main.php',\n                ],\n            ]\n        ]\n    ]\n],\n\n'modules' =\u003e\n[\n    'cmsAgent' =\u003e [\n        'class'         =\u003e 'skeeks\\cms\\agent\\CmsAgentModule',\n    ]\n]\n\n```\n\nHow to enable execution on cron agents\n----------------\n\n#### Configuration app\n\n```php\n\n'components' =\u003e\n[\n    'cmsAgent' =\u003e [\n        'class'             =\u003e 'skeeks\\cms\\agent\\CmsAgentComponent',\n        'onHitsEnabled'     =\u003e false\n    ],\n]\n\n```\n\n#### Cront task\n\n```bash\n* * * * * cd /var/www/sites/you-site.com/ \u0026\u0026 php yii cmsAgent/execute\n```\n\n\n\n\nLinks\n------\n* [Web site](https://cms.skeeks.com)\n* [Author](https://skeeks.com)\n* [ChangeLog](https://github.com/skeeks-cms/cms-agent/blob/master/CHANGELOG.md)\n\n\n___\n\n\u003e [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)  \n\u003ci\u003eSkeekS CMS (Yii2) — quickly, easily and effectively!\u003c/i\u003e  \n[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskeeks-cms%2Fcms-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-agent/lists"}