dependabot[bot] eede116737 Bump doctrine/.github/.github/workflows/coding-standards.yml (#154)
Bumps [doctrine/.github/.github/workflows/coding-standards.yml](https://github.com/doctrine/.github) from 13.1.0 to 14.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/13.1.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github/.github/workflows/coding-standards.yml
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 20:04:12 +01:00
2018-09-01 02:46:09 +01:00
2026-02-03 19:52:22 +01:00
2026-02-03 19:52:22 +01:00
2025-12-02 08:33:46 +01:00
2026-02-03 19:52:22 +01:00
2018-01-29 01:54:05 +01:00
2014-08-12 02:10:55 +02:00
2026-02-03 19:52:22 +01:00
2026-02-03 19:52:22 +01:00
2026-02-03 19:52:22 +01:00
2026-02-03 19:52:22 +01:00

Doctrine Instantiator

This library provides a way of avoiding usage of constructors when instantiating PHP classes.

Build Status Code Coverage Dependency Status

Latest Stable Version Latest Unstable Version

Installation

The suggested installation method is via composer:

composer require doctrine/instantiator

Usage

The instantiator is able to create new instances of any class without using the constructor or any API of the class itself:

$instantiator = new \Doctrine\Instantiator\Instantiator();

$instance = $instantiator->instantiate(\My\ClassName\Here::class);

Contributing

Please read the CONTRIBUTING.md contents if you wish to help out!

Credits

This library was migrated from ocramius/instantiator, which has been donated to the doctrine organization, and which is now deprecated in favour of this package.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:17:38.993Z
Readme MIT 687 KiB
Languages
PHP 100%