PHPackages                             firestark/project - 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. firestark/project

ActiveProject[Framework](/categories/framework)

firestark/project
=================

PHP7+ NON-MVC framework focused on the business logic.

1.0.1(6y ago)09MITPHPPHP ^7.1.3

Since Jun 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/firestark/project)[ Packagist](https://packagist.org/packages/firestark/project)[ RSS](/packages/firestark-project/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

[![](./logo.svg)](./logo.svg)

Firestark is a **non MVC PHP7 framework** which separates business logic from implementation logic. Firestark achieves this separation by giving you an application architecture that completely rids the business logic from outside dependencies. In firestark's application architecture the implementation logic is responsible for dependencies and speaks with the businesses logic to make a working application. This way the business logic is a very simple and readable layer to work in.

```
