{"id":27884066,"url":"https://github.com/ivanstan/webwatcher","last_synced_at":"2026-05-09T16:07:33.454Z","repository":{"id":92205755,"uuid":"135478259","full_name":"ivanstan/webwatcher","owner":"ivanstan","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-27T17:52:13.000Z","size":19013,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-05T06:36:38.870Z","etag":null,"topics":["diff","http","revision","selenium","test","web"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanstan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-05-30T17:48:38.000Z","updated_at":"2019-03-12T11:29:37.000Z","dependencies_parsed_at":"2023-06-07T23:45:11.044Z","dependency_job_id":null,"html_url":"https://github.com/ivanstan/webwatcher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ivanstan/webwatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanstan%2Fwebwatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanstan%2Fwebwatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanstan%2Fwebwatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanstan%2Fwebwatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanstan","download_url":"https://codeload.github.com/ivanstan/webwatcher/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanstan%2Fwebwatcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280936623,"owners_count":26416600,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["diff","http","revision","selenium","test","web"],"created_at":"2025-05-05T06:22:37.150Z","updated_at":"2025-10-25T10:07:21.959Z","avatar_url":"https://github.com/ivanstan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n====\n\nWebWatcher is self hosted HTTP health monitor, web achiever, automated testing framework, that allows in depth analysis between two \nsnapshots.\n\nInstallation\n====\n\nVia docker: \n\n- Create a `docker-compose.yaml` file with following contents\n\n```\nversion: '3'\nservices:\n    db:\n        image: mysql:5.7.22\n        ports:\n            - '3303:3306'\n        command: --max_allowed_packet=32MB\n        environment:\n            MYSQL_ROOT_PASSWORD: symfony\n            MYSQL_DATABASE: symfony\n            MYSQL_USER: symfony\n            MYSQL_PASSWORD: symfony\n    webwatcher:\n        image: ivanstan/webwatcher\n        ports:\n            - '8080:80'\n        volumes:\n            - './var/log/apache/:/var/log/apache:cached'\n        environment:\n            MYSQL_ROOT_PASSWORD: symfony\n            MYSQL_DATABASE: symfony\n            MYSQL_USER: symfony\n            MYSQL_PASSWORD: symfony\n            DATABASE_URL: mysql://symfony:symfony@db:3306/symfony\n            PROXY_PORT_RANGE: 9091-9191\n            BROWSERMOB_PROXY: http://browsermob-proxy:9090\n            SELENIUM_HUB: http://selenium-hub:4444/wd/hub\n    selenium-hub:\n        image: 'selenium/hub:3.12.0-boron'\n        ports:\n            - '4444:4444'\n    chrome-node:\n        image: 'selenium/node-chrome:3.12.0-boron'\n        ports:\n            - 5900\n        expose:\n            - 80\n        links:\n            - 'selenium-hub'\n        depends_on:\n            - selenium-hub\n        environment:\n            - HUB_HOST=selenium-hub\n            - HUB_PORT=4444\n    browsermob-proxy:\n        image: qautomatron/docker-browsermob-proxy\n        ports:\n            - '9090-9191:9090-9191'\n        expose:\n            - 9090-9191\n        environment:\n            - PORT_RANGE=9091-9191\n        links:\n            - 'selenium-hub'\n            - 'chrome-node'\n```\n- Run `docker-compose up`\n- Navigate to http://localhost:8080/install to create admin user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanstan%2Fwebwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanstan%2Fwebwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanstan%2Fwebwatcher/lists"}