repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
icetalker/filament-table-repeater
https://github.com/icetalker/filament-table-repeater/blob/f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a/tests/TestCase.php
tests/TestCase.php
<?php namespace Icetalker\FilamentTableRepeater\Tests; use Icetalker\FilamentTableRepeater\FilamentTableRepeaterServiceProvider; use Illuminate\Database\Eloquent\Factories\Factory; use Orchestra\Testbench\TestCase as Orchestra; class TestCase extends Orchestra { protected function setUp(): void { par...
php
MIT
f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a
2026-01-05T05:15:40.280096Z
false
icetalker/filament-table-repeater
https://github.com/icetalker/filament-table-repeater/blob/f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a/tests/ExampleTest.php
tests/ExampleTest.php
<?php it('can test', function () { expect(true)->toBeTrue(); });
php
MIT
f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a
2026-01-05T05:15:40.280096Z
false
icetalker/filament-table-repeater
https://github.com/icetalker/filament-table-repeater/blob/f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a/resources/views/table-repeater.blade.php
resources/views/table-repeater.blade.php
@php use Filament\Support\Enums\Alignment; @endphp <x-dynamic-component :component="$getFieldWrapperView()" :field="$field" > @php $items = $getItems(); $addAction = $getAction($getAddActionName()); $addActionAlignment = $getAddActionAlignment(); $cloneAction = $getAction(...
php
MIT
f633ecb3f54f3adc93f1e6a90a40dfe8bc03483a
2026-01-05T05:15:40.280096Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/ecs.php
ecs.php
<?php declare(strict_types=1); use Symplify\EasyCodingStandard\Config\ECSConfig; return static function (ECSConfig $config): void { putenv('ALLOW_BITBAG_OS_HEADER=1'); $config->import('vendor/bitbag/coding-standard/ecs.php'); $config->paths(['src', 'tests']); };
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/BitBagSyliusElasticsearchPlugin.php
src/BitBagSyliusElasticsearchPlugin.php
<?php /* * This file was created by developers working at BitBag * Do you need more information about us and what we do? Visit our https://bitbag.io website! * We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career */ declare...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Model/ProductVariantTrait.php
src/Model/ProductVariantTrait.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Model/SearchBox.php
src/Model/SearchBox.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Model/ProductVariantInterface.php
src/Model/ProductVariantInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Model/SearchFacets.php
src/Model/SearchFacets.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Model/Search.php
src/Model/Search.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Formatter/StringFormatterInterface.php
src/Formatter/StringFormatterInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Formatter/StringFormatter.php
src/Formatter/StringFormatter.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/PriceFacet.php
src/Facet/PriceFacet.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/AutoDiscoverRegistry.php
src/Facet/AutoDiscoverRegistry.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/TaxonFacet.php
src/Facet/TaxonFacet.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/Registry.php
src/Facet/Registry.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/FacetNotFoundException.php
src/Facet/FacetNotFoundException.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/AttributeFacet.php
src/Facet/AttributeFacet.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/RegistryInterface.php
src/Facet/RegistryInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/OptionFacet.php
src/Facet/OptionFacet.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/AutoDiscoverRegistryInterface.php
src/Facet/AutoDiscoverRegistryInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Facet/FacetInterface.php
src/Facet/FacetInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ProductOptionsFinderInterface.php
src/Finder/ProductOptionsFinderInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/NamedProductsFinder.php
src/Finder/NamedProductsFinder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ProductAttributesFinderInterface.php
src/Finder/ProductAttributesFinderInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ProductOptionsFinder.php
src/Finder/ProductOptionsFinder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ShopProductsFinderInterface.php
src/Finder/ShopProductsFinderInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ProductAttributesFinder.php
src/Finder/ProductAttributesFinder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/NamedProductsFinderInterface.php
src/Finder/NamedProductsFinderInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Finder/ShopProductsFinder.php
src/Finder/ShopProductsFinder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/PaginationDataHandlerInterface.php
src/Controller/RequestDataHandler/PaginationDataHandlerInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/ShopProductsSortDataHandler.php
src/Controller/RequestDataHandler/ShopProductsSortDataHandler.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/PaginationDataHandler.php
src/Controller/RequestDataHandler/PaginationDataHandler.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/SiteWideDataHandler.php
src/Controller/RequestDataHandler/SiteWideDataHandler.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/TaxonDataHandler.php
src/Controller/RequestDataHandler/TaxonDataHandler.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/SortDataHandlerInterface.php
src/Controller/RequestDataHandler/SortDataHandlerInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/ShopProductListDataHandler.php
src/Controller/RequestDataHandler/ShopProductListDataHandler.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/RequestDataHandler/DataHandlerInterface.php
src/Controller/RequestDataHandler/DataHandlerInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Response/ItemsResponse.php
src/Controller/Response/ItemsResponse.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Response/DTO/Item.php
src/Controller/Response/DTO/Item.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Action/Shop/TaxonProductsSearchAction.php
src/Controller/Action/Shop/TaxonProductsSearchAction.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Action/Shop/AbstractSearchAction.php
src/Controller/Action/Shop/AbstractSearchAction.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Action/Shop/SiteWideProductsSearchAction.php
src/Controller/Action/Shop/SiteWideProductsSearchAction.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Controller/Action/Api/ListProductsByPartialNameAction.php
src/Controller/Action/Api/ListProductsByPartialNameAction.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Twig/Extension/UnsetArrayElementsExtension.php
src/Twig/Extension/UnsetArrayElementsExtension.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Twig/Component/SearchFormComponent.php
src/Twig/Component/SearchFormComponent.php
<?php declare(strict_types=1); namespace BitBag\SyliusElasticsearchPlugin\Twig\Component; use BitBag\SyliusElasticsearchPlugin\Form\Type\SearchType; use Symfony\Component\Form\FormFactoryInterface; use Symfony\Component\Form\FormView; use Symfony\UX\TwigComponent\Attribute\AsTwigComponent; use Symfony\UX\TwigCompone...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/NameFilterType.php
src/Form/Type/NameFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/AbstractFilterType.php
src/Form/Type/AbstractFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/SearchFacetsType.php
src/Form/Type/SearchFacetsType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ShopProductsFilterType.php
src/Form/Type/ShopProductsFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/PriceFilterType.php
src/Form/Type/PriceFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/SearchType.php
src/Form/Type/SearchType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ProductAttributesFilterType.php
src/Form/Type/ProductAttributesFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ProductOptionsFilterType.php
src/Form/Type/ProductOptionsFilterType.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/ProductAttributesMapperInterface.php
src/Form/Type/ChoiceMapper/ProductAttributesMapperInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/ProductOptionsMapper.php
src/Form/Type/ChoiceMapper/ProductOptionsMapper.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/ProductOptionsMapperInterface.php
src/Form/Type/ChoiceMapper/ProductOptionsMapperInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php
src/Form/Type/ChoiceMapper/ProductAttributesMapper.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/AttributesMapper/AttributesMapperCollectorInterface.php
src/Form/Type/ChoiceMapper/AttributesMapper/AttributesMapperCollectorInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\SyliusElasticsearchPlugin\Fo...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypePercentMapper.php
src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypePercentMapper.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\SyliusElasticsearchPlugin\Fo...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypeDateMapper.php
src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypeDateMapper.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\SyliusElasticsearchPlugin\Fo...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypeDateTimeMapper.php
src/Form/Type/ChoiceMapper/AttributesMapper/AttributesTypeDateTimeMapper.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\SyliusElasticsearchPlugin\Fo...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/EventSubscriber/AddFacetsEventSubscriber.php
src/Form/EventSubscriber/AddFacetsEventSubscriber.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Resolver/FacetsResolver.php
src/Form/Resolver/FacetsResolver.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Resolver/ProductsFilterFacetResolverInterface.php
src/Form/Resolver/ProductsFilterFacetResolverInterface.php
<?php /* * This file was created by developers working at BitBag * Do you need more information about us and what we do? Visit our https://bitbag.io website! * We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career */ declare...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Form/Resolver/ProductsFilterFacetResolver.php
src/Form/Resolver/ProductsFilterFacetResolver.php
<?php /* * This file was created by developers working at BitBag * Do you need more information about us and what we do? Visit our https://bitbag.io website! * We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career */ declare...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/CompilerPass/AuthenticationManagerPolyfillPass.php
src/CompilerPass/AuthenticationManagerPolyfillPass.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/DependencyInjection/BitBagSyliusElasticsearchExtension.php
src/DependencyInjection/BitBagSyliusElasticsearchExtension.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Transformer/Product/ChannelPricingTransformer.php
src/Transformer/Product/ChannelPricingTransformer.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Transformer/Product/TransformerInterface.php
src/Transformer/Product/TransformerInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Transformer/Product/ImageTransformer.php
src/Transformer/Product/ImageTransformer.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Transformer/Product/SlugTransformer.php
src/Transformer/Product/SlugTransformer.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/SearchPropertyNameResolverRegistryInterface.php
src/PropertyNameResolver/SearchPropertyNameResolverRegistryInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/PriceNameResolverInterface.php
src/PropertyNameResolver/PriceNameResolverInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/ConcatedNameResolverInterface.php
src/PropertyNameResolver/ConcatedNameResolverInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/ConcatedNameResolver.php
src/PropertyNameResolver/ConcatedNameResolver.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/SearchPropertyNameResolverRegistry.php
src/PropertyNameResolver/SearchPropertyNameResolverRegistry.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyNameResolver/PriceNameResolver.php
src/PropertyNameResolver/PriceNameResolver.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/ProductProductAttributesContext.php
src/Context/ProductProductAttributesContext.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/ProductOptionsContextInterface.php
src/Context/ProductOptionsContextInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/ProductOptionsContext.php
src/Context/ProductOptionsContext.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/TaxonContext.php
src/Context/TaxonContext.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/ProductAttributesContextInterface.php
src/Context/ProductAttributesContextInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/TaxonContextInterface.php
src/Context/TaxonContextInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/Context/ProductAttributesContext.php
src/Context/ProductAttributesContext.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductCreatedAtPropertyBuilder.php
src/PropertyBuilder/ProductCreatedAtPropertyBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/AttributeBuilder.php
src/PropertyBuilder/AttributeBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/SoldUnitsPropertyBuilder.php
src/PropertyBuilder/SoldUnitsPropertyBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/PropertyBuilderInterface.php
src/PropertyBuilder/PropertyBuilderInterface.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductTaxonsBuilder.php
src/PropertyBuilder/ProductTaxonsBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/AbstractBuilder.php
src/PropertyBuilder/AbstractBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ChannelsBuilder.php
src/PropertyBuilder/ChannelsBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/AttributeTaxonsBuilder.php
src/PropertyBuilder/AttributeTaxonsBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductShortDescriptionBuilder.php
src/PropertyBuilder/ProductShortDescriptionBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/OptionTaxonsBuilder.php
src/PropertyBuilder/OptionTaxonsBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ChannelPricingBuilder.php
src/PropertyBuilder/ChannelPricingBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/OptionBuilder.php
src/PropertyBuilder/OptionBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductTaxonPositionPropertyBuilder.php
src/PropertyBuilder/ProductTaxonPositionPropertyBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductDescriptionBuilder.php
src/PropertyBuilder/ProductDescriptionBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false
BitBagCommerce/SyliusElasticsearchPlugin
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/12afd251bd3a3f7cf280cbb43166a94e89eac291/src/PropertyBuilder/ProductNameBuilder.php
src/PropertyBuilder/ProductNameBuilder.php
<?php /* * This file has been created by developers from BitBag. * Feel free to contact us once you face any issues or want to start * another great project. * You can find more information about us on https://bitbag.io and write us * an email on hello@bitbag.io. */ declare(strict_types=1); namespace BitBag\Sy...
php
MIT
12afd251bd3a3f7cf280cbb43166a94e89eac291
2026-01-05T05:15:43.159589Z
false