https://github.com/dflydev/dflydev-embedded-composer-application
Embedded Composer Example Application
https://github.com/dflydev/dflydev-embedded-composer-application
Last synced: about 1 month ago
JSON representation
Embedded Composer Example Application
- Host: GitHub
- URL: https://github.com/dflydev/dflydev-embedded-composer-application
- Owner: dflydev
- Created: 2012-02-08T17:03:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-09T15:34:07.000Z (about 14 years ago)
- Last Synced: 2025-03-21T10:51:16.307Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Embedded Composer
=================
Sample console application embedding [Composer](http://github.com/composer/composer)
to manage its runtime dependencies.
Usage
-----
git clone git://github.com/dflydev/dflydev-embedded-composer-application.git
cd dflydev-embedded-composer-application/
wget -nc http://getcomposer.org/composer.phar
php composer.phar install
cd sample
../bin/embedded-composer install
This showcases the ability to have an embedded Composer install dependencies in
a directory against the dependencies of the calling application. This would be
useful in cases where a PHP application may be distrubted as a `.phar` but still
need to be extended by plugins.
License
-------
This library is licensed under the New BSD License - see the LICENSE file for details.
Community
---------
If you have questions or want to help out, join us in the
[#dflydev](irc://irc.freenode.net/#dflydev) channel on irc.freenode.net.