Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/stripe-php-financial-connections
Stripe PHP Financial Connections
https://github.com/remarkablemark/stripe-php-financial-connections
bank connections demo financial javascript php replit stripe
Last synced: 1 day ago
JSON representation
Stripe PHP Financial Connections
- Host: GitHub
- URL: https://github.com/remarkablemark/stripe-php-financial-connections
- Owner: remarkablemark
- Created: 2022-10-04T00:41:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:47:01.000Z (about 2 years ago)
- Last Synced: 2024-11-11T17:53:25.850Z (about 1 month ago)
- Topics: bank, connections, demo, financial, javascript, php, replit, stripe
- Language: PHP
- Homepage: https://replit.com/@remarkablemark/Stripe-PHP-Financial-Connections
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe PHP Financial Connections
Financial Connections lets your users securely share their financial data by linking their external financial accounts to your business.
## Run
Build the server:
```sh
composer install
```Run the server:
```sh
php -S 127.0.0.1:4242
```Go to http://localhost:4242/
## Demo
- [Stripe PHP Financial Connections](https://replit.com/@remarkablemark/Stripe-PHP-Financial-Connections)
- [Stripe PHP Financial Connections Bank Account](https://replit.com/@remarkablemark/Stripe-PHP-Financial-Connections-Bank-Account)## Resources
- [Financial Connections](https://stripe.com/financial-connections)
- [Collect an account to build data-powered products](https://stripe.com/docs/financial-connections/other-data-powered-products)
- [Stripe JS](https://stripe.com/docs/js/financial_connections)