You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
woodworker edited this page Feb 18, 2013
·
1 revision
SerPHPlets
SerPHPlets should be a self containing file (PHAR) that contain everything which is needed to run a Service/App. The only thing which is provided by the AppServer should be basic Configuration and maybe Database Connections.
Basics
Set of Interfaces
one File - a PHAR, which can deployed very easily
Interfaces
We need a thought out set of Interfaces for the Milestone 1
AppServer
We need a sample implementation for a PHP SerPHPlet Server.