-1

I can see that HHVM can already run some well known PHP frameworks.

I was wondering if anyone tried to run Silex with HHVM, hands on experience?

Are they compatible?

I'm asking since I can see that currently Symphony passes 98% of unit-tests on HHHVM and I would like to get my hands dirty with these two technologies.

Radu Murzea
  • 10,724
  • 10
  • 47
  • 69
Paul
  • 20,883
  • 7
  • 57
  • 74
  • The best way to find out is to try yourself. HHVM is trivial to set up. –  Jun 27 '14 at 11:05

1 Answers1

2

It does seem to be possible, see this tutorial from Stephan Hochdörfer.

You can also upload your project's composer.json here to see if any extra dependencies you have are currently being tested against HHVM on Travis CI.

Dean
  • 368
  • 3
  • 9