ml / git-synchronizer-app
A stub for projects using GitSynchronizer
Requires
- php: >=5.3.0
- ml/git-synchronizer: ~1
This package is auto-updated.
Last update: 2024-10-25 21:11:16 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.