Skip to content

safrazik/breeze.server.php.demo

Repository files navigation

Project Status: 🚨 Unmaintained 🚨

This project is no longer maintained. We will not be accepting pull requests, addressing issues, nor making future releases.

Breeze PHP Server Demo

This is a minimal demonstration application that makes use of the Breeze PHP Server library

How to run the demo locally

  • clone the repo and place the files into web accessible directory
  • run composer update
  • if you are using MySQL or any other Doctrine supported DBMS, change the settings in bootstrap.php file, and run doctrine command orm:schema-tool:create
  • open client/index.html to see the demo app

Live demo

A full featured sample application is available at https://github.com/adrotec/emp-directory