Diogo Peralta Cordeiro

Results 3 issues of Diogo Peralta Cordeiro

```php $embed = new LibEmbed(); $info = $embed->get($url); $metadata['title'] = $info->title; $metadata['description'] = $info->description; $metadata['author_name'] = $info->authorName; $metadata['author_url'] = (string) $info->authorUrl; $metadata['provider_name'] = $info->providerName; $root_url = parse_url($url); $root_url = "{$root_url['scheme']}://{$root_url['host']}";...

| Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT...

Feature
HttpFoundation
Status: Needs Review