SecondeJK / vonage-poc

Basic interactions with the API to learn Slim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vonage PoC Application

  • Uses Slim Framework 4 (Skeleton)
  • Guzzle
  • Twig
  • No Javascript
  • Uses Bootstrap
  • Gets a balance (but doesn't format it nicely)
  • CRUD Applications
  • Features: not a lot of showing off, just does what it needs to do.

Missing:

  • Error catching
  • UI feedback
  • Testing

Run it

Requirements:

Environment Setup

  • Copy .env.example as .env and fill out your Vonage credentials

To start, use PHP's built in webserver: php -S localhost:8080 -t public public/index.php

About

Basic interactions with the API to learn Slim


Languages

Language:PHP 91.5%Language:Twig 8.4%Language:Shell 0.1%