peridot-php/object-path

Differences with Symfony's PropertyAccess?

mnapoli opened this issue · 3 comments

Hi, I'm curious to learn if there are differences with Symfony's PropertyAccess component?

Ah. I was not aware of the PropertyAccess component :)

They seem nearly identical. The only difference I can see is that object-path uses the the familiar -> operator for property access instead of .

Perhaps Leo should use the PropertyAccess component. I'm generally a fan of Symfony components, so I will definitely investigate.

Thanks!

OK thanks for clarifying, I wasn't sure. By the way I'm looking into Peridot and it looks really great! Congrats

Thank you for the kind words!