Skip to content

pepsikus/plaid-quickstart-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaid quickstart PHP

Simple PHP application for plaid.com API testing.

This is a PHP & Slim port of the official Quickstart application.

Table of Contents

Install

$ git clone https://github.com/pepsikus/plaid-quickstart-php.git

Documentation

This app uses the Plaid-api-php-client library.

Additionally to official Quickstart capabilities this app allows you to testing the 'Rotate Access Token' endpoint.

For complete information about the Plaid.com API, head to the Plaid Documentation.

Examples

Run app with your API keys using internal PHP server

$ cd public
$ PLAID_CLIENT_ID='CLIENT_ID' \
PLAID_SECRET='SECRET' \
PLAID_PUBLIC_KEY='PUBLIC_KEY' \
PLAID_ENV='sandbox' \
php -S localhost:8000

Go to http://localhost:8000

License

MIT

About

Simple PHP application for Plaid API testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published