Vebra-PHP-API-Wrapper icon indicating copy to clipboard operation
Vebra-PHP-API-Wrapper copied to clipboard

A third-party PHP library which aims to simplify the use of the Vebra XML web service.

Results 4 Vebra-PHP-API-Wrapper issues
Sort by recently updated
recently updated
newest added

The most recent version of `kriswallsmith/buzz` is not compatible with this library, so I've specified the most recent version of Buzz that still remains compatible (according to my testing).

There is a breaking change in Buzz which means that Buzz\Message\Factory\Factory no longer exists. I'm suggesting hard locking the version for now until the code in the Vebra API package...

Ref #15 PHP doesn't seem to cast SimpleXMLElement objects for bool the way it does with other scalars, so get string val first.

attribute value 'featured' is always 1, even in fetched xml it is 0, i guess the error is in type casting of attribute type 'featured' as Boolean to int then...