lukebeer / broadworks-ocip

PHP Framework for interacting with the Broadworks OCI Provisioning API
GNU General Public License v2.0
26 stars 15 forks source link

replaced CoreFactory with Factory in README.md as CoreFactory did not work for me #10

Closed cyclingzealot closed 4 years ago

cyclingzealot commented 7 years ago

Main change is:

-$client = Broadworks_OCIP\CoreFactory::getTCPClient('ocip.example.com');
+$client = BroadworksOCIP\Factory::getTCPClient('ocip.example.com');

Sorry for the removal of trailing whitespace.

lukebeer commented 4 years ago

Well spotted, thanks for the pull request and sorry for the merge delay, I've stopped work on this since I'm no longer working on Broadworks (unfortunately!)

TwinMist commented 4 years ago

:-((. Rav

cyclingzealot commented 4 years ago

We're mostly a Ruby / Rails / Sinatra shop (FBOFW) and didn't end up using this code base. But it DEFINITELY HELPED us in understanding how to interface with BW. I could not have done it without this project, I think. Thank you so much for the work!!!