{"id":20811215,"url":"https://github.com/shirokovnv/wb_parser_example","last_synced_at":"2026-05-16T16:01:52.658Z","repository":{"id":200474211,"uuid":"705586768","full_name":"shirokovnv/wb_parser_example","owner":"shirokovnv","description":"Wildberries parser application, written with CakePHP and ClickHouse","archived":false,"fork":false,"pushed_at":"2025-01-06T09:48:23.000Z","size":684,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T01:59:05.810Z","etag":null,"topics":["cakephp","clickhouse","parser","php8","wildberries"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shirokovnv.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-16T09:56:52.000Z","updated_at":"2023-10-17T07:55:32.000Z","dependencies_parsed_at":"2024-05-06T10:35:36.381Z","dependency_job_id":null,"html_url":"https://github.com/shirokovnv/wb_parser_example","commit_stats":null,"previous_names":["shirokovnv/wb_parser_example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shirokovnv/wb_parser_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirokovnv%2Fwb_parser_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirokovnv%2Fwb_parser_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirokovnv%2Fwb_parser_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirokovnv%2Fwb_parser_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shirokovnv","download_url":"https://codeload.github.com/shirokovnv/wb_parser_example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shirokovnv%2Fwb_parser_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["cakephp","clickhouse","parser","php8","wildberries"],"created_at":"2024-11-17T20:37:59.279Z","updated_at":"2026-05-16T16:01:52.621Z","avatar_url":"https://github.com/shirokovnv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wildberries Parser Skeleton\n\nApplication for parsing catalog items from `search.wb.ru`\n\nContains:\n\n1. Console command for parsing 1000 items per iteration and saving into ClickHouse.\n2. User-Form and Table View for visualizing data from ClickHouse.\n\n### How it works\n\n![parsing stages](/webroot/img/command_drawio.png)\n\n## Dependencies\n\n- [Docker][link-docker]\n- [Make][link-make]\n- [PHP][link-php] v8.1\n- [CakePHP][link-cake-php] v4.x\n- [ClickHouse][link-clickhouse] v22.x\n\n## Project setup\n\n1. _Clone this repository:_\n\n```bash\n    git clone https://github.com/shirokovnv/wb_parser_example.git \u0026\u0026 cd wb_parser_example\n```\n\n2. Rename `auth.json.example` to `auth.json` and put your github oauth token there (needs for pulling `eggheads/cakephp-clickhouse` library from VCS repo)\n3. Rename `./config/app_local.example.php` to `./config/app_local.php`\n4. Run `make build` to build docker image\n5. Run `make install` to install php dependencies\n6. Run `make up` to run application containers\n\nVisit `http://localhost/`\n\n## ClickHouse Commands\n\nRun `make shell` to enter inside php-app container\n\n1. Create Table:\n\n```bash\nbin/cake click_house_init\n```\n\n2. Drop Table:\n\n```bash\nbin/cake click_house_drop\n```\n\n3. Parse products:\n\n```bash\nbin/cake parse_products \"QUERY STRING\"\n```\n\n## Test\n\n1. Create `tmp` dir in project root folder\n2. Run `make test` for unit-testing.\n\nTests use `mockery/mockery` and `fakerphp/faker` packages as dependencies.\n\n## Help\n\nRun `make help` to see available commands.\n\n## Shutdown\n\nRun `make down` for shutting down application containers.\n\n## License\n\nMIT. Please see the [license file](LICENSE.md) for more information.\n\n[link-php]: https://www.php.net/\n[link-docker]: https://www.docker.com/\n[link-make]: https://www.gnu.org/software/make/manual/make.html\n[link-cake-php]: https://cakephp.org/\n[link-clickhouse]: https://clickhouse.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshirokovnv%2Fwb_parser_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshirokovnv%2Fwb_parser_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshirokovnv%2Fwb_parser_example/lists"}