PHPackages                             assegaiphp/core - 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. assegaiphp/core

ActiveLibrary

assegaiphp/core
===============

A progressive PHP framework for building efficient and scalable server-side applications.

0.7.4(1mo ago)0351↓47.4%2MITPHPPHP &gt;=8.3

Since Aug 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/assegaiphp/core)[ Packagist](https://packagist.org/packages/assegaiphp/core)[ RSS](/packages/assegaiphp-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (84)Used By (2)

 [![Assegai Logo](https://camo.githubusercontent.com/d7dab2658d76e460e31be249de2fe5d420f7a7237eb9f2a315f83123632a3b6c/68747470733a2f2f617373656761697068702e636f6d2f696d616765732f6c6f676f732f6c6f676f2d63726f707065642e706e67)](https://assegaiphp.com/)

A progressive [PHP](https://php.net) framework for building effecient and scalable server-side applications.

Description
-----------

[](#description)

Assegai is a framework for building efficient, scalable [PHP](https://php.net) server-side applications. It uses modern PHP (~ PHP 8.1) and combines elements of OOP (Object Oriented Programming) and FP (Functional Programming).

Philosophy
----------

[](#philosophy)

In recent years, PHP has gained a lot of features out the box that make it a really compelling language for developers. Assegai aims to take advantage of these wonderful features and provide an application architecture which allows for the effortless creation of highly testable, scalable, loosely coupled and easily maintainable applications. The architecture is heavily inspired by Nestjs.

Getting started
---------------

[](#getting-started)

### Quick Start

[](#quick-start)

```
$ composer require assegaiphp/core
```

```
