Skip to content

Instantly share code, notes, and snippets.

View pedromazala's full-sized avatar
🥋

Pedro Mázala pedromazala

🥋
View GitHub Profile
@pedromazala
pedromazala / WSSoapClient.php
Created December 26, 2017 18:03 — forked from mathdev/WSSoapClient.php
WS-Security for PHP SoapClient
<?php
/**
* Copyright (c) 2007, Roger Veciana
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream