Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for php

Serverless PHP with Docker(file) and Zeit▲now... Uhm, what?

Serverless Architectures are the hottest thing right now. Not a lot of people know exactly what they are and if they really need them, but everyone's onboard because they're afraid they're left behind.

The largest players for serverless platforms are Amazon, Google and Microsoft, but now a small player, Zeit, allows Dockerfile based serverless deployments.


Written by Jani Tarvainen on Monday August 15, 2016
Permalink - Tags: php, docker

Consider Docker for your Symfony projects

During the first half of 2016 the web development community has talked about Docker quite a bit. The technology has been around since 2013, but during the last few months it has matured and started being adopted for mainstream web development. Docker is a great fit for Symfony projects too.


Written by Jani Tarvainen on Friday August 12, 2016
Permalink - Tags: docker, symfony, php

PHP/Symfony development with Windows Subsystem for Linux (WSL)

Windows has always been somewhat of an oddball when it comes to PHP development. In the past years it has lost out on developer mindshare to UNIX-like Operating Systems like Linux and macOS.

With the release of Windows 10 Anniversary Update in August 2016 Microsoft now offers an interesting option for PHP development in the Windows environment: The Windows Subsystem for Linux (WSL)


Written by Jani Tarvainen on Saturday August 6, 2016
Permalink - Tags: php, symfony, linux, microsoft

Versioning an API in GraphQL vs. REST

GraphQL is a technology which is a modern and uniform alternative to the wealth of different RESTful interfaces. REST was introduced back in 2000 and is only an architectural style, not a specification. In REST any self-respecting developer is used to versioning, but in GraphQL there is no concept of versioning in the same sense.


Written by Jani Tarvainen on Friday August 5, 2016
Permalink - Tags: graphql, rest, javascript, php


GraphQL with PHP and the Symfony Framework

GraphQL is a data query language developed by Facebook since 2012. In September 2015 Facebook released it to the public domain. GraphQL is essentially an alternative to REST and despite the name, it's not a Graph Database Query language like Cypher from the Neo4j project.


Written by Jani Tarvainen on Saturday May 14, 2016
Permalink - Tags: symfony, graphql, php, facebook