PHPackages                             techofficer/prelauncher - 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. [API Development](/categories/api)
4. /
5. techofficer/prelauncher

ActiveLibrary[API Development](/categories/api)

techofficer/prelauncher
=======================

Client for Prelauncher API

1.0.0(10y ago)481[1 issues](https://github.com/Techofficer/php-prelauncher/issues)MITPHP

Since Nov 27Pushed 10y ago3 watchersCompare

[ Source](https://github.com/Techofficer/php-prelauncher)[ Packagist](https://packagist.org/packages/techofficer/prelauncher)[ Docs](http://github.com/techofficer/php-prelauncher)[ RSS](/packages/techofficer-prelauncher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Prelauncher
===========

[](#prelauncher)

[Prelauncher.info](http://prelauncher.info) - prelaunch website builder which helps new online store owners to easily build a viral pre-launch website and start referral prelaunch campaign. No coding skills required.

The design of this library was heavily influenced by [Httpful](https://github.com/nategood/httpful).

Requirements
------------

[](#requirements)

- [PHP](http://www.php.net) &gt;= 5.3 **with** [cURL](http://www.php.net/manual/en/curl.installation.php)
- [RESTful](https://github.com/matthewfl/restful) &gt;= 1.0.x
- [Httpful](https://github.com/nategood/httpful) &gt;= 0.2.x

Issues
------

[](#issues)

Please use appropriately tagged github [issues](https://github.com/techofficer/prelauncher-php/issues) to request features or report bugs.

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

[](#installation)

You can install using [composer](#composer) or from [source](#source). Note that Prelauncher is [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compliant:

### Composer

[](#composer)

If you don't have Composer [install](http://getcomposer.org/doc/00-intro.md#installation) it:

```
$ curl -s https://getcomposer.org/installer | php

```

Require prelauncher in your `composer.json`:

```
{
    "require": {
        "techofficer/prelauncher": "1.*"
    }
}
```

Refresh your dependencies:

```
$ php composer.phar update
```

Then make sure to `require` the autoloader and initialize all:

```
