Download the PHP package techofficer/prelauncher without Composer
On this page you can find all versions of the php package techofficer/prelauncher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techofficer/prelauncher
More information about techofficer/prelauncher
Files in techofficer/prelauncher
Package prelauncher
Short Description Client for Prelauncher API
License MIT
Homepage http://github.com/techofficer/php-prelauncher
Informations about the package prelauncher
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.
The design of this library was heavily influenced by Httpful.
Requirements
Issues
Please use appropriately tagged github issues to request features or report bugs.
Installation
You can install using PSR-0 compliant:
Composer
If you don't have Composer install it:
$ curl -s https://getcomposer.org/installer | php
Require prelauncher in your composer.json:
Refresh your dependencies:
Then make sure to require the autoloader and initialize all:
Source
Download Httpful source:
Download RESTful source:
Download the Prelauncher source:
And then require all bootstrap files:
Usage
See https://prelauncher.info/docs for guides and documentation.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Write your code and tests
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new pull request