cucarachas / psd2
NBG PSD2
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:package
Requires
- guzzlehttp/guzzle: ^7.4
- twig/twig: ^3.0
- vlucas/phpdotenv: ^2.4
README
- composer install
- php -S localhost:9001 -t public
- import
demo.sql
- Copy
.env.example
to.env
and replaceNGB_CLIENT_ID
,NBG_CLIENT_SECRET
with yours - Run the application on
localhost:9001
- Done!