PHPackages                             wildan99/octo-bundle - 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. [Framework](/categories/framework)
4. /
5. wildan99/octo-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

wildan99/octo-bundle
====================

Octo bundle

0.9.9.4(2y ago)039MITPHPPHP &gt;=8.2

Since Jul 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Daniil-Trukhan/octo-bundle)[ Packagist](https://packagist.org/packages/wildan99/octo-bundle)[ RSS](/packages/wildan99-octo-bundle/feed)WikiDiscussions main Synced 1mo ago

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

OctoBundle
==========

[](#octobundle)

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

[](#installation)

### Install the package

[](#install-the-package)

```
composer req wildan99/octo-bundle
```

### Add to config/bundles.php

[](#add-to-configbundlesphp)

```
Daniil\OctoBundle\OctoBundle::class => ['all' => true],
```

### Add next lines to your .env file

[](#add-next-lines-to-your-env-file)

```
###> octo ###
OCTO_SHOP_ID=
OCTO_SECRET=
OCTO_NOTIFY_URL=
OCTO_RETURN_URL=
OCTO_TEST=true
OCTO_AUTO_CAPTURE=true
###< octo ###
```

How to use
----------

[](#how-to-use)

You need to use this service in construct method of class

### Example of simple using

[](#example-of-simple-using)

```
class MyClass
{
    public function __construct(private \Daniil\OctoBundle\Service\Client $client)
    {
    }

    public function prepare(): void
    {
        $this->client->prepare(new PrepareRequest(shopTransactionId: 'test', sum: 1000, currency: Currency::UZS, description: ''))
    }
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1024d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3d7897d77629bb912358e7a8e60db3062bd08891b53ca606aae3d4474b30ed5?d=identicon)[wildan99](/maintainers/wildan99)

---

Top Contributors

[![Daniil-Trukhan](https://avatars.githubusercontent.com/u/7605567?v=4)](https://github.com/Daniil-Trukhan "Daniil-Trukhan (13 commits)")

### Embed Badge

![Health badge](/badges/wildan99-octo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wildan99-octo-bundle/health.svg)](https://phpackages.com/packages/wildan99-octo-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

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