PHPackages                             teqneers/ext-direct-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. [API Development](/categories/api)
4. /
5. teqneers/ext-direct-bundle

AbandonedArchivedLibrary[API Development](/categories/api)

teqneers/ext-direct-bundle
==========================

A Symfony bundle to integrate Sencha Ext JS Ext.direct into a Symfony application

5.0.0(3y ago)313.6k4[1 issues](https://github.com/teqneers/ext-direct-bundle/issues)[1 PRs](https://github.com/teqneers/ext-direct-bundle/pulls)MITPHPPHP 8.0.\*|8.1.\*

Since Jun 7Pushed 2y ago4 watchersCompare

[ Source](https://github.com/teqneers/ext-direct-bundle)[ Packagist](https://packagist.org/packages/teqneers/ext-direct-bundle)[ Docs](https://github.com/teqneers/ext-direct-bundle)[ RSS](/packages/teqneers-ext-direct-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (28)Used By (0)

ext-direct-bundle
=================

[](#ext-direct-bundle)

A Symfony bundle to integrate Sencha Ext JS Ext.direct into a Symfony application

[![Build Status](https://github.com/teqneers/ext-direct-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/teqneers/ext-direct-bundle/actions/workflows/php.yml)

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

[](#installation)

You can install this bundle using composer

```
composer require teqneers/ext-direct-bundle

```

or add the package to your composer.json file directly.

After you have installed the package, you just need to add the bundle to your AppKernel.php file:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new TQ\Bundle\ExtDirectBundle\TQExtDirectBundle(),
    // ...
);
```

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

[](#configuration)

The *ext-direct-bundle* requires at least one endpoint to be configured.

```
# Default configuration for "TQExtDirectBundle"
tq_ext_direct:
    debug:                true
    cache:                file
    file_cache_dir:       '%kernel.cache_dir%/tq_ext_direct'
    validate_arguments:   true
    strict_validation:    true
    convert_arguments:    true
    convert_result:       true
    endpoints:            # Required

        # Prototype
        id:
            descriptor:           Ext.app.REMOTING_API
            namespace:            Ext.global
            auto_discover:        true
            all_bundles:          true
            bundles:              []
            directories:          []

```

`auto_discover` enables auto-discovering service classes in bundles available to the application. If paired with `all_bundles` all available bundles are checked, otherwise only bundles mentioned in the `bundles` array are checked. For bundles it is required to place service classes into an `ExtDirect` directory inside the bundle root directory. Additionally (or only - if `auto_discover` is disabled) individual `directories` can be set to be included in the service discovery process. Services are discovered recursively starting with each configured directory.

Because the bundle provides its own controller to serve the API description and handle *Ext.direct* reqeusts, you also need to configure your routing to include the bundle routes at a given prefix. Edit your `app/config/routing.yml`:

```
# ...
ext_app:
    resource: "@TQExtDirectBundle/Resources/config/routing.yml"
    prefix: /
# ...

```

The most minimalistic configuration looks like:

```
tq_ext_direct:
    endpoints:
        api: ~

```

This enables Ext direct services in all available bundles via the `api` endpoint.

Usage
-----

[](#usage)

Using the Twig extension provided by the bundle you can easily integrate the *Ext.direct* API definition into your application templates.

```

    Welcome!

```

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2015 TEQneers GmbH &amp; Co. KG

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 61.5% 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 ~86 days

Recently: every ~0 days

Total

27

Last Release

1393d ago

Major Versions

1.0.x-dev → 2.0.02019-03-21

2.0.x-dev → 3.0.02020-07-08

3.1.1 → 4.0.02022-07-25

4.0.x-dev → 5.0.02022-07-25

PHP version history (5 changes)1.0.0PHP &gt;=5.5.9

1.0.10PHP &gt;=5.6.0

2.0.0PHP &gt;=7.2.0

4.0.0PHP 7.4.\*

5.0.0PHP 8.0.\*|8.1.\*

### Community

Maintainers

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

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

---

Top Contributors

[![ogmueller](https://avatars.githubusercontent.com/u/788989?v=4)](https://github.com/ogmueller "ogmueller (8 commits)")[![theoboldt](https://avatars.githubusercontent.com/u/2158786?v=4)](https://github.com/theoboldt "theoboldt (3 commits)")[![sgehrig](https://avatars.githubusercontent.com/u/43394?v=4)](https://github.com/sgehrig "sgehrig (2 commits)")

---

Tags

bundleext-directextjsphpphp-librarysenchasymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/teqneers-ext-direct-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/teqneers-ext-direct-bundle/health.svg)](https://phpackages.com/packages/teqneers-ext-direct-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

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

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)

PHPackages © 2026

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