Skocimis / textflow-php

PHP library that helps you send SMS using TextFlow API
https://textflow.me
MIT License
0 stars 0 forks source link

Undefined type 'TextFlow\SmsApi\Client'. #4

Closed madfortech closed 1 year ago

madfortech commented 1 year ago

Capture Capture-

php version PHP 8.1.12 laravel 10.9.0

please help me folks :)

Skocimis commented 1 year ago

We have forgotten to include a namespace in the file. It is fixed now in version v1.6.4, so try updating our package. Also, when initializing our TextFlowClient class, you should only provide an API key, not the API secret.

madfortech commented 1 year ago

i used this namespace use TextFlow\SMSApi\TextFlowClient; its working in local development

Skocimis commented 1 year ago

So it is working now and I can close the issue?

madfortech commented 1 year ago

yes you can close.