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

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

asterios/core
=============

Asterios PHP Core

2.7.0(1w ago)3513[12 PRs](https://github.com/asteriosframework/core/pulls)1MITPHPPHP ^8.3CI passing

Since Jul 12Pushed 4w agoCompare

[ Source](https://github.com/asteriosframework/core)[ Packagist](https://packagist.org/packages/asterios/core)[ Docs](https://www.asteriosphp.de)[ RSS](/packages/asterios-core/feed)WikiDiscussions develop Synced today

READMEChangelog (10)Dependencies (90)Versions (83)Used By (1)

  ![AsteriosPHP](./docs/asteriosphp-logo.png)

![Status](https://camo.githubusercontent.com/263f3694f42afc27e06a1ff829cd63884893b55624e13a16893dd0a3ba772b94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d737563636573732e737667)[![Maintainer](https://camo.githubusercontent.com/ebd4478bedb72e61dae1b301f8ff36d99ea15387aa51a3dae45603a3ea100170/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406173746572696f737068702d626c7565)](https://camo.githubusercontent.com/ebd4478bedb72e61dae1b301f8ff36d99ea15387aa51a3dae45603a3ea100170/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406173746572696f737068702d626c7565)[![Maintainer](https://camo.githubusercontent.com/3c26b7126b4011fdd253630ea12707c9f050b15f28c2c5900a2508d9a5433d5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406a666865696e726963682d626c7565)](https://camo.githubusercontent.com/3c26b7126b4011fdd253630ea12707c9f050b15f28c2c5900a2508d9a5433d5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406a666865696e726963682d626c7565)[![GitHub Issues](https://camo.githubusercontent.com/4fade49fb2f4d5e42a77a4bf977aa692c25163e42bcfd395185f878e0965fb6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6173746572696f736672616d65776f726b2f636f72652e737667)](https://github.com/asteriosframework/core/issues)[![GitHub pull-requests](https://camo.githubusercontent.com/a0e7718beb5eb6c1c3a63cc6928cf1548722f0ed0955ab33fff5b1044d96a158/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6173746572696f736672616d65776f726b2f636f72652e737667)](https://GitHub.com/Naereen/StrapDown.js/pull/)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](/LICENSE)[![Project Site](https://camo.githubusercontent.com/42a32ee13b3a3e9bae67499f0fe658a723d6630fa3ac353833f1622814cfa315/68747470733a2f2f696d672e736869656c64732e696f2f776562736974653f75726c3d68747470732533412532462532466173746572696f737068702e6465)](https://camo.githubusercontent.com/42a32ee13b3a3e9bae67499f0fe658a723d6630fa3ac353833f1622814cfa315/68747470733a2f2f696d672e736869656c64732e696f2f776562736974653f75726c3d68747470732533412532462532466173746572696f737068702e6465)

The AsteriosPHP Framework is a simple and flexible PHP 8.+ framework, inspired from the best features of other frameworks, in a modern and elegant way.
 [AsteriosPHP Project Site](https://asteriosphp.de)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Description](#description)
- [PHP CS Fixer](#php-cs-fixer)
- [Credits](#credits)

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

[](#installation)

This framework is ready to use it with [ddev](https://ddev.readthedocs.io/en/stable/)or with VScode DevContainer.

*Repository installtion*

```
$ git clone git@github.com:asteriosframework/core.git
```

*Composer installation*

```
$ composer require asterios/core
```

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

[](#description)

AsteriosPHP is a lightweight PHP 8.x framework.

AsteriosPHP is fully PHP 8.1 compatible.

PHP CS Fixer
------------

[](#php-cs-fixer)

For code quality wie use the php-cs-fixer tool, with following configuration:

`php-cs-fixer`

```
