An open API service indexing awesome lists of open source software.

https://github.com/bd808/moar-skel

Moar module bootstrap
https://github.com/bd808/moar-skel

Last synced: about 2 months ago
JSON representation

Moar module bootstrap

Awesome Lists containing this project

README

          

{{COMPONENT}}
=============

Part of the [Moar PHP Library][].

[![Build Status][ci-status]][ci-home]

Installation
------------
{{COMPONENT}} is available on Packagist ([{{PACKAGIST}}][]) and is installable
via [Composer][].

{
"require": {
"{{PACKAGIST}}": "dev-master"
}
}

If you do not use Composer, you can get the source from GitHub and use any
PSR-0 compatible autoloader.

$ git clone https://github.com/bd808/{{REPO}}.git

Run the tests
-------------
Tests are automatically performed by [Travis CI][]:
[![Build Status][ci-status]][ci-home]

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit

---
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/{{REPO}}.png
[ci-home]: https://travis-ci.org/bd808/{{REPO}}
[{{PACKAGIST}}]: https://packagist.org/packages/{{PACKAGIST}}
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org