2017 © Pedro Peláez
 

library sami

Sami sweetened with ease

image

sugared-rim/sami

Sami sweetened with ease

  • Monday, May 22, 2017
  • by schnittstabil
  • Repository
  • 1 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

SugaredRim\Sami Build Status Coverage Status Scrutinizer Code Quality Code Climate

SensioLabsInsight, (*1)

Sami sweetened with ease :cherries:, (*2)

SugaredRim\Sami takes an opinionated view of generating documentation with Sami, it is preconfigured to get you up and running as quickly as possible., (*3)

Install

$ composer require --dev sugared-rim/sami

Usage

Instead of creating a configuration file and running sami.phar update /path/to/config.php, just run sugared-rim-sami - that's it:, (*4)

{
    ...
    "require-dev": {
        "sugared-rim/sami": ...
    },
    "scripts": {
        "doc": "sugared-rim-sami"
    }
}

Configuration

You may overwrite some options by putting it in your composer.json., (*5)

Some of the default settings:, (*6)

{
    ...
    "scripts": {
        "doc": "sugared-rim-sami"
    },
    "extra": {
        "sugared-rim/sami": {
            "files": "src",
            "filter": "SugaredRim\\Sami\\ProtectedFilter",
            "build_dir": "build/sami",
            "cache_dir": "build/cache/sami"
        }
    }
}

All extra.sugared-rim/sami options are passed through the Sami constructor, except:, (*7)

  • filter: A FQCN of the filter to use, sugared-rim-sami will create an instance for you.

License

MIT © Michael Mayer, (*8)

The Versions

22/05 2017

dev-master

9999999-dev

Sami sweetened with ease

  Sources   Download

MIT

The Requires

 

The Development Requires

phpdoc sami sugared preconfigured sugared-rim

22/05 2017

0.5.0

0.5.0.0

Sami sweetened with ease

  Sources   Download

MIT

The Requires

 

The Development Requires

phpdoc sami sugared preconfigured sugared-rim

09/11 2016

0.4.0

0.4.0.0

Sami sweetened with ease

  Sources   Download

MIT

The Requires

 

The Development Requires

phpdoc sami sugared preconfigured sugared-rim