typhoon icon indicating copy to clipboard operation
typhoon copied to clipboard

Ultimate type system and reflection for PHP

Results 43 typhoon issues
Sort by recently updated
recently updated
newest added

I'm looking for tools which may help me to reach my goal. Hope `typhoon` can do it and I can help it do to it. ## Goal Goal is the...

Hey. Some context: I'm the author of https://github.com/good-php/reflection, which is a reflection library like this one. As I don't have the resources needed to maintain it, I'm looking into replacing...

```php interface A {} interface B {} final class AB implements A, B {} interface GetA { /** * @return A */ public function get(): mixed; } interface GetB {...

**AS IS** I work with REST-API via SDK-client, and they return results as an immutable object ```php

- `properties(): array` - `propertyOrNull(string): ?PropertyReflection` - `Origin::Tentative` - `properties(?callable $filter)` - `AttributeReflection::class|name()`