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
0
votes
0answers
12 views
Composer update not working
When I try composer update, I'm getting this:
When I try php, it's working and it's in my path.
Any help?
0
votes
2answers
14 views
How to load libraries that use composer?
I am trying to use https://github.com/php-loep/oauth2-client as an oauth 2.0 libary.
It has dependencies that need to be installed using composer.
I tried to follow the manuals and everything seemed ...
0
votes
0answers
10 views
packagist private repo issue
I'm having some issues with using Satis...
My code in the satis.json is set like this:-
{
"name": "Authentication",
"homepage": "http://domain.com",
"repositories": [
{
...
1
vote
1answer
64 views
How to avoid using php composer dump-autoload with laravel 4?
I have uploaded my project on a web host and I use ftp to edit my code.
The problem is that I added models using eloquent for my database and to get it work I have to download my project dans run php ...
2
votes
3answers
2k views
Composer Warning: openssl extension is missing. How to enable in WAMP
Trying to install Composer dependency management tool on Win7/64 + WampServer 2.2 via the Setup Installer and I am getting the following message:
The openssl extension is missing, which will ...
1
vote
1answer
12 views
Composer option to use alternative to composer.json?
I've just started using the Composer feature where you tell it to look at local directories for dependencies, so that you can develop a library and something that uses that library in parallel without ...
-2
votes
1answer
33 views
Composer not intalling new libraries
I'm using Composer along with my PHP project. It was working fine and I had installed a few php libraries from packagist. But after I restarted the server for maintenance reasons, it seems like ...
0
votes
3answers
30 views
Failed opening required 'dompdf_config.inc.php'
I am stuck in a very annoying error when trying to load dompdf lib via composer.
Fatal error: require_once(): Failed opening required
'dompdf_config.inc.php'
...
0
votes
1answer
11 views
composer and site configuration files
Is it possible to install a file out of the 'vendor' directory when doing a composer install/update?
Let me elaborate a bit more if your not sure what i mean.
I have a config file(s) that are stored ...
1
vote
0answers
26 views
Composer: multiple vendor directories (zend seperate dir than doctrine,…)
I've new to composer and I searched a few hours on the internet to find a solution for my problem, I've found one but can't get it to work so it's probably me.
I'm starting a new project with zend ...
0
votes
4answers
85 views
How do i run 'composer' command via SSH?
I want to reload my project's custom classes in Laravel so they become accessible, but on a shared hosting enviroment. To my understanding, so far, locally, I've been achieving the desired by using ...
0
votes
1answer
189 views
How can I install the Buzz bundle on Symfony 2.2.0?
I want to install the Buzz bundle. On git, the installation instructions suggest the .bin/vendors install method, however that's not supported in Symfony 2.2.0.
Is there another way I could install ...
0
votes
1answer
20 views
How to ignore directories with Composer?
I'd like to release a PHP library and submit it on Packagist to have it installable via Composer.
My library has the following structure:
lib/
tests/
composer.json
README.md
Basically, whenever I ...
3
votes
2answers
112 views
Composer suggested approach for internal packages
Some background first
Our company, a small startup with only four developers, is starting the refactoring of our products into reusable modules to simplify the development process, increase ...
0
votes
1answer
24 views
Cannot install CalendarBundle via Composer
I want to use yvoyer/CalendarBundle on my Symfony2.2 project.
I add it on composer.json and run:
composer update star/calendar-bundle --prefer-source
And it return this error:
$ composer update ...
0
votes
1answer
133 views
installing composer using curl -sS https://getcomposer.org/installer | php command
I have been tyrying to install Composer in my machine using the
curl -sS https://getcomposer.org/installer | php
command,which gives the following error:
#!/usr/bin/env php
Some settings on your ...
-2
votes
1answer
53 views
My shared hosting doesn't allow me to run phar over SSH. How do I dump-autoload? [closed]
Is there a dump-autoload equivalent for such scenarios where I'm not given appropriate SSH permissions?
Maybe reuploading some files might trigger autoloading classes in laravel?
1
vote
2answers
486 views
Can't install doctrine/mongodb-odm using Composer
Trying to install doctrine/mongodb-odm via Composer I get this:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be ...
0
votes
1answer
24 views
When doing composer update, composer complains that files are edited?
When I run
php composer.phar update
composer complains that all of my libs are modified - even though I didn't touch them.
Updating jdorn/sql-formatter (dev-master 3d8a973 => v1.2.9)
The ...
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, ...
3
votes
1answer
52 views
Update Vendors in Sylius - Imagine Bundle Error (Symfony2)
I am trying to install Sylius - Open Source E-Commerce based on Symfony2 from this link
The composer can successfully pull the project files from github but while updating vendors i get this error
...
0
votes
1answer
111 views
Install command is not working in Composer
I am trying to install composer. I downloaded it using windows installer.
My composer.json looks like this
{
"require": {
"monolog/monolog": "1.2.*"
}
}
Now when I try to run the ...
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 ...
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",
...
2
votes
4answers
588 views
Unable to install laravel 4 using composer on ubuntu
ubuntu@ip-10-252-31-19:/$ sudo curl -sS https://getcomposer.org/installer | sudo php
ubuntu@ip-10-252-31-19:/$ sudo mv composer.phar /usr/local/bin/composer
ubuntu@ip-10-252-31-19:/$ cd /home/user
...
0
votes
1answer
13 views
Composer - “Skipped tag , invalid tag name”
When I update my project with
php composer.phar update --verbose
I can read this:
Reading composer.json of myVendorName/myPackageName (0.1)
Importing tag 0.1 (0.1.0.0)
Reading composer.json of ...
0
votes
1answer
78 views
Custom installation path for composer packages
Hi I am trying to setup a project using composer.
I am able to install CakePHP but I am getting a hard time installing cakephp/debug_kit on a custom direcoty. I am trying to install it on ...
5
votes
2answers
99 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. ...
0
votes
1answer
67 views
Publishing a config file for TCPDF with Laravel 4
Although I've used TCPDF before I am using it with composer for the first time through Laravel 4.
I am fighting the urge to edit any package files directly but their are config settings/ constants in ...
0
votes
1answer
588 views
Composer cannot download files
I am trying to use composer on command line :
php composer.phar update
php composer.phar install
php composer.phar self-update
php composer.phar selfupdate
Whatever I do I always receive the same ...
1
vote
4answers
2k views
Use PHP composer to clone git repo
I'm trying to use composer to automatically clone git repository from github that isn't packagist but I can't figure out what am I doing wrong.
I thing I have to include it among "repositories" like:
...
0
votes
0answers
16 views
missing composer package in github jam/config
I clone a repository when use , composer.phar install , got an error like this :
- Installing jam/config (dev-master 1.2.1)
Cloning 1.2.1
- git://github.com/JamPHP/Config.git ...
0
votes
1answer
212 views
Error updating dependencies composer
When I try to update, I get this error:
C:\wamp\www\bwon>composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing ...
-4
votes
0answers
27 views
Can composer load private libraries/repositories? [closed]
Is it possible to load private, unpublished libraries with php composer?
For example, if I wrote my own utility functions, how would I load those into my projects using composer without making a ...
0
votes
1answer
58 views
Ratchet basic chat application giving error “Failed opening required”
I'm trying out the Ratchet library to use WebSockets located at http://socketo.me/ but am experiencing some problems when running the server script from the command line in Ubuntu.
After successfully ...
0
votes
1answer
28 views
Is there any good reason to not put composer in the path?
In every tutorial I see using composer people are storing composer.phar somewhere and calling
php composer.phar
I've renamed composer.phar, I've putted it in my path so I can do:
composer
Is ...
0
votes
1answer
93 views
How to manually prune and restart php-resque workers
Very frequently php-Resque workers will be stuck on a job for days, and eventually all the workers gets stuck and the site stops working.The php-resque library was installed using Composer.
Question: ...
0
votes
1answer
36 views
Symfony2.2 can't run composer update
Since this morning I can't update my vendor packages in Symfony. I get the following error:
PHP Fatal error: Class 'Composer\Script\PackageEvent' not found in ...
0
votes
3answers
160 views
Symfony 2.2.1 fatal error on remote server (only)-why?
On the Symfony codebase mentioned in this question, after installing FOSUserBundle, it works locally, but on the remote server it doesn't even get to bootstrap, giving an HTTP 500 error page.
Edit: ...
0
votes
1answer
194 views
PHP Composer: choosing the right package for Laravel (or other framework)
This may look like a trivial question, but it isn't.
Being new to composer, I find myself wondering about how to pick a decent package for a common feature on its main repo packagist.
Say I am using ...
1
vote
4answers
251 views
Unable to update Laravel 4 with Composer (Update: bug?)
Today, I pulled down the laravel/laravel repository from Github. I then ran php composer.phar install (as I normally would on my system, with a command window in the project directory). However, when ...
0
votes
0answers
39 views
Composer error when installing 3rd party Bundle in Symfony 2.1
I'm having a problem when I try to install a 3rd party Bundle (SimpleHtmlDomBundle). I put in the composer.json file(located at /var/www/Symfony/composer.json) the require text. Composer.json file ...
0
votes
2answers
80 views
PHP try-catch not recognized on command-line? (Trying to install Composer)
I am trying to install Composer (http://getcomposer.org/download/) on a GoDaddy-hosted Linux server but it's not working. No matter which method I try, I eventually run up against some version of the ...
2
votes
1answer
70 views
What does the Value in PHP Composer's key/value Pair Represent?
In a PHP composer.json file, the require field contains a number of key/value pairs.
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.3@dev",
"symfony/finder": "2.2.1",
...
0
votes
2answers
537 views
composer and php installation conflict for laravel 4 artisan
hi i start working Laravel 4, i have finished the installation process with composer, but when try to use artisan it always give a message
Laravel requires the Mcrypt PHP extension
i have checked ...
4
votes
2answers
725 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 ...
0
votes
1answer
26 views
How can I enable composer to have command line argument auto complete?
I would like to be able to use tab auto completion with composer in my bash shell, the same way I can for example auto complete filenames or git commands.
0
votes
3answers
131 views
require_once at symfony
I'm making now things with php + Symfony2 framework, and I have the following code:
require_once("one_file.php");
require_once("another_file.php");
... and so on.
The problem is, how to ...
1
vote
2answers
599 views
install doctrine 2.0 with composer.json
I'm trying to install doctrine 2.0 with composer.
that's the tutorial i'm doing right now. I have problems to run this : " php composer.phar update
i get errors :
My config/Application.config.php:
...
0
votes
2answers
31 views
maintaining a composer.json for reuse between projects
At our company we aim to use Symfony2 for all our new projects. There are a couple of additional bundles that we almost always add to the projects, such as the FOSUserBundle and KnpMenuBundle. We ...

