inensus / viber-messaging
Viber messaging integration for MicroPowerManager
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- bogdaan/viber-bot-php: ^0.0.15
This package is auto-updated.
Last update: 2025-03-08 13:21:35 UTC
README
Starter pack for package development to MicroPowerManager.
- This repo has created by the MicroPowerManager development team for developers who will develop a new package for MicroPowerManager.
- The team suggests developers use this repo when they decide to develop new packages to MicroPowerManager.
- Developers should clone our
Core
project with this urlhttps://github.com/inensus/MPManager
first. After cloning and running the core project, They have to go into laravel container and navigate to mpmanager & runphp artisan micropowermanager:new-package {{package-name}}
command to clonethis repo
into packages folder in MicroPowerManager core project. - After cloning Package-Development-Starter-Pack, developers can keep developing the package inside of core project.
- When the developing will have been finished they can upload their packages to
https://packagist.org/
for the other developers usage