PHP Assist is a running enviroment for PHP code that allows you to built a PHP project with a visual editor and run the code. The main feature is the possibility to build a whole PHP project (not just single php file) that will include the tree of directories, sub-directories and files just like a regular project... but there is more, the project can be based on knows frameworks like Zend Framework 2, Yii, Code Igniter etc. without the need to install anything.
Code snippets:
After the code have been inserted you can select the lines you wish to display as an example on your website (or any website) and press the 'Share' button which gives you one-line code. You can take this one-line code, add it to any website and get a widget with the selected lines of code (syntax highlited of course), live running example of the whole project code (on real server!) and the option for any user to edit the code in a new copy, change it, play with and see it running on real enviroment in a metter of seconds