Markus Lanthaler
Markus Lanthaler
The [HTTP message interfaces (PSR-7)](http://www.php-fig.org/psr/psr-7/) have now been released. Update the processor to make use of it.
Indeed, HTTPlug looks very promising. There seem to exist adapters for Guzzle and cURL but not file_get_contents (which often is the only thing that works on cheap, shared hosting). Too...
Carsten, I doubt I’ll get to it before you. Would really appreciate if you could spend some cycles on it. Thanks Márk for weighting in here. If we end up...
OK, as it was raining, I had a couple of hours.. the result can be found at https://github.com/lanthaler/fgc-client :-) The JsonLD library still needs to be refactored to use this....
Hmm… what depends on it? If it doesn’t provide a clear advantage, I would like to avoid adding a dependency on php-http/message-factory to ml/iri
Understood. My question was what in HTTPlug depends on UriFactory. At the moment nothing seems to depend on it and thus I find it hard to justify pulling in an...
The reason for the failing tests is that HHVM doesn't support stream notification callbacks (yet): https://github.com/facebook/hhvm/issues/2903
Looks like PHP 7.0 fails as well. The code should be updated to work with both HHVM and PHP 7.0.
Thanks a lot @zobzn
I don't know much about EasyRdf. Could you please check whether echo JsonLD::toString(JsonLD::expand($url), true); works? It works on my machine