views:

321

answers:

3

Hi,

We need to develop a functionality for one of our client's website. However, we actually have that code ready in Ruby. Is there any way to directly convert that ruby code to PHP?

+4  A: 

Hire someone who knows both languages to rewrite it for you.

Azeem.Butt
A: 

I think those languages are too different to easily convert them. I think its easier to convert it manualy.

Ikke
A: 

When you say Ruby code, what exactly are you talking about? A snippet of code that needs to be used somewhere on the website? Or perhaps an entire Ruby on Rails application?

In either case you're not going to find an automated solution to convert this to PHP. In the first case, a skilled PHP developer (ideally with at least some Ruby knowledge) should be able to convert this to PHP fairly easily. But if you're talking about an entire website, it's obviously a much larger undertaking, as you're not just dealing with your own code but with the underlying web application stack. Perhaps you can convert this app to a PHP based MVC framework like CakePHP, but again, you'd need an experienced PHP developer to do this, and in this case I think this would be a difficult task if they aren't also fairly familiar with Ruby on Rails.

Mirko Froehlich