PHPackages                             element/nexus - 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. element/nexus

ActiveProject[Framework](/categories/framework)

element/nexus
=============

Element3 is a super ''easy-to-work-with'' php framework, that are built on top of Slim3. It's very similar to Laravel

3.0.1(2y ago)014[1 issues](https://github.com/tiny-rebels/element-nexus/issues)MITSCSS

Since Jun 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tiny-rebels/element-nexus)[ Packagist](https://packagist.org/packages/element/nexus)[ RSS](/packages/element-nexus/feed)WikiDiscussions development Synced 1w ago

READMEChangelog (3)Dependencies (33)Versions (4)Used By (0)

 [![Element logo](src/build/static/icons/icon_256.png)](src/build/static/icons/icon_256.png)

[![Minimum PHP Version](https://camo.githubusercontent.com/3fcb713f0dfd9192831aad92e64845fa9abcb80a45e6d202dede94fef01fa9e2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e342d3838393242462e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://php.net/)[![Vue version](https://camo.githubusercontent.com/e21579423bbc57f37377218c88dd440c1985aa132b9507f893484c089cba77ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7675652e6a732d332d3446433038442e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d767565646f746a73)](https://vuejs.org/)[![Latest version](https://camo.githubusercontent.com/83cc072db99d71eeb7f4b70195545f94f39f9481616fbcdddddc0b65096ed186/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c656d656e742f6e657875732e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7061636b6167697374)](https://packagist.org/packages/element/nexus)[![Build Status](https://camo.githubusercontent.com/cdf15ece03885c34e8597bae22b8e260b1afb322a03dd2856eb676b99cfa9b38/68747470733a2f2f696d672e736869656c64732e696f2f6769746c61622f706970656c696e652f736b6638332f6170702f646576656c6f703f7374796c653d666f722d7468652d6261646765266c6f676f3d7765627061636b)](https://gitlab.com/skf83/app/commits/develop)[![Software License](https://camo.githubusercontent.com/9897f4467850972a38c7db9a4d38280b8fcdac0ada00e9c8c0a72ecfa8551653/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/3bcf565b621b3ce3980da4ef461005eb75351d4fbc4c34b6b3859576706318e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c656d656e742f6170702e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/element/nexus)

Element is designed to be very simple and straightforward to use.

🐘 Requirements
==============

[](#elephant-requirements)

Element requires PHP 7.1+.

> **IMPORTANT:** If you want to use YAML files or strings, then you need to require in the [Symfony Yaml component](https://packagist.org/packages/symfony/yaml#v5.4.39) in your `composer.json`.

⚡ Installation
==============

[](#zap-installation)

The supported way of creating an Element project is via Composer.

```
$ composer create-project element/nexus
```

Whats the foss all about?
=========================

[](#whats-the-foss-all-about)

Element is designed to be very simple and straightforward to use. It's kind of similar to Laravel, but with a structure and context that suited my needs and taste in a better way!... While the public views are more or less up to the developer itself, I decided to use the free version of [Soft UI Dashboard from creative tim](https://www.creative-tim.com/product/soft-ui-dashboard) for the backend dashboard, simply because it's really easy to use! It has lots of cool ui elements and the best part of it?! It's 100% free - Even for commercial apps 😊 So you are good there 👌... Although it comes with an MIT license, so please bear that in mind whenever you make any changes to the code.

**But I highly recommend** any users of Element3 to check out their [Pro version](https://www.creative-tim.com/product/soft-ui-dashboard-pro) 👀📢 It's really cool, and it comes with a lot of extra cool features... Or else feel free to switch to your own template if you like. (I left the theme as a .zip folder under 'src/assets/themes')

💬 Usage
=======

[](#speech_balloon-usage)

Open up the terminal and type the command below, to see a list of all the commands Element cli has to offer...

```
$ php element
```

For example, this command will launch the app on the built-in webserver

```
$ php element app:serve
```

But please try it out for yourself! 🚀 It has loads of cool features 😎

Testing
=======

[](#testing)

```
$ phpunit
```

🔗 Contributing
==============

[](#link-contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

👮 Security
==========

[](#cop-security)

If you discover any security related issues, please email [stefan@korfitz.com](mailto:stefan@korfitz.com?subject=%5BSECURITY%5D%20Config%20Security%20Issue) directly, instead of using the issue tracker.

✔️ Source
=========

[](#heavy_check_mark-source)

Element was inspired and put together from these courses over at [codecourse.com](http://codecourse.com)

1. [Build a shopping cart (episode 2)](https://codecourse.com/watch/build-a-shopping-cart?part=168-setting-up)
2. [Configuration with Slim 3](https://codecourse.com/courses/configuration-with-slim-3)
3. [Custom 404 views with Slim 3](https://codecourse.com/courses/slim-3-custom-404-views)
4. [JWT Authentication from Scratch](https://codecourse.com/watch/jwt-authentication-from-scratch)
5. [Eloquent translations with Slim 3](https://codecourse.com/watch/eloquent-translations-with-slim-3)
6. [Slim 3 Pagination](https://codecourse.com/watch/slim-3-pagination)
7. [Mailable Classes in Slim 3](https://codecourse.com/courses/mailable-classes-in-slim-3)
8. [Get friendly with Webpack](https://codecourse.com/courses/get-friendly-with-webpack)
9. [Building a Vue project with Webpack](https://codecourse.com/courses/building-a-vue-project-with-webpack)
10. [Learn Vuex](https://codecourse.com/courses/learn-vuex)
11. [The Symfony Console Component](https://codecourse.com/watch/symfony-console-component)
12. [Build a command-line uptime monitor](https://codecourse.com/courses/build-a-command-line-uptime-monitor)
13. [Database migrations with Slim](https://codecourse.com/watch/database-migrations-with-slim)
14. [Build an image upload microservice](https://codecourse.com/watch/build-an-image-upload-microservice)
15. [Unit testing with PHPUnit](https://codecourse.com/watch/unit-testing-with-php-unit)

📣 Credits
=========

[](#mega-credits)

- [Stefan Korfitz](https://www.korfitz.com)
- [Alex Garret](https://github.com/alexgarrett) 👈 He's the real wizard 🚀

©️ License
==========

[](#copyright-license)

The MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/768b11461d6a9d2b24d70209887318b78f0a4864a9ed372a24e0b859c7431ac0?d=identicon)[Stjo](/maintainers/Stjo)

---

Top Contributors

[![skf83](https://avatars.githubusercontent.com/u/9106072?v=4)](https://github.com/skf83 "skf83 (18 commits)")

---

Tags

composerframeworktwigJSscssmvcphp 7bootstrap5webpackelementnpmslim3vue3Tiny-Rebels

### Embed Badge

![Health badge](/badges/element-nexus/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.5k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M535](/packages/pimcore-pimcore)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)

PHPackages © 2026

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