Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can anyone suggest me lightweight php rest api framework for communicating with flash(as3). i am developing a quiz game where questions , options , correct answers are fetched from DB and again score is updated in DB.

Can you suggest good framework for fast and secure communication. i have used amfphp can i go with that or else is there any other rest api??

Thanks in advance

share|improve this question
asking for framework suggestions is discouraged. besides, your requirements are vague and googling for php amf shouldnt be hard. – Gordon Jan 3 at 11:02

closed as not constructive by Gordon, Dharmendra, Joseph Mastey, petert, Harald Scheirich Jan 3 at 14:06

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

Check zend amf, allow serial communication between php and flash

http://framework.zend.com/manual/1.12/en/zend.amf.introduction.html

share|improve this answer

In the past I have worked in a project very similar to yours. We used CodeIgniter + Phil Sturgeon REST Server (https://github.com/philsturgeon/codeigniter-restserver)

For secure the communications we use this library for AS3 and PHP: http://www.zedia.net/2009/as3crypto-and-php-what-a-fun-ride/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.