odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

OData Client Library for PHP

Results 55 odata-client-php issues
Sort by recently updated
recently updated
newest added
trafficstars

Trying to add to a new Laravel project i get the following: Problem 1 - Root composer.json requires saintsystems/odata-client ^0.2.6 -> satisfiable by saintsystems/odata-client[0.2.6]. - saintsystems/odata-client 0.2.6 requires guzzlehttp/guzzle ^6.2...

https://github.com/saintsystems/odata-client-php/blob/454baac140360b8c534a1cb3f3636cdd5b8c6dcf/src/Query/Builder.php#L967 There is no "compileMethod" method in the interface, as in the class "Grammar".

Hello Saintsystems, Thank you for making this library open source, I was wondering if it's possible to use it to upload files? I have to upload a pdf file through...

Thank you for the great library, I am not really familiar with the codes but I tried $Properties = $odataClient->from('Property')->where([ ['ListingKeyNumeric','=','1005476'], ['NewConstructionYN','=','1'] ])->get(); and it through the following error {"error":{"code":400,"message":"Incompatible...

( ! ) Fatal error: Uncaught InvalidArgumentException: Method must be a non-empty string. in C:\wamp\www\vendor\guzzlehttp\psr7\src\Request.php on line 149 --

How do we use the lambda operators "any" / "all"?? [Here is the odata documentation for the lambda operators](http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part2-url-conventions/odata-v4.0-errata02-os-part2-url-conventions-complete.html#_Toc406398149) Thank you!

enhancement

When using post() to fire a $batch based request containing one or more change sets, the response is returned as a HTTP 200 status. However if one or more of...

I can get to the entities no problem but what I am unable to figure out is to access properties from a created entity set. The Odata provider is sharefile....

How do I run this kind of relation query with this client? `https://abc.com/odata/Books(123)/Readers` Thanks

enhancement

Added compileInsert() and extended Illuminate\Database\Grammar. This might require more dependencies, albeit inserting did not working before this.