{"id":23138351,"url":"https://github.com/alex19pov31/bitrix_facet_helper","last_synced_at":"2026-06-24T03:34:08.880Z","repository":{"id":56944313,"uuid":"174844492","full_name":"alex19pov31/bitrix_facet_helper","owner":"alex19pov31","description":"Хелпер для работы с фасетными индексами CMS Bitrix","archived":false,"fork":false,"pushed_at":"2019-03-13T00:06:56.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T03:42:37.261Z","etag":null,"topics":["bitrix","helper","php"],"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/alex19pov31.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}},"created_at":"2019-03-10T15:44:11.000Z","updated_at":"2022-10-12T06:05:51.000Z","dependencies_parsed_at":"2022-08-21T07:20:13.917Z","dependency_job_id":null,"html_url":"https://github.com/alex19pov31/bitrix_facet_helper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alex19pov31/bitrix_facet_helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex19pov31%2Fbitrix_facet_helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex19pov31%2Fbitrix_facet_helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex19pov31%2Fbitrix_facet_helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex19pov31%2Fbitrix_facet_helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex19pov31","download_url":"https://codeload.github.com/alex19pov31/bitrix_facet_helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex19pov31%2Fbitrix_facet_helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34716325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["bitrix","helper","php"],"created_at":"2024-12-17T13:10:42.716Z","updated_at":"2026-06-24T03:34:08.833Z","avatar_url":"https://github.com/alex19pov31.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://api.travis-ci.org/alex19pov31/bitrix_facet_helper.svg?branch=master)](https://travis-ci.org/alex19pov31/bitrix_facet_helper)\n\n# Bitrix facet helper\n\nХелпер для работы с фасетными индексами.\n\n### Установка\n\n```composer require alex19pov31/bitrix_facet_helper```\n\n### Использование\n\n```php\n\u003c?php\n\nuse Alex19pov31\\BitrixFacetHelper\\FacetFilter;\n\n$facetResult = (new FacetFilter('catalog'))\n    -\u003egetList([\n        'ACTIVE' =\u003e 'Y',\n        'PROPERTY_COLOR' =\u003e 'brown',\n    ]);\n\n$facetResult-\u003egetValues();\n// Количество элементов после фильтрации\n$facetResult-\u003egetElementCount();\n// Список значений свойства\n$facetResult-\u003egetProperty('COLOR')-\u003egetValues();\n// Список значений элементов справочника\n$facetResult-\u003egetProperty('COLOR')-\u003egetDictValues();\n//$facetResult['COLOR']-\u003egetDictValues();\n\n$facetResult-\u003egetProperty('PRICE_BASE')-\u003egetMinValue();\n$facetResult-\u003egetProperty('PRICE_BASE')-\u003egetMaxValue();\n$facetResult-\u003egetProperty('PRICE_BASE')-\u003egetOriginMinValue();\n$facetResult-\u003egetProperty('PRICE_BASE')-\u003egetOriginMaxValue();\n$facetResult-\u003egetProperty('PRICE_BASE')-\u003eisValidValues();\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex19pov31%2Fbitrix_facet_helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex19pov31%2Fbitrix_facet_helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex19pov31%2Fbitrix_facet_helper/lists"}