Giter Site home page Giter Site logo

masterfermin02 / vicidial-api-wrapper Goto Github PK

View Code? Open in Web Editor NEW
14.0 5.0 9.0 94 KB

Elegant and simple Implementation to integrate Vicidial API

Home Page: https://github.com/masterfermin02/vicidial-api-wrapper

PHP 100.00%
php vicidial sdk wrapper-api php-sdk

vicidial-api-wrapper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vicidial-api-wrapper's Issues

Installing package on php7.4 resulted in local package conflict with guzzlehttp/guzzle ^7.2

Hi,

I was installing the package using the Php 7.4+ option, using command:

composer require "masterfermin02/vicidial-api-wrapper:1.0.3" --with-all-dependencies -W

i got this on my machine (Windows 10 | Composer v2.5.1| Php 7.4.33):

./composer.json has been updated
Running composer update masterfermin02/vicidial-api-wrapper --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires masterfermin02/vicidial-api-wrapper 1.0.3 -> satisfiable by masterfermin02/vicidial-api-wrapper[v1.0.3].
    - masterfermin02/vicidial-api-wrapper v1.0.3 requires guzzlehttp/guzzle ^7.2 -> found guzzlehttp/guzzle[dev-master, 7.2.0, ..., 7.5.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^6.5).

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
  1. Updated my current guzzlehttp/guzzle to ^7.2 as per requested above, i got this:
./composer.json has been updated
Running composer update masterfermin02/vicidial-api-wrapper --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - php-http/guzzle6-adapter[v2.0.0, ..., 2.x-dev] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.2).
    - Root composer.json requires php-http/guzzle6-adapter ^2.0 -> satisfiable by php-http/guzzle6-adapter[v2.0.0, v2.0.1, v2.0.2, 2.x-dev].


Installation failed, reverting ./composer.json to its original content.

I am stuck with this as package php-http/guzzle6-adapter depends on older version of 6.2 for guzzlehttp/guzzle

Please advise.

Php Version

Hi,
PHP version after Vicibox 10 installation: PHP Version 7.4.6
After installing vicidial-api-wrapper, I called a test file. I got a warning like this:

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.15". You are running 7.4.6. in /srv/www/htdocs/vendor/composer/platform_check.php on line 24

Since it is a minor version,
Will there be a problem if I change the relevant value in this file to 70406?

if (!(PHP_VERSION_ID >= 70415)) {

Thanks.

variable error 'string moh_list'

I tested the example/admin/moh_list.php file.

Fatal error: Uncaught BadMethodCallException: Method moh_list does not exist

i got the error.

/src/Admin/Client.php on line 69

Error in expression 'string moh_list'

Changing it to 'moh_list' fixed the error.

variable error phone_numer

Agent API doc -> external_dial function

Next dial example and Manual dial example:

phone_numer -> phone_number

need to change

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.