This Symfony 4 Flex App will see you creating a web page that grabs your (or anyone else) GitHub profile and repository data for display on your own Symfony site.
Just type github username
in URL
For example: http://localhost:8000/githut/{username}
, where {username}
is github username.
Using eightpoints/guzzle-bundle
.
Run composer install
in your root directory.
Rename .env.dist
to .env
:
Run composer start
or php bin/console server:start
for start a dev server. Navigate to http://localhost:8000/
.
Run composer stop
or php bin/console server:stop
for stop a dev server.
To get more help use my email maksimgru@gmail.com
or my skype maksgru
or got to my website www.m-dev.net