Giter Club home page Giter Club logo

drupal-packagist's Introduction

drupal-packagist

Provides a composer packagist page for Drupal projects, so that every module, theme is installable on composer.

composer.json

Just add the following lines to you composer.json and your done

   "repositories": [
        {
            "type": "composer",
            "url": "http://drugist.espend.de"
        }    	
    ],

Examples

composer.phar show drupal/views
name     : drupal/views
descrip. :
keywords :
versions : 8.3-dev, * 7.3.5, 7.3.4, 7.3.3, ...
type     : drupal-module
license  :
source   : []
dist     : [tar] http://ftp.drupal.org/fil ...
names    : drupal/views

composer.json with version

{
   "repositories": [
        {
            "type": "composer",
            "url": "http://drugist.espend.de"
        }    	
    ],
    "require": {
		"drupal/views": "7.*",
		"drupal/ctools": "7.*",
        "drupal/zen": "7.5.*"
    }
}

composer.phar update -v

Loading composer repositories with package information
Updating dependencies
  - Installing drupal/zen (7.5.1)
    Loading from cache
    Unpacking archive
    Cleaning up
153 Datei(en) kopiert
100 Datei(en) kopiert
2 Datei(en) kopiert
13 Datei(en) kopiert
31 Datei(en) kopiert

Writing lock file
Generating autoload files

Own Server: Symfony2

Just install a Symfony2; add lines to composer.json and change add routing for this bundle

    "repositories": [
        {
            "type": "vcs",
            "url": "git://github.com/Haehnchen/drupal-packagist.git"
        }
    ],

    "require": {
        "composer/composer": "1.0.*@dev",
        "kriswallsmith/buzz":"dev-master",
        "espend/drupal-packagist": "dev-master"
    },

run command for generate packages

app/console espend:drupal:packagist:generator

drupal-packagist's People

Contributors

haehnchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

drupal-packagist's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.