PHPackages                             geeknection/buuhvframework - 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. geeknection/buuhvframework

ActiveFramework[Framework](/categories/framework)

geeknection/buuhvframework
==========================

Easily create your PHP applications with BuuhV Framework

1.0.1(6y ago)491MITPHPPHP ^7.0

Since Mar 29Pushed 5y ago4 watchersCompare

[ Source](https://github.com/geeknection/buuhvframework)[ Packagist](https://packagist.org/packages/geeknection/buuhvframework)[ RSS](/packages/geeknection-buuhvframework/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (3)Used By (0)

BuuhV Framework
===============

[](#buuhv-framework)

[Documentation](https://buuhv.brjnascimento.com)

**composer create-project geeknection/buuhvframework**

Easily create your PHP applications with the BuuhV Framework

Folders Structure
-----------------

[](#folders-structure)

app/views/pages - it has your views page. Example: home/index.html
app/views/components - it has your components page. Example: sidebar.html
app/views/layout - it has your design dependencies as css, js or image files

app/controllers/ - it has your app controllers. Example: home/index.php
app/models/ - it has your models of controllers. Example: home/index.php

texts/ - it has your language files. Example: texts/en-us.tx

How can I build my app?
-----------------------

[](#how-can-i-build-my-app)

In folder App you have controllers, models and views.
Pages are in views folder
Controllers are in controllers folder
Models are in models folder.

How to build a view?
--------------------

[](#how-to-build-a-view)

In **app** folder create some like this: **view-name/index.html**
Then build page template inside it

How to build a route?
---------------------

[](#how-to-build-a-route)

In your **app** folder open index.php.file and before **Routes::notFound()** write
"Routes::set('/**your-route-name**, function() {
//here you will get your view
View::build('**view-name**');
}"

How can I define css, js or image file?
---------------------------------------

[](#how-can-i-define-css-js-or-image-file)

Inside **layout** folder

How can I import path layout file?
----------------------------------

[](#how-can-i-import-path-layout-file)

In your view file use "echo App::layout ('**file-path-in-folder**');"

How can I define values in html file?
-------------------------------------

[](#how-can-i-define-values-in-html-file)

Inside your html file write some likes this: {{variableName}} When you are call View::build... You need to write View::build('**view-name**', array( 'variableName' =&gt; **variable-value**));

How can I translate my application?
-----------------------------------

[](#how-can-i-translate-my-application)

Lang::translate('**text-slug**');
create your file language inside texts folder. Example: texts/en-us.txt

How can I use rest service api?
-------------------------------

[](#how-can-i-use-rest-service-api)

When you do request to your server, use: **yourdomain**/api.php?c=**controller-name-class**&amp;m=**method-used**

How can I create session ?
--------------------------

[](#how-can-i-create-session-)

Session::set('**session-name**', '**session-value**');

How can I load component html?
------------------------------

[](#how-can-i-load-component-html)

View::component('**component-name**');

How can I define values in component html ?
-------------------------------------------

[](#how-can-i-define-values-in-component-html-)

Inside your html file write some likes this: {{variableName}}
When you are call View::component... You need to write View::component('**component-name**', array(
'variableName' =&gt; **variable-value**
));

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2221d ago

### Community

Maintainers

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

---

Top Contributors

[![geeknection](https://avatars.githubusercontent.com/u/61070951?v=4)](https://github.com/geeknection "geeknection (21 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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