PHPackages                             rtablada/app-toolkit - 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. rtablada/app-toolkit

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

rtablada/app-toolkit
====================

211491PHP

Since Nov 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rtablada/app-toolkit)[ Packagist](https://packagist.org/packages/rtablada/app-toolkit)[ RSS](/packages/rtablada-app-toolkit/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel App Toolkit
-------------------

[](#laravel-app-toolkit)

[ ![Floobits status](https://camo.githubusercontent.com/fb839856abc9aac2575ee3f372be96722299a34fd134dbceb9b8d8507d0cf132/68747470733a2f2f666c6f6f626974732e636f6d2f722f727461626c6164612f6170702d746f6f6c6b69742e706e67)](https://floobits.com/r/rtablada/app-toolkit/redirect)This App Toolkit will help you to create sub-applications similar to subapps found in Django and other frameworks. This helps you make small MVC apps to organize your larger apps.

To learn more about this mentality, check out [my blog post about this file structure](http://ryantablada.com/post/juggling-larger-laravel-applications).

Installing
==========

[](#installing)

Add `rtablada/app-toolkit` to your `composer.json` file. Then add `Rtablada\AppToolkit\AppToolkitServiceProvider` to your `providers` list in your `app/config/app.php` file.

Configuring Your Application
============================

[](#configuring-your-application)

App Toolkit needs to know what your app name is so that it knows where to place all of it's files. To configure this, run `php artisan config:publish rtablada/app-toolkit` then go to `app/config/packages/rtablada/app-toolkit/config.php` and change the `app_name` config option to your application namespace.

You will also need to set this up to be autoloaded in your `composer.json`. So if your `app_name` is `Blog` in your autoload section, you should have something that looks like this:

```
"psr-0": {
    "Rtablada\\AppToolkit": "src/"
}

```

Creating Your Sub-Application
=============================

[](#creating-your-sub-application)

Now you can just create a sub-app by just running `php artisan application:make subAppName`. Just register your generated Service Provider in your `app/config/app.php` file and you are set to go.

Future Features
===============

[](#future-features)

IMO, the setup process is a bit much with the whole composer autoloader. I'm looking to create a command `application:start` which will ask you your application namespace, setup the configuration PSR-0 autoloading, and setup some shared application resources and folders.

I'd also like to have sub-applications automatically register themselves in `app/config/app.php`.

Finally, I'd like to add options to the `application:make` command so that you can specify different view namespaces, decide whether to include filters and routes.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![rtablada](https://avatars.githubusercontent.com/u/2532004?v=4)](https://github.com/rtablada "rtablada (32 commits)")

### Embed Badge

![Health badge](/badges/rtablada-app-toolkit/health.svg)

```
[![Health](https://phpackages.com/badges/rtablada-app-toolkit/health.svg)](https://phpackages.com/packages/rtablada-app-toolkit)
```

###  Alternatives

[dazet/data-map

Library for mapping data structures.

2123.7k](/packages/dazet-data-map)

PHPackages © 2026

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