Skip to content

Latest commit

 

History

History

fifty-fifty-php

Fifty / Fifty example app

Clone of https://github.com/pipedrive/FiftyFifty/ example app.

A very basic app with example how to:

  • authorize with OAuth using passportjs
  • get all open deals from Pipedrive
  • mark selected deal randomly as won or lost

⚠️ Disclaimer

This repository contains non-production code.
Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.

Installation and usage

Required: PHP >= 8.1 (recommended) with sqlite.

Demo

Credits