# Frameworks and e-commerce integration.

### Frameworks

* [PayumBundle](/payum/readme.md#symfony-payum-bundle) for [Symfony2](http://symfony.com/).
* [PayumSilexProvider](/payum/readme.md#silex-payum-provider) for [Silex](http://silex.sensiolabs.org/)
* [PayumLaravelPackage](/payum/readme.md#laravel-payum-package) for [Laravel](http://laravel.com/)
* [PayumModule](/payum/readme.md#laminas-payum-module-external) for [Laminas](https://getlaminas.org/)
* [PayumYiiExtension](/payum/readme.md#yii-payum-extension-external) for [Yii](http://www.yiiframework.com/)

### Storages

* Doctrine ORM\MongoODM
* Laminas Db Gateway
* Elouqent
* Filesystem

### E-Commerce

* [Sylius](http://sylius.com/).

Sylius is a modern e-commerce platform built on symfony2 framework. It already integrated payum. More details could be found in initial [Pull Request](https://github.com/Sylius/Sylius/pull/275).

* [Vespolina](http://vespolina.org/).

Vespolina another one e-commerce solution. It's also built on top of symfony2 framework. It is in the integration phase. More details could be found in the [Pull Request](https://github.com/vespolina/vespolina-sandbox/pull/107).

* [Speckcommerce](https://github.com/speckcommerce/speck).

Speckcommerce is a shop solution for zend framework2 developers. They have [plans to integrate payum](https://github.com/speckcommerce/SpeckPaypal/issues/8).

* [Thelia](http://thelia.net/)

French e-commerce solution. They [mentioned on their blog](http://thelia.net/thelia-attended-the-first-symfonycon-which-took-place-from-10th-to-14th-december-in-warsaw-poland/) that they want to integrate Payum.

***

### Supporting Payum

Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:

* [Become a sponsor](https://github.com/sponsors/Payum)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://payum.gitbook.io/payum/frameworks-and-e-commerce-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
