PHPackages                             nerdscorner/nanobanana-sdk - 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. [API Development](/categories/api)
4. /
5. nerdscorner/nanobanana-sdk

ActiveLibrary[API Development](/categories/api)

nerdscorner/nanobanana-sdk
==========================

This package wraps the Google Nano Banana API

0406↓66.7%[1 PRs](https://github.com/NerdsCorner/nanobanana-sdk/pulls)PHPCI passing

Since May 24Pushed 2w agoCompare

[ Source](https://github.com/NerdsCorner/nanobanana-sdk)[ Packagist](https://packagist.org/packages/nerdscorner/nanobanana-sdk)[ RSS](/packages/nerdscorner-nanobanana-sdk/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

This package wraps the Google Nano Banana API
=============================================

[](#this-package-wraps-the-google-nano-banana-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3772becaedebb2a05fff60ab14956e999a1073294813cd1619a36bcf39f9bf3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65726473636f726e65722f6e616e6f62616e616e612d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nerdscorner/nanobanana-sdk)[![Tests](https://camo.githubusercontent.com/cb5ecb9331d27a9a28befbc408821cfa83686b31cd40e03657dbe934d492f8b6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e65726473636f726e65722f6e616e6f62616e616e612d73646b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/nerdscorner/nanobanana-sdk/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/b01e5c03f24f68f62790fa2197e42cc63cd2dbdc944337097022300a2716f47c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65726473636f726e65722f6e616e6f62616e616e612d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nerdscorner/nanobanana-sdk)

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/e2ea14b52f0980594a4e72fe9c985d688ef419189a51830836a63c83d7619519/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6e616e6f62616e616e612d73646b2e6a70673f743d31)](https://spatie.be/github-ad-click/nanobanana-sdk)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require nerdscorner/nanobanana-sdk
```

Usage
-----

[](#usage)

```
$skeleton = new NerdsCorner\NanoBanana();
echo $skeleton->echoPhrase('Hello, NerdsCorner!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Joaquín Marcher](https://github.com/jmarcher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance64

Regular maintenance activity

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/706a6137b467884874de2d5421ae177948565d936936c8be8da240be30f36d77?d=identicon)[jmarcher](/maintainers/jmarcher)

---

Top Contributors

[![jmarcher](https://avatars.githubusercontent.com/u/686843?v=4)](https://github.com/jmarcher "jmarcher (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/nerdscorner-nanobanana-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/nerdscorner-nanobanana-sdk/health.svg)](https://phpackages.com/packages/nerdscorner-nanobanana-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
