brtiver blog

mainly about tips of web application tech in English from Japan.

Karen -- PSR-7 micro framework with PHP7

github.com Karen is a simple PSR-7 micro framework with PHP7. This framework provide these names of blocks and simple Controller class: container middleware routes response run You have only to write a code in your way with PSR-7 objects. …

Anonymous controller and trait for Slim3 with PHP7

We can use anonymous classes in PHP7. So I use anonymous classes instead of anonymous functions. Slim3 now supports PSR-7 interfaces for its Request and Response objects. And Slim3 uses extends objects, and use it in your anonymous functio…

Simple Database Migration Tool, Dbup

Dbup is a very simple migration tool with UP command I published a new database migration tool for PHP, Dbup. github: https://github.com/brtriver/dbup How simple? You have only to download dbup.phar. Dbup has only up command. Dbup does not…

Simple BASIC Authorization controller provider of Silex

Silex is the best web application framework for developers, who want to lean Symfony Components and PHP 5.3 (closure, name space..etc). Silex allow you to create new controllers with "mount" method which adds a controllers collection with …

compile twig.phar

It is very popular to use Twig on developing with PHP. But it is not easy to deploy my application with Twig because there are a lot of files to deploy. I want to deploy it easily. So I tried to make twig.phar, which is PHP Archive. The ph…

Zend Framework page-a-day Calendar 2012 in Japanese

A Happy New Year everyone from Japan!!In Japan, a new year 2012 has already came. Zend Framework Page A Day Calendar 2012 We can find articles of Zend Framework in Japanese fewer than the number of other frameworks, I think. Because CakePH…

Japanese Symfony Advent Calender 2011

In this year, there were many advent calenders which were writen about web tech in Japanese. Of course, there was Symfony Advent Calender which was planed by @koyhoge. You can read all articles at this page (sorry Japanese only). In Japan,…

Nice to meet you

My name is Masao Maeda (@brtriver), web application developer, working at Shibuya, Tokyo and a crew of VOYAGE GROUP. Today, I have started to write a new blog on Hatena Blog and basically I'll write articles in English only for my study :-)…