PHPackages                             gomvc-admin-lucultura/gomvc-admin-lucultura - 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. [API Development](/categories/api)
4. /
5. gomvc-admin-lucultura/gomvc-admin-lucultura

ActiveLibrary[API Development](/categories/api)

gomvc-admin-lucultura/gomvc-admin-lucultura
===========================================

This is a custom mvc for begginers

474JavaScript

Since Jul 30Pushed 7y ago2 watchersCompare

[ Source](https://github.com/kleviscipi/gomvc-admin-lucultura)[ Packagist](https://packagist.org/packages/gomvc-admin-lucultura/gomvc-admin-lucultura)[ RSS](/packages/gomvc-admin-lucultura-gomvc-admin-lucultura/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Mvc simple framework project.
-----------------------------

[](#mvc-simple-framework-project)

[![Screenshot_from_2017-10-07_19-12-07.png](https://camo.githubusercontent.com/0d6bf4bb5527dc9c686fb97e0fc672e4f13377198d464ee07922542c7b9fff02/68747470733a2f2f7777772e736f75726365636f6465737465722e636f6d2f73697465732f64656661756c742f66696c65732f7374796c65732f6d656469756d2f7075626c69632f696d616765732f6b6c657669732f36383734373437303733336132663266373333323330326537303666373337343639366436373265366637323637326636663334333536333638333133363737373432663533363337323635363536653733363836663734356636363732366636643566333233303331333732643331333032643330333735663331333932643331333232643330333732653730366536372e706e673f69746f6b3d6c77555564504569)](https://camo.githubusercontent.com/0d6bf4bb5527dc9c686fb97e0fc672e4f13377198d464ee07922542c7b9fff02/68747470733a2f2f7777772e736f75726365636f6465737465722e636f6d2f73697465732f64656661756c742f66696c65732f7374796c65732f6d656469756d2f7075626c69632f696d616765732f6b6c657669732f36383734373437303733336132663266373333323330326537303666373337343639366436373265366637323637326636663334333536333638333133363737373432663533363337323635363536653733363836663734356636363732366636643566333233303331333732643331333032643330333735663331333932643331333232643330333732653730366536372e706e673f69746f6b3d6c77555564504569)

This is simple project mvc with tow routes:

src --controller --model --view

srcApi --Apicontroller --Apimodel

On this project:

- Dashboard Admin
- Permission =&gt; create user and add permissions of routes.
- Create controller,model,view from terminal.
- User with a specific role
- User can modify the the personal data and password
- User can add single or multiple movies from IMDB
- User can add single or multiple books from google
- Super user can change role delete or insert role, can add permissions or delete them,
- This project support multilingual site now(it/en).
- Notifications, if a user do an action , a notice is added to super user.
- Super user ca added just one time, if you want to change, tou do that manualy ti db.
- For now is suported the postgres.
- Multiple tenmplate

Note:: Now is used the matrix dashboard template you can not use for comercial scope --&gt; .

Note:: This project is created just for begginers and i hope this project can help someone to understand the mvc and logic of permissions.

Setup
-----

[](#setup)

`git clone https://github.com/kleviscipi/gomvc-admin-lucultura.git`

after clone the repository go inside project

`/App/Core/_data/nginx`

and see the example of nginx file.

Create local domain `http://gomvc-admin.local` on `/etc/hosts` . Note:: for this project is used the composer if you dont have the composer installed on your computer you can take from website `https://getcomposer.org/download/`

After install if you don seethe rotes, can generate with command 'composer dump-autoload -a'. but before must cerate the db

```
CREATE DATABASE gomvc ENCODING 'UTF-8';
CREATE USER gomvc WITH PASSWORD 'plplpl';
GRANT ALL PRIVILEGES ON DATABASE gomvc TO gomvc;
```

and go to `App/Core/_data/_schema/sql_query.sql` ,`sql_natyre.sql` , `sql_movies.sql` , `keys.sql` install all tables. For all data install the dump `App/Core/_data/_schema/gomvcdump.sql` where is included , users, roles ect ect;

Command for dump postgres

```
  pg_dump --host=localhost --username=gomvc gomvc > gomvc-admin-lucultura/App/Core/_data/_schema/gomvcdump.sql
```

Login
-----

[](#login)

go to url `http://gomvc-admin.local/Admin/login``Username: cipiklevis@gmail.com Password: plplpl`

Generate files from terminal.
-----------------------------

[](#generate-files-from-terminal)

go to `App/Core/_data/bin` from terminal

the file for creating is `GoCreateFiles.php`

the comand is: `php GoCreateFiles.php  `

Note: with command you have created alle files

`App/languages/en/``App/languages/it/``App/Src/Controllers/``App/Src/Models/``App/Src/Views//` Index,Add,View

`App/SrcApi/ApiControllers/``App/SrcApi/ApiModels/`

Note: Before generate files , create the table on db and after generate files go to `/Permissions/Index` and add the name of controller.

Thank You!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/41ca59f88d683519523a24a4b82d35e46cc8d0db66e8910bf9ef05abd5a08cc5?d=identicon)[kleviscipi](/maintainers/kleviscipi)

---

Top Contributors

[![kleviscipi](https://avatars.githubusercontent.com/u/14005403?v=4)](https://github.com/kleviscipi "kleviscipi (12 commits)")

---

Tags

apijquerymvc-frameworkphp

### Embed Badge

![Health badge](/badges/gomvc-admin-lucultura-gomvc-admin-lucultura/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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