FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 703 forks source link

Consider moving to @schmittjoh's metadata lib #45

Closed lsmith77 closed 12 years ago

lsmith77 commented 13 years ago

Will probably make it easier to support different configuration formats: https://github.com/schmittjoh/metadata

lsmith77 commented 13 years ago

See also https://github.com/schmittjoh/SerializerBundle/tree/annotations

everzet commented 12 years ago

Almost sure that we don't need different configuration formats for routing. As the whole idea behind it to make things easier - annotations are always here just to tuneup broken things. But implementing yml and xml configurations in addition to autodiscover is overkill.

As for other parts (view layer) - i'm not sure.