Overview


PHPoC (PHP on Chip) is a scripting language developed by Sollae Systems for programmable devices such as PHPoC Black, PHPoC Blue and etc. PHPoC is, as the name suggests, based on the PHP (PHP: Hypertext Preprocessor) a widely-used as a general-purpose programming language. PHP is originally designed for web development on a server-side. And PHPoC also has this charateristic. But there are some differences between PHPoC and PHP, because PHPoC is used to program embedded systems.

PHPoC not only provides a powerful tool for making dynamic and interactive Web but also provides functions to access peripherals of embedded systems. Therefore, anyone can use it easily.

※ PHPoC is built similarly to PHP, but not all grammars are fully compatible. This document does not cover the differences between PHPoC and PHP, so please refer to PHPoC vs PHP for details.