| Language | Framework | Platform |
|---|---|---|
| PHP | Slim | ServiceStage Web App, CCE Cluster |
This sample code helps get you started with a simple PHP Slim web application deployed by ServiceStage WebApp to a CCE Cluster.
Clone your code repository and start developing your application on IDE of your choice
-
Enter the project.
$ cd [my project] -
Install vendor.
$ composer install -
Run the application.
$ cd public $ php -S 0.0.0.0:8000 -
Open http://127.0.0.1:8000/ in a web browser to view your application.
if you want to deploy the sample code on servicestage, View your CI/CD pipeline and service stack on ServiceStage and customize it as per your needs
See LICENSE.