I don't understand the basic: how to get file url from entries?

I’m shocked at how bad your documentation is around PHP.

I can;t find a full reference library ot understand how to get the basic metadata of an entry…

when i get back the entries object i can get the title, etc, but i cannot find the command to get the file>url

what am i doing wrong?

Did you ever figure it out, @francesco.bertelli? I’m now encountering the same problem.

Hi @ryanhannebaum , I would suggest having a look at the PHP documentation about the available methods on an ‘Entry’ object: Contentful\Delivery\Resource\Entry | Contentful CDA SDK for PHP

You could first try to use the method has(‘fieldname’) and then do a get(‘fieldname’) and var_dump the result.