Skip to content

Engerim/composer-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Plugin for Puli

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads Dependency Status

Latest release: 1.0.0-alpha1

PHP >= 5.3.9

This plugin integrates Composer into the Puli Repository Manager. Whenever you install or update your Composer dependencies, a Puli repository is generated from the puli.json files of the installed packages:

{
    "resources": {
        "/acme/blog": "resources"
    }
}

You can include the generated repository in your code and access all exported resources by their Puli paths:

$repo = require __DIR__.'/vendor/resource-repository.php';

// /path/to/project/vendor/acme/blog/resources/config/config.yml
echo $repo->get('/acme/blog/config/config.yml')->getContents();

Read Puli at a Glance if you want to learn more about Puli.

Authors

Installation

Follow the Getting Started guide to install Puli in your project.

Documentation

Read the Puli Documentation if you want to learn more about Puli.

Contribute

Contributions to are very welcome!

Support

If you are having problems, send a mail to bschussek@gmail.com or shout out to @webmozart on Twitter.

License

All contents of this package are licensed under the MIT license.

About

Integrates Composer into the Puli package manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%