ml/git-synchronizer-app

A stub for projects using GitSynchronizer

Maintainers

👁 markus

Package info

github.com/lanthaler/GitSynchronizerApp

Homepage

pkg:composer/ml/git-synchronizer-app

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2014-01-07 21:55 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 52d264c2531f59870728c7b95c4a0c76b7e2212b

gitdeploygithubsynchronize

This package is auto-updated.

Last update: 2026-06-26 00:46:34 UTC


README

Welcome to the GitSynchronizer App - a fully-functional GitSynchronizer application that you can use as the skeleton for your new applications.

This document contains information on how to download, install, and start using GitSynchronizer.

Installation

The simplest and recommended way to install GitSynchronizer App is to use Composer:

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new GitSynchronizer application:

php composer.phar create-project ml/git-synchronizer-app path/to/install

Composer will install GitSynchronizer and all its dependencies under the path/to/install directory.

The applications main entry point is in the web/index.php file.