PHPackages                             amgb/framework - 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. amgb/framework

AbandonedLibrary

amgb/framework
==============

5.0.1(2y ago)031MITPHP

Since Mar 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/amstedmaxion/fw)[ Packagist](https://packagist.org/packages/amgb/framework)[ RSS](/packages/amgb-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (0)

Framework PHP AM/GB 🚀
=====================

[](#framework-php-amgb-)

[![Version](https://camo.githubusercontent.com/868d4354c88d6e8771c729208e64fdd86db1e5719ec7466358b5cc19bfeab3f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d312e302e302d627269676874677265656e)](https://camo.githubusercontent.com/868d4354c88d6e8771c729208e64fdd86db1e5719ec7466358b5cc19bfeab3f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d312e302e302d627269676874677265656e)

[![PHP](https://camo.githubusercontent.com/0b7b272f2253751258cbeab01f65e257371f474d4096d86a305463e62badc451/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e302532422d626c7565)](https://camo.githubusercontent.com/0b7b272f2253751258cbeab01f65e257371f474d4096d86a305463e62badc451/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e302532422d626c7565)

O framework tem como objetivo otimizar, qualificar e padronizar o desenvolvimento afim de gerar melhores projetos e reduzir tempo e índices de manutenibilidade dos códigos.

Atualmente é possível utilizar o framework nos servidores com php 7+

Documentação
------------

[](#documentação)

Em nossa documentação está descrito como utilizar cada uma das funcionalidades, o passo a passo de instalação de libs javascript e outros.

[Clique aqui](https://link-da-documenta%C3%A7%C3%A3o) para visualizar a documentação do projeto

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

[](#instalação)

Para que possamos levar o projeto para a estação de trabalho, é necessário ter o git instalado e também estar autenticado no gitlab.

Verifique se suas configurações de proxy estão atualizadas e configuradas para obter o repositório.

```
    git clone http://172.30.0.94:8888/amsted-development-team/framework.git

```

Após o clone do repositório, é necessário remover a pasta .git (pasta oculta) para que quando utilizar o versionamento, o repositório do framework não seja atingido.

Atualização de dependências
---------------------------

[](#atualização-de-dependências)

Após obter o framework para sua estação de trabalho, é necessário baixar as dependências do projeto, tais como Plates, Dumper e outras. Para isso é necessário ter o composer instalado e executar o seguinte código

```
  composer update
```

Variáveis de Ambiente
---------------------

[](#variáveis-de-ambiente)

Para rodar o seu projeto, você vai precisar adicionar as seguintes variáveis de ambiente no seu env.php

`define('APP_URL', "{$_SERVER['HTTP_HOST']}/amsted/project-name");`

É de extrema importância esta variável, pois ela é utilizada em conjunto com o sistema de roteamento da aplicação além de ser a base dos helpers

Demonstração
------------

[](#demonstração)

A abaixo está presente a interface inicial da aplicação, a qual é renderizada pelo `HomeController` e que pode ser alterado quando quiser ou excluído. [![Demonstration](https://camo.githubusercontent.com/2bc310bfe3f1c8a350d8821639596e28b4575c1dac7a64031e3f35cb6ae6210c/687474703a2f2f3137322e33302e302e39342f616d737465642f6672616d65776f726b2d646f63756d656e746174696f6e2f6173736574732f696d616765732f696e697469616c5f312e706e67)](https://camo.githubusercontent.com/2bc310bfe3f1c8a350d8821639596e28b4575c1dac7a64031e3f35cb6ae6210c/687474703a2f2f3137322e33302e302e39342f616d737465642f6672616d65776f726b2d646f63756d656e746174696f6e2f6173736574732f696d616765732f696e697469616c5f312e706e67)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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 ~37 days

Recently: every ~67 days

Total

11

Last Release

772d ago

Major Versions

1.0.1 → 2.0.02023-06-06

2.0.5 → 3.0.02023-07-03

3.0.1 → 4.0.02024-02-02

4.0.0 → 5.0.02024-03-27

### Community

Maintainers

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

---

Top Contributors

[![amstedmaxion](https://avatars.githubusercontent.com/u/127981524?v=4)](https://github.com/amstedmaxion "amstedmaxion (28 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M16.9k](/packages/laravel-framework)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[laradumps/laradumps-core

LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.

261.2M13](/packages/laradumps-laradumps-core)

PHPackages © 2026

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