A simple fase ui for KnpLabs/php-github-api
This simple repo has an index file which under normall circumstances works fine
aside from showing repositories for now this is possible to have a project directory for your peojects default project directory is the app's own directory
You cab see all the available branches of a selected repository and its info
this is posible to pull change of a branch to your project for now it does not support stuff git does
this is posible to pull change of a branch to your project for now it does not support stuff git does
This app could be used in your website if it does not allow some certain features like exec or shell_exec you can use this repo.
inside of index.php
<?php
require_once __DIR__ . '/vendor/autoload.php';
session_start();
define('MAIN_DIR', __DIR__);
define('HOST', $_SERVER['HTTP_HOST']);
when defining HOST
if you are using this repo in a sub directory add it here like this
define('HOST', $_SERVER['HTTP_HOST']. '/hosting-git-helper');