From 9218f839623b539c70a182b24a9943894a8ee622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4rtl?= Date: Fri, 11 Jul 2014 09:37:01 +0200 Subject: [PATCH] Add license file, add hhvm testing and badges --- .travis.yml | 1 + LICENSE | 21 +++++++++++++++++++++ README.md | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 LICENSE diff --git a/.travis.yml b/.travis.yml index 096dde8..d344d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ php: - "5.5" - "5.4" - "5.3" + - "hhvm" install: - composer install diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c60edfb --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Michael Härtl + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 80dd965..035f938 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ php-shellcommand =========== [![Build Status](https://secure.travis-ci.org/mikehaertl/php-shellcommand.png)](http://travis-ci.org/mikehaertl/php-shellcommand) +[![Latest Stable Version](https://poser.pugx.org/mikehaertl/php-shellcommand/v/stable.svg)](https://packagist.org/packages/mikehaertl/php-shellcommand) +[![Total Downloads](https://poser.pugx.org/mikehaertl/php-shellcommand/downloads.svg)](https://packagist.org/packages/mikehaertl/php-shellcommand) +[![Latest Unstable Version](https://poser.pugx.org/mikehaertl/php-shellcommand/v/unstable.svg)](https://packagist.org/packages/mikehaertl/php-shellcommand) +[![HHVM Status](http://hhvm.h4cc.de/badge/yiisoft/yii2-dev.png)](http://hhvm.h4cc.de/package/mikehaertl/php-shellcommand) +[![License](https://poser.pugx.org/mikehaertl/php-shellcommand/license.svg)](https://packagist.org/packages/mikehaertl/php-shellcommand) php-shellcommand provides a simple object oriented interface to execute shell commands.