schmittjoh / object-routing

Library for generating routes based on objects.
http://jmsyst.com/libs/object-routing
Apache License 2.0
56 stars 7 forks source link

Merge changes from `webfactory/object-routing` #11

Open mpdude opened 2 years ago

mpdude commented 2 years ago

Hey @schmittjoh 👋🏼,

I find this library here incredibly useful, and we have successfully been using it over the past few years in various Symfony projects. I am also maintaining a bundle over at https://github.com/webfactory/BGObjectRoutingBundle to make that easier.

Since this repo here seemed to be dead, I created a fork of it (https://github.com/webfactory/object-routing) and adapted it over time to keep up with changing Symfony versions.

Now, I was surprised to see that you made additions to support PHP 8 attributes! 🎉

So, I think it's time to give back and re-synchronize. Would you want to merge back these changes here from our fork?

This closes #3, closes #4 and closes #10.