{"id":41900240,"url":"https://github.com/imarc/devour","last_synced_at":"2026-01-25T15:04:47.893Z","repository":{"id":56990252,"uuid":"189698244","full_name":"imarc/devour","owner":"imarc","description":"SQL database synchronizer","archived":false,"fork":false,"pushed_at":"2025-12-10T21:16:22.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-11T08:38:54.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/imarc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-01T06:22:36.000Z","updated_at":"2025-12-10T21:16:09.000Z","dependencies_parsed_at":"2023-11-14T01:31:57.387Z","dependency_job_id":"5f438db3-cfd8-464b-95e6-51d71d312e9a","html_url":"https://github.com/imarc/devour","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":0.04081632653061229,"last_synced_commit":"6ec6b89d9f0727939418cc31a81abe797422c467"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/imarc/devour","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imarc%2Fdevour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imarc%2Fdevour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imarc%2Fdevour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imarc%2Fdevour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imarc","download_url":"https://codeload.github.com/imarc/devour/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imarc%2Fdevour/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: 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":[],"created_at":"2026-01-25T15:04:47.222Z","updated_at":"2026-01-25T15:04:47.865Z","avatar_url":"https://github.com/imarc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"```php\n\n$sync  = new Devour\\Synchronizer();\n$table = new Devour\\Mapping('events');\n\n$table-\u003eaddKey('id')\n$table-\u003esetSource('evmas');\n$table-\u003esetParam('tracker_limit', date('Y-m-d', strtotime('-1 year')));\n$table-\u003eaddJoin('vendor', 'firm', ['vendor = firm.id']);\n$table-\u003eaddField('id', 'evmas.control');\n$table-\u003eaddFilter('highlights', 'evmas.majordesc');\n$table-\u003eaddWhere(\"exclude_from_catalog != 'Y'\");\n$table-\u003eaddWhere(\"end_date \u003e= '{{ tracker_limit }}'\");\n\n\n$sync-\u003eaddTable($table);\n$sync-\u003erun('events')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimarc%2Fdevour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimarc%2Fdevour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimarc%2Fdevour/lists"}