-
Notifications
You must be signed in to change notification settings - Fork 71
Can we expect a Silex bootstrap? #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm currently working on a bootstrap for Silex, here is the first draft:
Works with a new Silex Skeleton:
Then copy the bootstrap file to Dump your autoloader to make sure the class you copy is taken in account: Finally launch the app with: If I produce a better version, I will do a PR. P.S : benchmark results on a MacBook Pro Early 2015 CPU: i5@2.7GHZ RAM: 8GB
|
That's awesome, hopefully I can try it soon |
@jbenoit2011 Is what you proposed stable for production? Are you still working on this? Also would this be compatible with Silex 1.~? Thanks!! |
The code I pasted above has ran in production on an app handling thousands of requests per day built with Silex 2.x while several months with no issues. But I did not test it with Silex 1.x. |
@jbenoit2011 would you care to submit a PR? |
Closing due to missing feedback. Silex is meanwhile deprecated as well. |
@andig what do you mean with Silex being deprecated? Besides that, what kind of feedback do you need to keep this issue open? |
Silex is not developed anymore. It was deprecated a few weeks ago. |
@alsar thanks for the notice. |
I tried ppm on a project of mine thinking it would be compatible since Silex and Symfony share a lot... It does not. Do you plan on supporting Silex anytime in the future?
The text was updated successfully, but these errors were encountered: