-
Recent Posts
Categories
Tags Cloud
arduino community crontab daemon driver fork gearman github introduction library open source personal php PhpRestService PhpTaskDaemon plugweb plugwise projects REST tasks WebservicesArchives
Friends
- Boy Baukema Boy Baukema’s Blog
- Evert Pot Evert Pot: Het Bijstere Spoor
- Harrie Verveer Harrie Verveer: Professional PHP Developer & Conference Speaker
- Mark van der Velden D-talk: The little things that pop into mind
- Martin de Keizer Martin de Keizer: A dutch PHP Developer
- Michelangelo van Dam DragonBe’s PHP blog: Blogging about PHP and related technologies
Category Archives: Open Source
Arduino Traffic Lights #1: Introduction
Introduction January will be my last month working at Ibuildings. During my time at Ibuildings I have worked on a lot of interesting challenging projects, made a lot of new friends, learned a lot from my co-workers and hopefully they … Continue reading
Posted in Arduino, Open Source, PHP, Projects
Tagged arduino, github, open source, php, projects
Leave a comment
PhpRestService: Simple PHP5 REST framework
Once again I started another open source project. This project focuses on setting up RESTful webservices with PHP. The REpresentational State Transfer (REST) protocol is a set of architectural principles for designing RESTful webservices. The term representational state transfer was … Continue reading
Posted in Open Source, PHP, PhpRestService, Projects
Tagged library, open source, php, PhpRestService, projects, REST, Webservices
Leave a comment
PlugWeb: Creating the driver
In the previous post I introduced the concepts for the PlugWeb application. In this blogpost I will cover developing the driver for the plugwise network. The plugwise network The plugwise network consist of a set wireless devices communicating with each … Continue reading
Posted in Open Source, PHP, PlugWeb, Projects
Tagged driver, open source, php, plugweb, plugwise, projects
4 Comments
PhpTaskDaemon: Current state of running PHP scripts using the command line
The goal of PhpTaskDaemon is to provide an easy and usable API to define task loading and execution run. A command line utility will be provided to execute and monitor one or more tasks. This blog posts I will provide an overview of currect technologies for starting PHP scripts. Minimalist examples will be provided to show the usage of the different technologies. Continue reading
Posted in Algemeen, Open Source, PHP, PhpTaskDaemon, Projects
Tagged crontab, daemon, gearman, open source, php, PhpTaskDaemon, projects
Leave a comment
PhpTaskDaemon: An introduction
PHP is most often used for developing web based applications. But PHP can also be used for developing starting scripts using the command line. Scripts can easily be run as cron jobs, daemons, gearman workers and some other techniques to … Continue reading
Posted in Algemeen, Open Source, PHP, PhpTaskDaemon, Projects
Tagged crontab, fork, gearman, open source, php, PhpTaskDaemon, projects
Leave a comment
PlugWeb: An introduction
This is the first blog post in a series about developing a web application called PlugWeb. This first post is an introduction to the project. The goals and requirements for this project will be defined. The last part contains an … Continue reading
Posted in Open Source, PHP, PlugWeb, Projects
Tagged daemon, driver, introduction, open source, php, plugweb, plugwise, projects
Leave a comment