PHPackages                             sobhanlori/steganography - 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. [Image &amp; Media](/categories/media)
4. /
5. sobhanlori/steganography

ActiveLibrary[Image &amp; Media](/categories/media)

sobhanlori/steganography
========================

Hide and extract data in images using steganography techniques.

v1.0.0(2d ago)23↑2900%MITPHPPHP ^8.1

Since Jun 7Pushed 2d agoCompare

[ Source](https://github.com/sobhanlori/steganography)[ Packagist](https://packagist.org/packages/sobhanlori/steganography)[ Docs](https://github.com/sobhanlori/steganography)[ RSS](/packages/sobhanlori-steganography/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP Steganography
=================

[](#php-steganography)

A lightweight PHP package for hiding and retrieving secret messages inside PNG images using steganography.

Features
--------

[](#features)

- Hide text messages inside images
- Extract hidden messages from encoded images
- Simple and fluent API
- No external dependencies required

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

[](#installation)

Install the package via Composer:

```
composer require sobhanlori/steganography
```

Requirements
------------

[](#requirements)

- PHP 8.1+
- GD extension enabled

Usage
-----

[](#usage)

### Hide Data Inside an Image

[](#hide-data-inside-an-image)

```
