PHPackages                             pixelcrab/png-chunks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pixelcrab/png-chunks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pixelcrab/png-chunks
====================

Simple PHP class to handle(get, add, remove) PNG chunks.

1.0.1(8y ago)09.6k[1 issues](https://github.com/CSoellinger/php-class-png-chunks/issues)MITPHPPHP ^5.6 || ^7.0

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CSoellinger/php-class-png-chunks)[ Packagist](https://packagist.org/packages/pixelcrab/png-chunks)[ Docs](https://github.com/CSoellinger/php-class-png-chunks)[ RSS](/packages/pixelcrab-png-chunks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

PHP PngChunk Class [![Build Status](https://camo.githubusercontent.com/51c2b303bafa1b87556d0922f4251ecbd0e5d572881c6172ff38ed9e13705bee/68747470733a2f2f7472617669732d63692e6f72672f43536f656c6c696e6765722f7068702d636c6173732d706e672d6368756e6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/CSoellinger/php-class-png-chunks) [![Coverage Status](https://camo.githubusercontent.com/8ba1a554e1539f22fb3e5c072aa3af0275d257a31fca672b57d505ef196819ab/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f43536f656c6c696e6765722f7068702d636c6173732d706e672d6368756e6b732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/CSoellinger/php-class-png-chunks?branch=master)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#php-pngchunk-class--)

Get, add or remove chunks to PNG. This class is more a personal helper for other projects but could be nice for others too. Feel free to extend the code with new features.

Installation
------------

[](#installation)

### With composer

[](#with-composer)

```
composer require pixelcrab/png-chunks
```

### With source

[](#with-source)

Download the source code from releases or the file **PngChunks.php** directly from the repository. Include the file in your project and start using it.

Usage
-----

[](#usage)

```
