You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Exiftool](http://www.sno.phy.queensu.ca/~phil/exiftool) adapter (wrapper for the exiftool binary)
10
+
*[Exiftool](http://www.sno.phy.queensu.ca/~phil/exiftool) adapter (wrapper for the exiftool binary)
11
11
12
12
## Installation (composer)
13
13
14
14
```json
15
-
"miljar/php-exif": "~0.2"
15
+
"miljar/php-exif": "~0.3.0"
16
16
```
17
17
18
18
19
19
## Usage
20
20
21
-
[Before v0.2.2](Resources/doc/usage_0.2.1.md)
21
+
[Before v0.3.0](Resources/doc/usage_0.2.1.md)
22
22
23
-
[v0.2.2+](Resources/doc/usage.md)
23
+
[v0.3.0+](Resources/doc/usage.md)
24
24
25
25
## Contributing
26
26
27
27
Please submit all pull requests against the correct branch. The release branch for the next version is a branch with the same name as the next version. Bugfixes should go in the master branch, unless they are for code in a new release branch.
28
28
29
-
PHPExif is written according the [PSR-0/1/2 standards](http://www.php-fig.org/). When submitting code, please make sure it is conform these standards.
29
+
PHPExif is written according the [PSR-0/1/2 standards](http://www.php-fig.org/). When submitting code, please make sure it is conform these standards.
30
30
31
31
All contributions are welcomed and greatly appreciated.
32
32
33
33
## Feedback
34
34
35
35
Have a bug or a feature request? [Please open a new issue](https://github.com/Miljar/php-exif/issues). Before opening any issue, please search for existing issues.
0 commit comments