The Happyr developer blog is maintained by Happyr.com. We share our views, our findings and things we think are interesting.
Open source
We are a strong believer in open source. We use it a every day and are happy to contribute back to the community.
Symfony
The Symfony community has long been the force that drives PHP developer to more modern and stable applications. Most things we do at Happyr is related to this awesome framework.
Recent Posts
Start coding with Hack
If you like to take your PHP to the next level there is an excellent option for you: Hack. It is a programming language develop by Facebook. They have been u...
Real asynchronous events with Symfony2
PHP is a great language but there are some drawbacks. One thing I miss the most is multi-threading. Wouldn’t it be great to be able to do some calculations i...
Symfony bundle using Hack
I’ve been working with the Symfony.se website the last couple of weeks. In a discussion on Github we argued how a nice excerpt should look like. We decided t...
Try Hack and HHVM
Lately there has been a lot of talk about HHVM and the new programming language Hack. It all looks great, to bad it does not run your code. The HHVM team is ...
Authenticate user with LinkedIn API from your PHP application
Recently I wanted to let my users authenticate with LinkedIn. We had just added a Facebook and Twitter authentication, so why not LinkedIn. To my big surpris...
Rename dump from AsseticBundle
In your main template you probably should have assetic to manage your assets. In the production environment you would like to dump this to static files.
Using Bower for your Symfony2 application
I recently switched to Bower for managing my frontend third party libraries. First I defined some packages that I needed in a bower.json file and put it in t...
HappyR Dialog library
I know there is plenty of javascript libraries that help you show dialogs. I’ve used a handful of them and I’ve read the documentation of many more. Many of ...