{"id":26716493,"url":"https://github.com/antaresproject/automation","last_synced_at":"2026-02-19T09:16:47.991Z","repository":{"id":62486093,"uuid":"80527886","full_name":"antaresproject/automation","owner":"antaresproject","description":":repeat: Automation Antares Project Component. Hook up your module into  Automation Component  to easily control background processes.","archived":false,"fork":false,"pushed_at":"2018-01-12T11:40:50.000Z","size":338,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-21T12:53:51.721Z","etag":null,"topics":["antares-changelog","antares-documentation","antares-project","antaresproject","artisan-command","async","automation-antares","command-line","component","job","job-queue","jobqueue","laravel","laravel-queues","monitor","notifications","php","processing","queue","scheduler"],"latest_commit_sha":null,"homepage":"http://antaresproject.io","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/antaresproject.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-31T14:32:09.000Z","updated_at":"2025-01-30T22:16:14.000Z","dependencies_parsed_at":"2022-11-02T10:15:56.234Z","dependency_job_id":null,"html_url":"https://github.com/antaresproject/automation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antaresproject/automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Fautomation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Fautomation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Fautomation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Fautomation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antaresproject","download_url":"https://codeload.github.com/antaresproject/automation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Fautomation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["antares-changelog","antares-documentation","antares-project","antaresproject","artisan-command","async","automation-antares","command-line","component","job","job-queue","jobqueue","laravel","laravel-queues","monitor","notifications","php","processing","queue","scheduler"],"created_at":"2025-03-27T15:27:51.176Z","updated_at":"2026-02-19T09:16:47.975Z","avatar_url":"https://github.com/antaresproject.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antares Automation Module\r\n\r\n[![Laravel 5.5](https://img.shields.io/badge/Laravel-5.5-orange.svg)](http://laravel.com)\r\n[![Coverage Status](https://coveralls.io/repos/github/antaresproject/project/badge.svg?branch=master)](https://coveralls.io/github/antaresproject/project?branch=master)\r\n[![Build Status](https://travis-ci.org/antaresproject/project.svg?branch=master)](https://travis-ci.org/antaresproject/project)\r\n[![Code Climate](https://codeclimate.com/github/antaresproject/project/badges/gpa.svg)](https://codeclimate.com/github/antaresproject/project)\r\n[![GitHub issues](https://img.shields.io/github/issues/antaresproject/project.svg)](https://github.com/antaresproject/project/issues)\r\n[![GitHub forks](https://img.shields.io/github/forks/antaresproject/project.svg)](https://github.com/antaresproject/project/network)\r\n[![GitHub stars](https://img.shields.io/github/stars/antaresproject/project.svg)](https://github.com/antaresproject/project/stargazers)\r\n[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/antaresproject/project/master/LICENSE)\r\n\r\n\r\nAutomation is a module used to executte cyclic operations based on [laravel task scheduler](https://laravel.com/docs/5.4/scheduling). It serves as a replacement for setting up your own cron jobs to make it easier to manage. It provides an intuitive control  interface on the admin level. Automation can run tasks every few minutes, hourly, daily or weekly - depending how you set it up. Scheduled data is stored in the system database.\r\n\r\n![automation](docs/img/automation.PNG)\r\n\r\n## Documentation\r\n\r\nAntares Automation Module documentation can be found at [antaresproject.io/docs/core_modules/automation](http://antaresproject.io/docs/site/core_modules/automation/).\r\n\r\nFull Antares documentation can be found at [antaresproject.io/docs](http://antaresproject.io/docs).\r\n\r\n\r\n## Changelog\r\n\r\nAntares Automation Module changelog can be found in release notes [antaresproject.io/docs/site/getting_started/changelog#automation](http://antaresproject.io/docs/site/getting_started/changelog/index.html#automation).\r\n\r\nYou can find full Antares changelog in Antares Documentation [antaresproject.io/docs/site/getting_started/changelog](http://antaresproject.io/docs/site/getting_started/changelog/index.html).\r\n\r\n## Issues\r\n\r\nThe issue list of this repo is **exclusively** for bug reports and feature requests.\r\n\r\nPlease follow [Issue Reporting Guide](http://antaresproject.io/docs/site/getting_started/issues_reporting_guide/index.html) before opening an issue. Issues not following the guide will be closed without further investigation.\r\n\r\n## Contribution\r\n\r\nPlease follow [Contribution Guide](http://antaresproject.io/docs/site/getting_started/contributing/index.html) before making a pull request.\r\n\r\n## Community\r\n\r\n* Twitter: @antaresproject\r\n* Forum: (coming soon)\r\n* Blog: (coming soon)\r\n* Email: contact (at) antaresproject.io\r\n\r\n\r\n## License\r\n\r\nThis software is released under the BSD 3-Clause License.\r\n\r\n© 2017 INBS.Software.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaresproject%2Fautomation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantaresproject%2Fautomation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaresproject%2Fautomation/lists"}