2017 © Pedro Peláez
 

symfony-bundle osbundle

Utility per sistema operativo

image

fi/osbundle

Utility per sistema operativo

  • Tuesday, January 10, 2017
  • by manzolo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12,859 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

OsBundle

[Build Status] (https://travis-ci.org/ComuneFI/OsBundle) [Coverage Status] (https://coveralls.io/r/ComuneFI/OsBundle), (*1)

Installazione:

  • Aggiungere nel file composer.json (root del progetto) nella sezione:
    {
    "name": "ComuneFI/NomeProgetto",
        "license": "MIT",
        "type": "project",
        "description": "The \"Symfony Standard Edition\" distribution",

    "autoload": {
            "psr-4" : {
                "Fi\\OsBundle\\": "vendor/fi/osbundle/"
            }
        },
    }    
  • E sempre nel composer.json, nella sezione require aggiungere:
    "fi/osbundle": "2.0.*",

The Versions