Skip to content

Deploy PHP applications with sessions on a Materia KV add-on

Notifications You must be signed in to change notification settings

CleverCloud/php-sessions-kv-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PHP sessions tester

This application is a simple PHP sessions demo, allowing to show them working either with a Redis add-on on Clever Cloud or with Materia KV. It's as simple as create a new Clever Cloud application, set the environment variables, create a Materia KV add-on linked to the application and deploy :

clever create -t php --alias phpSessions
clever env set ENABLE_REDIS "true"
clever env set SESSION_TYPE "redis"

clever addon create kv phpSessionsKV --link phpSessions
clever deploy & clever open

About

Deploy PHP applications with sessions on a Materia KV add-on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages