PHPackages                             xenophy/fuel-ext-direct - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xenophy/fuel-ext-direct

ActiveFuel-package[Utility &amp; Helpers](/categories/utility)

xenophy/fuel-ext-direct
=======================

FuelPHP Sencha Ext JS direct provider

0.0.6(10y ago)027MITPHP

Since Feb 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/xenophy/fuel-ext-direct)[ Packagist](https://packagist.org/packages/xenophy/fuel-ext-direct)[ RSS](/packages/xenophy-fuel-ext-direct/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (7)Used By (0)

fuel-ext-direct
===============

[](#fuel-ext-direct)

FuelPHP Sencha Ext JS direct provider

Install
-------

[](#install)

```
composer require xenophy/fuel-ext-direct

```

### Add setting to config.php

[](#add-setting-to-configphp)

You should add **fuel-ext-direct** to 'always\_load' -&gt; 'packages' like a following

```
'packages'  => array(
    'orm',
    'auth',
    'fuel-ext-direct',
),

```

### Copy to config

[](#copy-to-config)

**packages/extdirect/config/extdirect.php** to your FuelPHP config directory.

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

[](#how-to-use)

You should make **fuel/app/classes/direct** directory, after that create like a following php classses.

```
