PHPackages                             saaiph/saaiph - 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. saaiph/saaiph

ActiveLibrary

saaiph/saaiph
=============

Framework simples para aplicação web.

v1.6.1-stable(6y ago)13[4 PRs](https://github.com/saaiph/saaiph/pulls)MITPHP

Since Apr 11Pushed 3mo agoCompare

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

READMEChangelog (5)Dependencies (6)Versions (9)Used By (0)

[![](https://user-images.githubusercontent.com/33224319/57905337-95f1a500-784c-11e9-83c2-34c96465f5fd.jpg)](https://user-images.githubusercontent.com/33224319/57905337-95f1a500-784c-11e9-83c2-34c96465f5fd.jpg)

 [ ![](https://camo.githubusercontent.com/409a1a332086b65ab50ff1e26faba76bd8a2ed9e4dade425e7340839e2d81445/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656c656173652d76312e352d677265656e2e737667) ](https://github.com/saaiph/saaiph/releases) [ ![](https://camo.githubusercontent.com/b25c1531aafbc7aef38bedd32f480f2b8b7945fdd0c59843af48a9e4504e234f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e312e322d707572706c652e737667) ](http://php.net) [ ![](https://camo.githubusercontent.com/33b959372ddaaeae443ed09490219c9ac31dfbaa302d5413f22f7adf3837ef21/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c642d537563636573732d477265656e2e737667) ](https://github.com/saaiph/saaiph/releases) [ ![](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667) ](https://lbesson.mit-license.org/)

> Star Solutions, é o mini framework criado em PHP, buscando facilitar o desenvolvimento e agilizar o processo de criação de Aplicações Web. Star é solução simples e de fácil entendimento, construido utilizando o padrão MVC.

Instalação
----------

[](#instalação)

> Necessário o composer instalado.

```
No seu terminal usem o comandos a seguir . . .

$ git clone https://github.com/danieljuniorce/StarSolution.git saaiph

Acessando a pasta do projeto . . .

$ cd saaiph

Instalando a depedências, usando o gerenciado de pacote Composer . . .

$ composer update
ou
$ composer install
```

### Comandos em Shell

[](#comandos-em-shell)

```
//Ver listas de comando php
$ php moon list

//Iniciar o servidor local
$ php moon serve

//Criar um novo controller
$ php moon make:controller nameController

//Criar um novo model
$ php moon make:model Model
```

### Criando Router

[](#criando-router)

```
//Router instanciando controller com uma action
Router::get("url/{param}", "Controller@Action");
Router::post("url/{param}", "Controller@Action");

//Router usando function
Router::get("url/{param}", function($arg) {
    echo "param: {$arg['param']}";
});
Router::post("url/{param}", function($arg) {
    echo "param: {$arg['param']}";
});
```

Saaiph utiliza o Blade Template Engine
--------------------------------------

[](#saaiph-utiliza-o-blade-template-engine)

Documentação no site do Laravel

Bibliotecas de terceiros
------------------------

[](#bibliotecas-de-terceiros)

1. EloquentORM - Laravel
2. Console - Symphony
3. TestUnit - PHPUnit
4. Dotenv - vlucas

Framework é baseado na lincensa MIT
-----------------------------------

[](#framework-é-baseado-na-lincensa-mit)

> para mais informações sobre a lincensa, acess o arquivo LICENSE no projeto.

Contribuir
----------

[](#contribuir)

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Make your changes
4. Commit your changes (git commit -am 'Added some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create new Pull Request

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.2% 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 ~17 days

Total

4

Last Release

2539d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2c5cb9d6271d7ca50d6a636a505c4ff54777f847525fecf4150008dc3254e93?d=identicon)[danieljuniorce](/maintainers/danieljuniorce)

---

Top Contributors

[![danieljuniorce](https://avatars.githubusercontent.com/u/33224319?v=4)](https://github.com/danieljuniorce "danieljuniorce (47 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k49.4M479](/packages/laravel-scout)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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