PHPackages                             philip1337/php-extjs-loader - 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. philip1337/php-extjs-loader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

philip1337/php-extjs-loader
===========================

Sencha - ExtJS 4.0.x - 6.2.x Architect project loader

1.0(6y ago)0281GPL v3PHPPHP &gt;=7.1.0

Since May 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/philip1337/php-extjs-loader)[ Packagist](https://packagist.org/packages/philip1337/php-extjs-loader)[ RSS](/packages/philip1337-php-extjs-loader/feed)WikiDiscussions 1.0 Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Sencha Architect ExtJS Project Loader
=====================================

[](#sencha-architect-extjs-project-loader)

This library allows you to load architect projects directly into your application without loading the js files separately.

The supplied internal project parser is resolving all conflicts and provides the sorted code.

#### Add MVC Support for your ExtJS project

[](#add-mvc-support-for-your-extjs-project)

You can build a modular project by loading projects into containers without modifying any of your projects files.

#### Extending the internal parser

[](#extending-the-internal-parser)

You can easily extend the internal project parser

```
\ExtJSLoader\ProjectParser::registerParser((
    new Parser()
));

```

#### Dump the project files for remote deployment without any \*.xds files or metadata

[](#dump-the-project-files-for-remote-deployment-without-any-xds-files-or-metadata)

If you provide the application to external customers and you don't want to deploy your project files, you can load project from a 'compiled' (dump) file.

```
$loader = new \ExtJSLoader\Project(
    "TestArchitectProject",                     //  Application name
    __DIR__ . "/../test/TestArchitectProject",  //  Root directory
    __DIR__ . "/TestCompiledProject.xvt",       //  Compiled path!
    "test-destination"                          //  Target div (render destination)
);

// Use compiled project if exists
$loader->load(true, true);

// Get code
echo $loader->getCode();

```

Examples
--------

[](#examples)

Easy implementation

- [Load architect project](example/TestProject.php)
- [Load compiled architect project](example/TestCompiledProject.php)
- [Extend loader with a custom parser](example/TestExtendedParserProject.php)
- [Minify / Compress JS output](example/TestCompressedProject.php)

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

[](#installation)

To use this library you need to add the following in your composer.json

```
philip1337/php-extjs-loader

```

or run the following command in your project root

```
composer require philip1337/php-extjs-loader

```

License / Copying
-----------------

[](#license--copying)

This project is released under the GPL v3 license, so feel free to share or modify it.

Bug report
----------

[](#bug-report)

To get a faster bug resolvement please provide an example code.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

2243d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5432423?v=4)[Philip](/maintainers/Philip1337)[@philip1337](https://github.com/philip1337)

---

Top Contributors

[![philip1337](https://avatars.githubusercontent.com/u/5432423?v=4)](https://github.com/philip1337 "philip1337 (37 commits)")

---

Tags

extjssencha architectextjs architect mvc-supportextjs mvc

### Embed Badge

![Health badge](/badges/philip1337-php-extjs-loader/health.svg)

```
[![Health](https://phpackages.com/badges/philip1337-php-extjs-loader/health.svg)](https://phpackages.com/packages/philip1337-php-extjs-loader)
```

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[grafite/forms

A remarkably magical form package for Laravel.

376.5k1](/packages/grafite-forms)

PHPackages © 2026

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