PHPackages                             laasti/application - 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. [Framework](/categories/framework)
4. /
5. laasti/application

ActiveLibrary[Framework](/categories/framework)

laasti/application
==================

The core for the Laasti Framework.

v0.2.3(5y ago)0363[1 issues](https://github.com/laasti/application/issues)3MITPHPCI failing

Since Aug 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laasti/application)[ Packagist](https://packagist.org/packages/laasti/application)[ RSS](/packages/laasti-application/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (11)Versions (9)Used By (3)

Laasti/application
==================

[](#laastiapplication)

The core of the Laasti framework.

Maximizes flexibility with the use of standards and callables.

Provides basic services that any apps need:

The core
--------

[](#the-core)

### Dependency Injection with Container Interop

[](#dependency-injection-with-container-interop)

Reserved words: config, response, request, kernel, error\_handler Usually used with League/container

### Application configuration

[](#application-configuration)

- Multiple environments (develop, tests, staging, production...)
- An ArrayAccess implementation or plain array registered to the config container key

### Error handling (TODO)

[](#error-handling-todo)

- Reroute exceptions
- Handle exception by types
- Notify exceptions by type
- Manage errors

### Logging PSR3

[](#logging-psr3)

Input/Output
------------

[](#inputoutput)

An abstract kernel implementation that takes an input and generate an output using middlewares.

### Request/Response

[](#requestresponse)

Http Kernel implementation takes a PSR7 ServerRequestInterface and outputs a PSR7 ResponseInterface. The kernel accepts any callable as a runner, the callable will be passed a request and a response.

### ConsoleCommand/Result (TODO)

[](#consolecommandresult-todo)

Console Kernel takes a command and displays the result

Http Stuff, optional packages
-----------------------------

[](#http-stuff-optional-packages)

### Psr7 Helpers and Cookie (TODO)

[](#psr7-helpers-and-cookie-todo)

A cookie object that you can easily attach to your responses (`withHeader('Set-Cookie', (string) $cookie)`)

### Routing (TODO)

[](#routing-todo)

laasti/route: An elegant wrapper for nikic fast routes

### Session (TODO)

[](#session-todo)

A simple session handler (defaults to native)

### Commands and command bus (TODO)

[](#commands-and-command-bus-todo)

chief

### Database access (TODO)

[](#database-access-todo)

DBAL

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

[](#installation)

```
composer require laasti/application

```

Usage
-----

[](#usage)

```
$config = [
    'routes' => [
        ['GET', '/welcome', 'MyControllerClass::welcome'],
    ],
];
$app = new Laasti\Application\Application();

$app->run(Symfony\Component\HttpFoundation\Request::create('/welcome')); //Outputs
```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

History
-------

[](#history)

See CHANGELOG.md for more information.

Credits
-------

[](#credits)

Author: Sonia Marquette (@nebulousGirl)

License
-------

[](#license)

Released under the MIT License. See LICENSE.txt file.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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 ~377 days

Recently: every ~472 days

Total

6

Last Release

2026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48bb7fdba3e642d3dc668b9ff03ff949b9043f58096f3c85c13de508b53e7d68?d=identicon)[nebulousGirl](/maintainers/nebulousGirl)

---

Top Contributors

[![nebulousGirl](https://avatars.githubusercontent.com/u/1899256?v=4)](https://github.com/nebulousGirl "nebulousGirl (54 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laasti-application/health.svg)

```
[![Health](https://phpackages.com/badges/laasti-application/health.svg)](https://phpackages.com/packages/laasti-application)
```

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)
