Composer is a tool for dependency management in PHP. It allows you to declare your project dependencies and will install them in for you. See http://getcomposer.org

learn more… | top users | synonyms

15
votes
2answers
3k views

How to install jQuery with Composer?

I have been able to install repositories that do not have a composer.json file like this: { "type": "package", "package": { "name": "yahoo/yui-compressor", ...
13
votes
3answers
6k views

How to disable “detect_unicode” setting from php.ini? (trying to install Composer)

I've been trying to install Composer on my machine (OS X 10.6) with no success so far. As per Composer docs, i executed this in Terminal: curl -s http://getcomposer.org/installer | ...
11
votes
3answers
2k views

Zend Framework Composer Packages

I would like to add dependency to zendframework/zend-db package, so I added it to my composer.json: "repositories": [ { "type": "composer", "url": ...
11
votes
1answer
848 views

Adding a package with Composer (through SVN)

I created a SVN repository for my personal PHP library, and added a composer.json file at the root level: { "name": "myPersonalLibrary/lib", "type": "library", "description": ...
9
votes
1answer
1k views

How to use PHP Composer on HostGator

I recently decided to start a project in Zend Framework 2 and was having trouble getting it to run on a HostGator shared server. By default, HostGator's shared servers run in PHP 5.2.2 and if you ...
9
votes
1answer
200 views

Contributing to open source bundles from vendor directory?

Ideal Situation Often while working on a Symfony2 project I will spot something I want to change in one of my dependencies. If I could find a way to simply change it in vendor and then easily push ...
8
votes
1answer
2k views

Phing and Composer, which way around?

I want to use both Phing and Composer for my applications. Phing as the build system and Composer to manage dependencies. But which way around should they be used? Currently we're installing Phing ...
8
votes
1answer
1k views

Can I Install Laravel 4 without using Composer?

I'd like to know if I can install or use the Laravel 4 PHP framework on any webserver without using Composer (PHP package/dependency manager) every time? I am learning PHP and frameworks and I am ...
8
votes
2answers
746 views

Continous Integration using composer

I have a PHP project in which I load packages through Composer. I also run Continious Integration using Jenkins, on a dedicated CI server. Once every hour, Jenkins queries my repository for changes, ...
7
votes
4answers
3k views

PHPUnit via Composer and phpstorm

I'm now trying for hours to setup phpstorm for unit testing. Whatever I do, I get this Process finished with exit code 1 Cannot find PHPUnit in include path ... phpunit is (via commandline) ...
7
votes
6answers
6k views

Is there any way to install Composer globally on Windows?

I've read the global installation documentation for Composer, but it's for *nix systems only: curl -s https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer I would ...
7
votes
1answer
212 views

Composer create-project fails on local package repository

I'm trying to create a local repository to test a composer project but composer create-project --repository-url=/path/to/packages.json vendor/project-name fails with [UnexpectedValueException] ...
6
votes
3answers
3k views

Where to register autoload when the vendor is not managed with composer in Symfony 2.1?

I'm using symfony 2.1 and I want to add a library to vendors. The library do not exists in packagist. I can't manage it with composer. When I install bundles or others vendors through composer, it ...
6
votes
1answer
2k views

Error creating Symfony2 project from composer

I try to create a Symfony2 project with composer on Ubuntu with command: php composer.phar create-project symfony/framework-standard-edition projectpath And I get this error Installing ...
6
votes
5answers
5k views

How to setup First Application in Zend Framework 2

i am creating my first application in zf2. i followed Zend Offical website zf2 Skeleton Application.i have downloaded the skeleton app from github as in in the given link.when i extract it and put ...
6
votes
1answer
1k views

Composer is VERY VERY SLOW

I am using composer (http://getcomposer.org/) to manage installed bundles in the Symfony2 (symfony v 2.1.3). Version of the composer is de3188c. I have problem that when I add new bundle into the ...
6
votes
1answer
162 views

Implementation of SVN “branch”, “tag” and “trunk” with composer and config file

I have read a lot of Q/A here about the meaning of the directories “branch”, “tag” and “trunk” in the SVN repos, and as now I think I understood, I'm trying to implement it. I use Virtualmin to ...
6
votes
1answer
89 views

Symfony2: How solve two bundles requirements conflicts when using composer?

I'm needing to use two bundles: dsyph3r/google-geolocation-bundle mlpz/postmark-bundle I'm having problems when trying to update composer because they have different requirements about ...
6
votes
2answers
308 views

Install component zf2 using composer

I try to install zf2 component using composer but can't do it because composer always download all framework, what am i doing wrong? Composer version 1beccf9 { ... "repositories": [ { "type": ...
6
votes
1answer
504 views

Skip autoload files generation in composer?

So - I have a simple PCR0 auto-loader in my bootstrap.php, that should load any PCR0 compatible library class from vendors directory... spl_autoload_register( function( $classname ) { $path ...
6
votes
1answer
322 views

Script in dependency needs path to Composer autoloader

I am developing a package - myvendor/mylib - that I plan to distribute using Composer, probably via Packagist. This package contains - among other things - a commandline PHP script bin/console.php ...
5
votes
1answer
1k views

composer.lock part of the repository?

I'm a little confused with composer.lock used in an application with a repository. I saw many people saying that we should not .gitignore composer.lock from the repository. But if I update my ...
5
votes
2answers
836 views

Composer - Downloading git repos that don't have composer.json

I'm trying to use composer in Symfony 2.1 to pull down vendors from github libraries that are not composer aware and probably never will be. For examples: Old Deps file: [jQuery] ...
5
votes
2answers
501 views

Composer TransportException translation file could not be written

I am installing laravel 4 and running "composer install" command. It was able to install 13 packages successfully, but when it came time to install symfony/translation, it downloaded it 100% and then ...
5
votes
3answers
4k views

How to run composer from anywhere?

I have just installed composer in my /usr/bin folder, so when from that folder I run php composer.phar I get the help info about composer. But, when I try to run the same from other folder I get Could ...
5
votes
1answer
2k views

How to use git with Symfony 2?

I installed Symfony 2 with Composer (following the 'master' guides), and it created this .git/config file: [core] repositoryformatversion = 0 filemode = true bare = false ...
5
votes
1answer
1k views

Composer, minimum-stability and dependencies of dependencies

I'm in quite a pickle with a new project and Symfony 2 dependencies using composer. First some situation, i install the symfony/framework-standard-edition v2.1.5 using composer. This yields a ...
5
votes
2answers
94 views

Composer install/update failing

I'm having an issue installing a package that I created.... https://packagist.org/packages/mardy-git/redirect As far as I can tell, everything is working fine and I should be able to install it. ...
4
votes
3answers
7k views

Steps to upgrade in Symfony 2.1 using composer

I just testing new features on symfony 2.1-BETA3. Few hours ago BETA4 has been released but I don't know how to update BETA3 to BETA4 using composer. In 2.0.x release notes Fabien said: If you ...
4
votes
2answers
795 views

Is it a good idea to hook up composer to manage web assets in symfony2?

As you know, in Symfony2.1 php bundles and packages are managed by composer, but would be maybe a good idea to hook up the managing of web assets as well? I would really love to update Twitter ...
4
votes
1answer
2k views

What should my composer.json file look like in production environment?

I have a Symfony 2.1 project, with additional bundles installed via composer. I want to deploy it to my production server, but I'm wondering if I need to change any things in the composer.json file. ...
4
votes
1answer
6k views

symfony2.1 bundle version confusion, for symfony and sonata admin / knp menu bundle

I want to use symfony2.1 for a new project. I try to install symfony2 with composer. But there were multiple errors/problems and so I have also questions for each problem in bold font style. Sometimes ...
4
votes
2answers
4k views

How to install your own bundle with Composer in Symfony 2.1?

I've just moved to Symfony 2.1, and I can't understand, how can I install my own bundles with Composer? It was very easy in 2.0.x in deps: [MyOwnBundle] ...
4
votes
1answer
1k views

Composer does not fetch dependencies from local repository

I am trying to add a local project A as dependency to project B. Using git daemon I am able to fetch project A as dependency, but the dependencies defined with require in the composer.json in project ...
4
votes
1answer
336 views

dev-master in composer.json, is this madness?

I'm using composer (in Symfony2 projects) and often get errors updating libraries. Many libraries (most to my experience) use dev-master as version for their dependencies (or worse they use * ). ...
4
votes
2answers
313 views

PHPUnit's TextUI/command.php not found

I installed phpunit for my symfony2 project following this: How to use phpunit installed from composer? But I get the following error now: Warning: include(C:\Program Files ...
4
votes
2answers
1k views

Correct way for adding CSS or JS libraries as dependencies with Composer in Symfony2?

In the Symfony 2 docs it says: A bundle should not embed third-party libraries written in JavaScript, CSS, or any other language. Then how should I do that? I want to install Twitter Bootstrap, ...
4
votes
2answers
676 views

Problems with lib-icu dependency when installing Symfony 2.3.x via Composer

I've had no problems installing the Symfony 2.2.x using Composer, I've always just copied the stable version at http://symfony.com/download. composer create-project symfony/framework-standard-edition ...
4
votes
2answers
158 views

Where do PHP Composer Packages Come From?

When I run $ composer.phar install where do the packages that get installed come from? I understand that Packagist is the default repository for PHP packages, and that lacking a different package ...
4
votes
2answers
1k views

Symfony update from 2.1 to 2.2 composer error

I'm trying to update my project from symfony 2.1 to 2.2 . I try to update it package by package. When I type composer.phar update symfony/symfony, I get the following error: Problem 1 - Conclusion: ...
4
votes
2answers
336 views

Is there a way to update automatically the AppKernel in symfony2?

Maybe something similar to the generate:bundle command (which after generating the bundle prompts to update the AppKernel) or to Composer (which updates your autoload with the dependencies you ...
4
votes
1answer
518 views

Symfony2 + Composer (multiple domains)

We are currently migrating our project to symfony2. The website uses multiple domains: domain.com - main website help.domain.com - faq profile.domain.com - for user CP and so on To make it work ...
4
votes
2answers
415 views

Symfony2 : Integrating with a Non-Namespaced SDK (Paypal Specifically)

I've created a PaypalBundle and added the Paypal merchant-php-sdk to my composer.json and now I've got a vendor\paypal\merchant-php-sdk directory. But this SDK isn't namespaced and doesn't seem very ...
4
votes
2answers
82 views

How to make a composer depency commitable?

I'm using composer to manage dependencies of 2 symfony2 projects. As these 2 projects have some common stuff, I created a (private) common bundle that is required in both composer.json Here is my ...
4
votes
1answer
1k views

How to use composer with a non-packagist github project containing a packages.json

I want to put https://github.com/timrwood/moment into my composer.json for easy maintenance. It's not an official packagist project (of course, as it's not PHP), but it contains a packages.json for ...
3
votes
2answers
274 views

How to properly change what composer or Symfony2 does after running 'composer update/install'?

There are some scripts that are executed after I run composer. The problem is that they do things that I don't want, like php assets:install (without --symlink). So I need to either be able to ...
3
votes
1answer
1k views

How to deploy with Composer, Symfony2, and something like Capistrano?

I'm trying to figure out a convenient workflow for using a deployer like Capistrano, with Symfony and Composer. One problem I'm facing is that Capistrano requires the project to be in the repository ...
3
votes
2answers
1k views

Force composer to download git repo instead of zip

I have some problem with composer. "require": { "php": ">=5.3.2", "kriswallsmith/buzz": "0.7" }, Repo https://github.com/kriswallsmith/Buzz/tree/v0.7 ...
3
votes
2answers
649 views

How do I install Symfony 1.4 using composer?

I have some legacy Symfony 1.4 projects which I'd like to enhance with a composer.json file for their dependencies. I've managed to configure composer to use the "plugins" directory as opposed to ...
3
votes
1answer
159 views

What is the difference between Pyrus and Composer?

I'm new to Zend Framework 2.0, after reading the documentation I know that we can install Zend via some package managers as Pyrus, Composer. But I don't know which package manager should I choose? ...

1 2 3 4 5 9