Skip to content

Commit 8ad7166

Browse files
committed
updated docs with the new guzzle5 imageinfo
1 parent 0683438 commit 8ad7166

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ $config = [
183183
];
184184
```
185185

186+
[You can see here](https://github.com/oscarotero/Embed/tree/master/src/RequestResolvers) the RequestResolvers included.
187+
186188
### Image info
187189

188190
To check the images and get their mimetype and dimmensions, we have the class `Embed\ImageInfo\Curl`. This class uses curl to make request, get the first bytes to get the image type and dimmensions and close the connection. So the image wont be downloaded entirely, just until the downloaded data is enought to get this information.
@@ -213,6 +215,9 @@ $config = [
213215
];
214216
```
215217

218+
[You can see here](https://github.com/oscarotero/Embed/tree/master/src/ImageInfo) the ImageInfo implementations included.
219+
220+
216221
### Example
217222

218223
```php

0 commit comments

Comments
 (0)