Skip to content

Commit 2982429

Browse files
author
Tom Van Herreweghe
committed
Update readme, bring it up-to-speed with v0.3.0 release
Signed-off-by: Tom Van Herreweghe <tom@king-foo.be>
1 parent 12f47b6 commit 2982429

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [PHPExif v0.2.1](http://github.com/Miljar/php-exif) [![Build Status](https://travis-ci.org/Miljar/php-exif.png?branch=master)](https://travis-ci.org/Miljar/php-exif) [![Coverage Status](https://coveralls.io/repos/Miljar/php-exif/badge.svg?branch=v0.2.2)](https://coveralls.io/r/Miljar/php-exif?branch=v0.2.2)
1+
# [PHPExif v0.3.0](http://github.com/Miljar/php-exif) [![Build Status](https://travis-ci.org/Miljar/php-exif.png?branch=master)](https://travis-ci.org/Miljar/php-exif) [![Coverage Status](https://coveralls.io/repos/Miljar/php-exif/badge.svg?branch=master)](https://coveralls.io/r/Miljar/php-exif?branch=master)
22

33
PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
44

@@ -7,33 +7,40 @@ PHPExif serves as a wrapper around some native or CLI tools which access this EX
77
## Supported tools
88

99
* Native PHP functionality (exif_read_data, iptcparse)
10-
* [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)
1111

1212
## Installation (composer)
1313

1414
```json
15-
"miljar/php-exif": "~0.2"
15+
"miljar/php-exif": "~0.3.0"
1616
```
1717

1818

1919
## Usage
2020

21-
[Before v0.2.2](Resources/doc/usage_0.2.1.md)
21+
[Before v0.3.0](Resources/doc/usage_0.2.1.md)
2222

23-
[v0.2.2+](Resources/doc/usage.md)
23+
[v0.3.0+](Resources/doc/usage.md)
2424

2525
## Contributing
2626

2727
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.
2828

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.
3030

3131
All contributions are welcomed and greatly appreciated.
3232

3333
## Feedback
3434

3535
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.
3636

37+
## Contributors
38+
39+
* [Tom Van Herreweghe](http://github.com/Miljar)
40+
* [Ingewikkeld](https://github.com/Ingewikkeld)
41+
* [Christophe Singer](https://github.com/wasinger)
42+
* [Hanov Ruslan](https://github.com/hanovruslan)
43+
3744
## License
3845

3946
[MIT License](http://github.com/Miljar/php-exif/blob/master/LICENSE)

0 commit comments

Comments
 (0)