2017 © Pedro Peláez
 

library prelauncher

Client for Prelauncher API

image

techofficer/prelauncher

Client for Prelauncher API

  • Tuesday, December 1, 2015
  • by Techofficer
  • Repository
  • 3 Watchers
  • 4 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Prelauncher

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., (*1)

The design of this library was heavily influenced by Httpful., (*2)

Requirements

Issues

Please use appropriately tagged github issues to request features or report bugs., (*3)

Installation

You can install using composer or from source. Note that Prelauncher is PSR-0 compliant:, (*4)

Composer

If you don't have Composer install it:, (*5)

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

Require prelauncher in your composer.json:, (*6)

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

Refresh your dependencies:, (*7)

$ php composer.phar update

Then make sure to require the autoloader and initialize all:, (*8)

<?php
require(__DIR__ . '/vendor/autoload.php');

\Httpful\Bootstrap::init();
\RESTful\Bootstrap::init();
\Prelauncher\Bootstrap::init();
...

Source

Download Httpful source:, (*9)

$ curl -s -L -o httpful.zip https://github.com/nategood/httpful/zipball/v0.2.3;
$ unzip httpful.zip; mv nategood-httpful* httpful; rm httpful.zip

Download RESTful source:, (*10)

$ curl -s -L -o restful.zip https://github.com/matthewfl/restful/zipball/master;
$ unzip restful.zip; mv matthewfl-restful* restful; rm restful.zip

Download the Prelauncher source:, (*11)

$ curl -s -L -o prelauncher.zip https://github.com/techofficer/prelauncher-php/zipball/master
$ unzip prelauncher.zip; mv prelauncher-prelauncher-php-* prelauncher; rm prelauncher.zip

And then require all bootstrap files:, (*12)

<?php
require(__DIR__ . "/httpful/bootstrap.php")
require(__DIR__ . "/restful/bootstrap.php")
require(__DIR__ . "/prelauncher/bootstrap.php")

\Httpful\Bootstrap::init();
\RESTful\Bootstrap::init();
\Prelauncher\Bootstrap::init();
...

Usage

See https://prelauncher.info/docs for guides and documentation., (*13)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write your code and tests
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new pull request

The Versions

01/12 2015

dev-master

9999999-dev http://github.com/techofficer/php-prelauncher

Client for Prelauncher API

  Sources   Download

MIT

The Requires

 

The Development Requires

api prelauncher prelaunchr

27/11 2015

1.0.0

1.0.0.0 http://github.com/techofficer/php-prelauncher

Client for Prelauncher API

  Sources   Download

MIT

The Requires

 

The Development Requires

api prelauncher prelaunchr