diff --git a/src/Social/Mapper/Github.php b/src/Social/Mapper/Github.php new file mode 100644 index 0000000..4fe5f9a --- /dev/null +++ b/src/Social/Mapper/Github.php @@ -0,0 +1,35 @@ + 'login', + 'full_name' => 'name', + 'avatar' => 'avatar_url', + 'link' => 'html_url', + 'locale' => 'location', + ]; +}