File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SimpleGUI
22===================
33
4- __ The GUI SDK based on php-gui for SimpleFramework(CLI )__
4+ __ The GUI SDK based on php-gui for [ SimpleFramework] ( https://github.com/PeratX/SimpleFramework ) __
55
66 This program is free software: you can redistribute it and/or modify
77 it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ __The GUI SDK based on php-gui for SimpleFramework(CLI)__
1818
1919Introduction
2020-------------
21- With this SDK, you can create a visual window quickly and easily.
21+ With this SDK, developers can create a visual window using php and [ SimpleFramework ] ( https://github.com/PeratX/SimpleFramework ) quickly and easily.
2222
2323Get SimpleGUI
2424-------------
Original file line number Diff line number Diff line change 11{
22 "name" : " SimpleGUI" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "api" : 2 ,
55 "description" : " The GUI SDK based on php-gui for SimpleFramework." ,
66 "author" : " PeratX" ,
7- "main" : " SimpleGUI\\ Main " ,
7+ "main" : " PeratX \\ SimpleGUI\\ SimpleGUI " ,
88 "order" : 0 ,
99 "website" : " https://github.com/PeratX/SimpleGUI"
1010}
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * SimpleFrameworkGUI
4+ * SimpleGUI
55 *
66 * This program is free software: you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
1111 * @author PeratX
1212 */
1313
14- namespace SimpleGUI ;
14+ namespace PeratX \ SimpleGUI ;
1515
1616use Gui \Application ;
1717use Gui \Output ;
1818use sf \module \Module ;
1919
20- class Main extends Module{
20+ class SimpleGUI extends Module{
2121
2222 public function load (){
2323 $ this ->saveResource ("phpgui-x86_64-win64.exe " );
You can’t perform that action at this time.
0 commit comments