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

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.