Pupper stands for PHP Plus React (PPR > Pupper).
The goal is to make a Framework that takes the best of both technologies and makes them communicate bi-directionnaly.
Try the online demo
Go to the /app/ folder for an implementation example
# setup
composer install -o --no-dev
npm i
# run
npm run build
npm start
Pupper PHP | Pupper React |
---|---|
Github repository | Github repository |
Packagist homepage | npm homepage |
composer require pupper/pupper-php |
npm i --save @pupper/pupper-react |
Pupper was inspired by the article Game Development with React and PHP: How Compatible Are They? by Christopher Pitt.
Unlicense. Please see License File for more information.