cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

Uncaught Error: Class 'OcipClient' not found in #2

Closed TwinMist closed 6 years ago

TwinMist commented 6 years ago

Hi i am getting the following error: Fatal error: Uncaught Error: Class 'OcipClient' not found in i have install the composer and my files starts wilth <?php include_once 'vendor/autoload.php'; include_once 'src/OcipClient.php'; $ocip = new OcipClient(URL, OCI_USER, OCI_PASS);

What am i doing wrong iam i missing a use xxx ?

many thanks

cwmiller commented 6 years ago

Sorry, the example provided in the readme didn't include the namespace imports. I've updated the readme to include a more complete example.