Skip to content

Commit 246aa73

Browse files
authored
Create README.md
0 parents  commit 246aa73

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# [PHPExif Exiftool Adapter](http://github.com/PHPExif/php-exif-exiftool) [![Build Status](https://travis-ci.org/PHPExif/php-exif-exiftool.svg?branch=develop)](https://travis-ci.org/PHPExif/php-exif-exiftool) [![Coverage Status](https://coveralls.io/repos/github/PHPExif/php-exif-exiftool/badge.svg?branch=develop)](https://coveralls.io/github/PHPExif/php-exif-exiftool?branch=develop) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/PHPExif/php-exif-exiftool/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/PHPExif/php-exif-exiftool/?branch=develop)
2+
3+
PHPExif Exiftool Adapter is a library which contains functionality to read EXIF data from images via the Exiftool cli application.
4+
5+
## Minimum requirements
6+
7+
* PHP 5.6
8+
* Exiftool
9+
10+
See [http://php.net/supported-versions.php](http://php.net/supported-versions.php) for reason.
11+
12+
## Documentation
13+
14+
Will be coming in the future...
15+
16+
## Contributing
17+
18+
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
19+
20+
## Feedback
21+
22+
Have a bug or a feature request? [Please open a new issue](https://github.com/PHPExif/php-exif-exiftool/issues). Before opening any issue, please search for existing issues.
23+
24+
## Contributors
25+
26+
* [Tom Van Herreweghe](http://github.com/Miljar)
27+
28+
## License
29+
30+
[MIT License](http://github.com/PHPExif/php-exif-native/blob/master/LICENSE)

0 commit comments

Comments
 (0)