Skip to content

A sample implementation of Listem on a vanilla-PHP project to showcase it's framework-agnosticity

Notifications You must be signed in to change notification settings

listem/php-example

Repository files navigation

Listem - sample implementation

This is the code for a sample implementation of the Listem package on a PHP app as a testament to it's framework-agnosticity. This app is build on top of the smallest of the PHP MVC frameworks, the MINI framework.

The live website can be found at php-example.listem.co

Setting up

First, make sure you have Docker and Docker Compose installed and running. Follow these steps to set up the project.

git clone <project.url> <project>
cd <project>
cp docker-compose.yml.example docker-compose.yml

Change values of the yml file if necessary (eg: port numbers), and run

make init

About

A sample implementation of Listem on a vanilla-PHP project to showcase it's framework-agnosticity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published