Is it advisable to use yii framework (or any other php framework) for application handling jsonrpc requests only?
I am confused between
- creating my own file/folder structure with oop, AND
- using existing yii framework (or any other php framework)
Can anyone suggest, what i should do?
Is there any other php framework available to do same.???
Thanks