Skip to content
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.

##Timeline

Milestone 1

  • basic set of Interfaces
Clone this wiki locally