timdev / typed-config

A PHP config container with strictly typed methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ArrayAccess?

timdev opened this issue · comments

I ran into an issue on a project that uses phpmig. That library expects an array-like container. While I don't think that's a great design, it would have been easy to handle if TypedConfig impelmented ArrayAccess.