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 |
|---|---|---|---|---|---|---|---|---|
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Exception/MappingException.php | src/Symfony/Component/ObjectMapper/Exception/MappingException.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Exception;
/**
* @author Antoine Bluche... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php | src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests;
use PHPUnit\Framework\Attributes\... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/C.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/C.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
use Symfony\Component\Ob... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/D.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/D.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
class D
{
public fun... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
use Symfony\Component\Ob... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
class B
{
public fun... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ClassWithoutTarget.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ClassWithoutTarget.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
class ClassWithoutTarget... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MyProxy.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MyProxy.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
class MyProxy
{
publ... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/LazyFoo.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/LazyFoo.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures;
use Symfony\Component\Va... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapTargetToSource/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapTargetToSource/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapTargetToSource;
class ... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapTargetToSource/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapTargetToSource/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapTargetToSource;
use Sy... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TargetTransform/SourceEntity.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TargetTransform/SourceEntity.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TargetTransform;
class So... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TargetTransform/TargetDto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TargetTransform/TargetDto.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TargetTransform;
use Symf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ValueToMap.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ValueToMap.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: LoadedValueTarget::class)]
final class ValueToMap
{
public ?ValueToMapRelation $relation;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValueTarget.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValueTarget.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
class... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ServiceLoadedValueTransformer.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ServiceLoadedValueTransformer.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
use S... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValue.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValue.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
class... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValueService.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/LoadedValueService.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
class... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ValueToMapRelation.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLoadedValue/ValueToMapRelation.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLoadedValue;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: LoadedValue::class, transform: ServiceLoadedValueTransformer::class)]
class ValueToMapRelation
{
public function __construct(public string $name)
{
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/ConditionCallable.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/ConditionCallable.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLocator;
use Symfo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLocator;
use Symfo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLocator;
class B
{... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/TransformCallable.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ServiceLocator/TransformCallable.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ServiceLocator;
use Symfo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/C.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/C.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InitializedConstructor;
c... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/D.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/D.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InitializedConstructor;
u... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InitializedConstructor;
c... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InitializedConstructor/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InitializedConstructor;
c... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructorWithMetadata/Source.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructorWithMetadata/Source.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PromotedConstructorWithMet... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructorWithMetadata/Target.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructorWithMetadata/Target.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PromotedConstructorWithMet... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PartialInput/FinalInput.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PartialInput/FinalInput.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PartialInput;
class FinalInput
{
public string $uuid;
public string $name;
public ?string $email = null;
public ?string $website = null;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PartialInput/PartialInput.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PartialInput/PartialInput.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PartialInput;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: FinalInput::class)]
class PartialInput
{
public string $uuid;
public string $name;
public ?string $email;
public ?string $website;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/OrderSource.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/OrderSource.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DefaultLazy;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: OrderTarget::class)]
class OrderSource
{
public ?int $id = null;
public ?UserSource $user = null;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/OrderTarget.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/OrderTarget.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DefaultLazy;
class OrderTarget
{
public ?int $id = null;
public ?UserTarget $user = null;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/UserTarget.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/UserTarget.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DefaultLazy;
class UserTarget
{
public ?string $name = null;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/UserSource.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultLazy/UserSource.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DefaultLazy;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: UserTarget::class)]
class UserSource
{
public ?string $name = null;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallbackWithArguments/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallbackWithArguments/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InstanceCallbackWithArgume... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallbackWithArguments/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallbackWithArguments/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InstanceCallbackWithArgume... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionA.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionA.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TransformCollection;
use Symfony\Component\ObjectMapper\Attribute\Map;
use Symfony\Component\ObjectMapper\Transform\MapCollection;
class TransformCollectionA
{
#[Map(transform: new MapCollection())]
/** @var TransformCollectionC[] */
public ar... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionD.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionD.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TransformCollection;
class TransformCollectionD
{
public function __construct(
public string $baz,
) {
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionB.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionB.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TransformCollection;
class TransformCollectionB
{
/** @var TransformCollectionD[] */
public array $foo;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionC.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/TransformCollection/TransformCollectionC.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\TransformCollection;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: TransformCollectionD::class)]
class TransformCollectionC
{
public function __construct(
#[Map(target: 'baz')]
public string $bar,
) {
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/Recursion/Dto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/Recursion/Dto.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\Recursion;
class Dto
{
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/Recursion/AB.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/Recursion/AB.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\Recursion;
use Symfony\Co... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/C.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/C.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargets;
class C
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargets;
use Symf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargets/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargets;
class B
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyAMapped.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyAMapped.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ReadOnlyPromotedProperty;
use Symfony\Component\ObjectMapper\Attribute\Map;
final class ReadOnlyPromotedPropertyAMapped
{
public function __construct(
public ReadOnlyPromotedPropertyBMapped $b,
public string $var1,
) {
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyB.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyB.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ReadOnlyPromotedProperty;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: ReadOnlyPromotedPropertyBMapped::class)]
final class ReadOnlyPromotedPropertyB
{
public function __construct(
public string $var2,
) {
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyA.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyA.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ReadOnlyPromotedProperty;
use Symfony\Component\ObjectMapper\Attribute\Map;
#[Map(target: ReadOnlyPromotedPropertyAMapped::class)]
final class ReadOnlyPromotedPropertyA
{
public function __construct(
public ReadOnlyPromotedPropertyB $b,
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyBMapped.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/ReadOnlyPromotedProperty/ReadOnlyPromotedPropertyBMapped.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\ReadOnlyPromotedProperty;
use Symfony\Component\ObjectMapper\Attribute\Map;
final class ReadOnlyPromotedPropertyBMapped
{
public function __construct(
public string $var2,
) {
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/AToBMapper.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/AToBMapper.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapStruct;
use Symfony\Co... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Source.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Source.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapStruct;
class Source
{... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/MapStructMapperMetadataFactory.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/MapStructMapperMetadataFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapStruct;
use Symfony\Co... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Map.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Map.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapStruct;
use Symfony\Co... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Target.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/Target.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MapStruct;
class Target
{... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructor/Source.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructor/Source.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PromotedConstructor;
clas... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructor/Target.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/PromotedConstructor/Target.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\PromotedConstructor;
clas... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultValueStdClass/TargetDto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DefaultValueStdClass/TargetDto.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DefaultValueStdClass;
use Symfony\Component\ObjectMapper\Attribute\Map;
class TargetDto
{
public function __construct(
public string $id,
#[Map(source: 'optional', if: [self::class, 'isDefined'])]
public ?string $optional = nu... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallback/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallback/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InstanceCallback;
use Sym... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallback/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/InstanceCallback/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\InstanceCallback;
class B... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/Address.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/Address.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\EmbeddedMapping;
class Address
{
public string $zipcode;
public string $city;
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/User.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/User.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\EmbeddedMapping;
class User
{
public string $name;
public Address $address;
public function __construct()
{
$this->address = new Address();
}
}
| php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/UserDto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/EmbeddedMapping/UserDto.php | <?php
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\EmbeddedMapping;
use Symfony\Component\ObjectMapper\Attribute\Map;
class UserDto
{
public function __construct(
#[Map(target: 'address.zipcode')]
public string $userAddressZipcode,
#[Map(target: 'address.city')]
public ... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/C.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/C.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargetProperty;
c... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/A.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/A.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargetProperty;
u... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/B.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/MultipleTargetProperty/B.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\MultipleTargetProperty;
c... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/UserProfile.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/UserProfile.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\Flatten;
readonly class U... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/User.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/User.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\Flatten;
use Symfony\Comp... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/TargetUser.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/Flatten/TargetUser.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\Flatten;
class TargetUser... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/RelationDto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/RelationDto.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DeeperRecursion;
class Re... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/Recursive.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/Recursive.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DeeperRecursion;
use Symf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/Relation.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/Relation.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DeeperRecursion;
use Symf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/RecursiveDto.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/DeeperRecursion/RecursiveDto.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\DeeperRecursion;
class Re... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Tests/Fixtures/HydrateObject/SourceOnly.php | src/Symfony/Component/ObjectMapper/Tests/Fixtures/HydrateObject/SourceOnly.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Tests\Fixtures\HydrateObject;
use Symfon... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Attribute/Map.php | src/Symfony/Component/ObjectMapper/Attribute/Map.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Attribute;
/**
* Configures a class or ... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ObjectMapper/Condition/TargetClass.php | src/Symfony/Component/ObjectMapper/Condition/TargetClass.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\ObjectMapper\Condition;
use Symfony\Component\ObjectM... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/PasswordHasherInterface.php | src/Symfony/Component/PasswordHasher/PasswordHasherInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher;
use Symfony\Component\PasswordHasher\... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/LegacyPasswordHasherInterface.php | src/Symfony/Component/PasswordHasher/LegacyPasswordHasherInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher;
use Symfony\Component\PasswordHasher\... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Exception/ExceptionInterface.php | src/Symfony/Component/PasswordHasher/Exception/ExceptionInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Exception;
/**
* Interface for except... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Exception/LogicException.php | src/Symfony/Component/PasswordHasher/Exception/LogicException.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Exception;
/**
* @author Robin Chalas... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Exception/InvalidPasswordException.php | src/Symfony/Component/PasswordHasher/Exception/InvalidPasswordException.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Exception;
/**
* @author Robin Chalas... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php | src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php | <?php
namespace Symfony\Component\PasswordHasher\Tests\Fixtures;
use Symfony\Component\Security\Core\User\LegacyPasswordAuthenticatedUserInterface;
use Symfony\Component\Security\Core\User\UserInterface;
final class TestLegacyPasswordAuthenticatedUser implements LegacyPasswordAuthenticatedUserInterface, UserInterfac... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php | src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php | <?php
namespace Symfony\Component\PasswordHasher\Tests\Fixtures;
use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
final class TestPasswordAuthenticatedUser implements PasswordAuthenticatedUserInterface
{
private ?string $password;
public function __construct(?string $password = n... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/SodiumPasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/SodiumPasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/UserPasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/UserPasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\At... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php | src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Hasher;
use PHPUnit\Framework\Te... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php | src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Tests\Command;
use PHPUnit\Framework\A... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php | src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Password... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php | src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Password... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Password... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php | src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Password... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/CheckPasswordLengthTrait.php | src/Symfony/Component/PasswordHasher/Hasher/CheckPasswordLengthTrait.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Password... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php | src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Security... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php | src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
/**
* @author Christophe Coev... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasherInterface.php | src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasherInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\PasswordHasher\Hasher;
use Symfony\Component\Security... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.