A panel created based on the Zend Framework MVC framework

Overview

🚀 Painel MyZap2.0 Com ZendFramework 3

Descrição

Esse é um painel criado como estudo pessoal do framework (Zend Framework MVC) não foi criado para fins comerciais, mas você está livre para utilizar, e melhorar da forma que quiser.

▶️ Video ensiando instalar

https://www.youtube.com/watch?v=3XQvrG5Yupw

📦 Requerimentos

  • Ubuntu 18.04+
  • Git
  • PHP 7.4+
  • MySql
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update && apt install -y git && apt install php7.4 && apt install php7.4-intl && apt install -y zip && apt install php7.4-curl && apt install php7.4-mysqli && apt install composer

📖 Download do painel

# clone o repositorio oficial
git clone https://github.com/jhowbhz/PainelMyZap.git /opt/PainelMyZap

🕒 Crontab de checagem das sessões

# adicionar permissao
chmod -R 0777 /opt/PainelMyZap/cron/cron.sh

# abrir o crontab
crontab -e

# adicione a linha
0 5 * * * /opt/PainelMyZap/cron/cron.sh --quiet

🖥️ Banco de dados

sudo apt update && sudo apt install mariadb-server && service mysql start && sudo mysql_secure_installation

⚙️ Instalando e configurando

cd /opt/PainelMyZap && composer install
# Altere a linha CHAVE_WEBOOK=1234
nano /opt/PainelMyZap/config/application.config.php
# configurando banco de dados
nano /opt/PainelMyZap/module/Sessoes/config/module.config.php

🌎 Iniciando servidor web

cd /opt/PainelMyZap
php -S 0.0.0.0:8080 -t public
# ou use o composer
composer run --timeout 0 serve

🏃 Pronto, agora é so iniciar o painel

cd path/to/install
php -S 0.0.0.0:8080 -t public
# OR use the composer alias:
composer run --timeout 0 serve

Screenshot

You might also like...
zend-memory manages data in an environment with limited memory

Memory objects (memory containers) are generated by the memory manager, and transparently swapped/loaded when required.

The Pterodactyl based panel - specifically for hosts.
The Pterodactyl based panel - specifically for hosts.

hPanel Beta hPanel is a fork of Jexactyl (which is a fork of Pterodactyl) for hosting companies with a cleaner UI, less bugs & more features. Document

A Simple MVC PHP Framework, integrated with lot of features such as Session, Cookies, Migrations, Database, Factories, Seeding, Bootstrap and Tailwind CSS

Navite A Simple MVC PHP Framework, integrated with lot of features such as Session, Cookies, Migrations, Database, Factories, Seeding, Bootstrap and T

This package was created to provide simple way to manipulate arrays in PHP

PHP Collections This package was created to provide simple way to manipulate arrays in PHP. The package was inspired by the Laravel Collections.

The new, most powerful Comic Reader ever created by the human race. Reworked by an Otaku.
The new, most powerful Comic Reader ever created by the human race. Reworked by an Otaku.

FoOlSlideX The new, most powerful Comic Reader ever created by the human race. Reworked by an Otaku. Requirements PHP greater than 7.0 and everything

Community-created, unofficial PHP SDK for the Skynet Decentralized Internet Network. siasky.net

Skynet PHP SDK This SDK is a community-created, unofficial SDK in PHP for the Skynet Decentralized Internet Network. It is taken as primarily a port f

php-rutheeshraja created by GitHub Classroom
php-rutheeshraja created by GitHub Classroom

demo hosting of this :https://phpcomiconmail.herokuapp.com/ code is in php_rtcamp folder Index.php(demo) validation: .user need to must enter gmail ac

Allows the date format for
Allows the date format for "created", "modified" and "published" columns to be set within a Lister.

Lister Native Date Format Allows the date format for "created", "modified" and "published" columns to be set within a Lister or Lister Pro instance. W

StickWithIt is an online food ordering website created using PHP. You can view and purchase various items as well as remove items from the cart.

StickWithIt (App Name) StickWithIt is an online food ordering website created using PHP. The database used here is MYSQL database. The tool used here

Comments
  • Erro ao retornar QR-Code

    Erro ao retornar QR-Code

    Verifiquei que ao retornar o QR-Code a página fica em loading, mas é enviadas as informações de acesso no webhook.

    image

    image

    Após um tempo, apresenta erro: {"status":"error","message":null}

    image

    opened by ikarofsouza 0
Releases(v0.0.2)
Owner
Jonathan Henrique
I exchange codes for money
Jonathan Henrique
This is a Native PHP MVC. If you will build your own PHP project in MVC with router, you can clone this ready to use MVC pattern repo.

Welcome to PHP-Native-MVC-Pattern ?? If you will build your own PHP project in MVC with router, you can clone this ready to use MVC pattern repo. Work

null 2 Jun 6, 2022
Mvc - Phalcon MVC Examples

Phalcon MVC Examples These are examples of MVC file structures you can employ using Phalcon >= 3.0.x For further documentation, check out the Phalcon

The Phalcon PHP Framework 804 Jan 3, 2023
YL MVC Structure (PHP MVC) is a pattern made in PHP used to implement user interfaces, data, and controlling logic.

YL MVC Structure (PHP MVC) is a pattern made in PHP used to implement user interfaces, data, and controlling logic. It is built based on the combination of ideas from the Yii framework and Laravel framework (yl).

Tan Nguyen 3 Jan 3, 2023
A status monitor for Elite Dangerous, written in PHP. Designed for 1080p screens in the four-panel-view in panel.php, and for 7 inch screens with a resolution of 1024x600 connected to a Raspberry Pi.

EDStatusPanel A status monitor for Elite Dangerous, written in PHP. Designed for 1080p screens in the four-panel-view in panel.php, and for 7 inch scr

marcus-s 24 Oct 4, 2022
Db component from Zend Framework

zend-db Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-db. Zend\Db is a component that abstract the access to a Database

Zend Framework 98 Sep 5, 2022
Debug component from Zend Framework

zend-debug Zend\Debug is a component that help the debugging of PHP applications. In particular it offers a static method Zend\Debug\Debug::dump() tha

Zend Framework 12 Jan 29, 2020
Navigation component from Zend Framework

zend-navigation Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-navigation. Zend\Navigation is a component for managing t

Zend Framework 19 Jun 30, 2021
Json component from Zend Framework

zend-json Repository abandoned 2019-12-31 This repository has moved to laminas/laminas-json. Zend\Json provides convenience methods for serializing na

Zend Framework 102 Nov 17, 2022
Basic PHP 7+ MVC based routing framework.

QPHP MVC Based Api Router QUICK PHP 7+ MVC based router for create api. Works with : Docker PHP Built-in Server Nginx Apache2 Specs Create a service a

Kamil Yesil 0 Apr 1, 2022
this is a PHP framework like Laravel based on MVC structure

PHP-MVC-framework v 1-0-0 this is a PHP framework like Laravel based on MVC structure The "App" folder is the main part of this framework Models, View

Yousef Jafari 1 Aug 4, 2022