PHPackages                             hitgo/installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. hitgo/installer

ActiveLibrary[CLI &amp; Console](/categories/cli)

hitgo/installer
===============

Hitgo command line installer.

011PHP

Since Aug 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ekka21/hitgo)[ Packagist](https://packagist.org/packages/hitgo/installer)[ RSS](/packages/hitgo-installer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Hitgo

A command line tool that deploys a PHP application to hitgo.io server with ease.

Prerequisites
-------------

[](#prerequisites)

- PHP &gt; 5.7
- [Composer](https://getcomposer.org/doc/00-intro.md#globally)

Installation
------------

[](#installation)

```
composer global require "hitgo/installer"

```

Example usages
--------------

[](#example-usages)

By default, Hitgo uses `public` directory as a web root. If you don't have `public` directory, Hitgo automatically looks for `htdocs`, `index.php`, or index.html` in your project.

```
$ mkdir -p helloworld.com/public
$ cd helloworld.com && echo '
