PHPackages                             dzangocart/subscription-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. [Payment Processing](/categories/payments)
4. /
5. dzangocart/subscription-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

dzangocart/subscription-bundle
==============================

Symfony2 bundle for dzangocart subscription accounts

0.7.2(9y ago)01132MITPHP

Since Jul 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/opichon/DzangocartSubscriptionBundle)[ Packagist](https://packagist.org/packages/dzangocart/subscription-bundle)[ RSS](/packages/dzangocart-subscription-bundle/feed)WikiDiscussions master Synced 1mo ago

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

DzangocartSubscriptionBundle
============================

[](#dzangocartsubscriptionbundle)

Symfony 2 bundle for dzangocart subscription accounts

Features
--------

[](#features)

- Declare your entities to be subscription-type products
- Manage different pricing plans and their features
- Display a pricing page on your web site
- Easy links to your dzangocart store

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

[](#requirements)

While this bundle is primarily intended for owners of a [Dzangocart](http://www.dzangocart.com) store, most of its feature can still be used by anyone.

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

[](#installation)

Add the following to your project's `composer.json` file:

```
{
	require: {
		"dzangocart/subscription-bundle": "dev-master"
	}
}

```

Register the bundle:

```
#app/AppKernel.php
public function registerBundles()
{
	$bundles = array(
		…
		new DzangocartSubscriptionBundle()
	);

	return $bundles;
}

```

If you are using assetic, add the bundle to the assetic configuration:

```
#config.yml
assetic:
	DzangocartSubscriptionBundle

```

Configuration
-------------

[](#configuration)

TODO

Usage
-----

[](#usage)

TODO

Fixtures
--------

[](#fixtures)

For your convenience, several fixtures are included in the bundle, under `Resources\fixtures`.

Some of these fixtures only have demonstration value (plans, features) but others like units and periods, may be of some practical use. To load the fixtures into your database using propel:

```
php app/console propel:fixtures:load @DzangocartSubscriptionBundle

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Every ~123 days

Recently: every ~33 days

Total

9

Last Release

3331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61710b3e2bdf8cc378cb14f7e9c3d4fa753738373565270820a7be21c89f6d69?d=identicon)[opichon](/maintainers/opichon)

---

Top Contributors

[![opichon](https://avatars.githubusercontent.com/u/203745?v=4)](https://github.com/opichon "opichon (142 commits)")[![uddhab](https://avatars.githubusercontent.com/u/8054316?v=4)](https://github.com/uddhab "uddhab (2 commits)")

---

Tags

bundleSymfony2subscriptiondzangocart

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dzangocart-subscription-bundle/health.svg)

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

###  Alternatives

[unicodeveloper/laravel-paystack

A Laravel Package for Paystack

650975.6k11](/packages/unicodeveloper-laravel-paystack)[payum/core

One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex). Check more visiting site.

484.8M172](/packages/payum-core)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22573.1k3](/packages/payum-stripe)[danestves/laravel-polar

A package to easily integrate your Laravel application with Polar.sh

7812.3k](/packages/danestves-laravel-polar)[yanlongli/app-store-server-api

PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION\_REQUEST App Store server notification. Your data helps inform refund decisions.

2532.0k](/packages/yanlongli-app-store-server-api)[fpt/stripe-bundle

Stripe bundle for Symfony 5.4 / 6 / 7

1521.2k](/packages/fpt-stripe-bundle)

PHPackages © 2026

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