Skip to content

Commit

Permalink
Merge pull request #13 from sandrokeil/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sandrokeil committed Sep 8, 2014
2 parents 89cadaa + 8e8811a commit 4fb3b2c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .scrutinizer.yml
Expand Up @@ -2,9 +2,7 @@ before_commands:
- "composer install --dev --prefer-source"

tools:
php_code_coverage:
enabled: true
test_command: ./vendor/bin/phpunit -c phpunit.xml.dist
external_code_coverage: true
php_code_sniffer:
enabled: true
config:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -21,3 +21,5 @@ script:

after_script:
- php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
11 changes: 10 additions & 1 deletion README.md
@@ -1,9 +1,18 @@
# Easy Config module for Zend Framework 2

> You want to configure your factories via your module config?
> You want to configure option classes via module config for your plugin manager?
> You want to add other services via module config to a factory?
> This module comes to the rescue!
[![Build Status](https://travis-ci.org/sandrokeil/EasyConfig.png?branch=master)](https://travis-ci.org/sandrokeil/EasyConfig)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/sandrokeil/EasyConfig/badges/quality-score.png?s=cdef161c14156e3e36ed0ce3d6fd7979d38d916c)](https://scrutinizer-ci.com/g/sandrokeil/EasyConfig/)
[![Coverage Status](https://coveralls.io/repos/sandrokeil/EasyConfig/badge.png?branch=master)](https://coveralls.io/r/sandrokeil/EasyConfig?branch=master)
[![HHVM Status](http://hhvm.h4cc.de/badge/sandrokeil/easy-config.svg)](http://hhvm.h4cc.de/package/sandrokeil/easy-config)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/8e28c389-325c-4297-9976-98ff1bfabf74/mini.png)](https://insight.sensiolabs.com/projects/8e28c389-325c-4297-9976-98ff1bfabf74)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/c7092bbe-8dc2-473d-9c13-617f41b2375b/mini.png)](https://insight.sensiolabs.com/projects/c7092bbe-8dc2-473d-9c13-617f41b2375b)
[![Latest Stable Version](https://poser.pugx.org/sandrokeil/easy-config/v/stable.png)](https://packagist.org/packages/sandrokeil/easy-config)
[![Dependency Status](https://www.versioneye.com/user/projects/53615c75fe0d0720eb00009e/badge.png)](https://www.versioneye.com/user/projects/53615c75fe0d0720eb00009e)
[![Total Downloads](https://poser.pugx.org/sandrokeil/easy-config/downloads.png)](https://packagist.org/packages/sandrokeil/easy-config)
Expand Down
5 changes: 3 additions & 2 deletions composer.json
@@ -1,19 +1,20 @@
{
"name": "sandrokeil/easy-config",
"description": "Zend Framework 2 module to retrieve specific module options and provides some abstract factories to create easily instances depending on configuration",
"description": "Zend Framework 2 (zf2) module to retrieve specific module options and provides some abstract factories to create easily instances depending on configuration",
"homepage": "https://github.com/sandrokeil/EasyConfig",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"zf2",
"zend framework",
"service manager",
"factory",
"config",
"service",
"options"
],
"authors": [
{"name": "Sandro Keil"}
{"name": "Sandro Keil", "homepage": "https://github.com/sandrokeil"}
],
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fb3b2c

Please sign in to comment.