1
vote
0answers
84 views

**SOLVED** Composer error when trying to load ZendFramework 2 skeleton app **SOLVED**

I have recently started to learn ZendFramework2 and am at the part where I need to run php composer.phar install to initialize the skeleton application. I’ve already successfully executed the ...
2
votes
1answer
99 views

ZF2: autoloading libraries without namespaces

Previously I have only been using third party libraries that use namespaces together with Zend Framework 2. Now I need to use a library that does not use namespaces, and I cannot seem to make it work. ...
0
votes
1answer
65 views

Skipped installation of bin/classmap_generator.php … by update of the Zend Framework 2 library

When I try to update ZF2 in my project, I get this warning: # php composer.phar update Loading composer repositories with package information Updating dependencies (including require-dev) - ...
1
vote
1answer
424 views

Composer\Downloader\TransportException by composer.phar self-update in a Zend Framework 2 application

I'm trying to update the Zend Framework 2 library in a project and get an exception: use@machine:/path/to/project# php composer.phar self-update [Composer\Downloader\TransportException] ...
1
vote
2answers
59 views

How to display the installed Zend Framework version on the command line?

I have a ZF2 based upon the ZF2 Skeleton. How can I find out, which ZF2 version is currently being used?
0
votes
1answer
99 views

How to add FirePHP using composer to Zend Framework 2

I'm trying to add FirePHP to my Zend Framework 2 project using composer, but I get errors. My OS is a Windows 7. I tried following ways to make it working: I added following code to composer.json ...
0
votes
0answers
220 views

After cloning zend framework 2 skeleton application from github.com “php composer.phar self-update” is not working [closed]

After cloning zend skeleton application from github.com. when running php composer.phar self-update giving the following error: [Composer\Downloader\TransportException] The ...
1
vote
1answer
100 views

Is it normal that zendframework/zend-http package requires 49 components?

Here's the composer.json: { "repositories": [ { "type": "composer", "url": "https://packages.zendframework.com/" } ], "require": { ...
0
votes
1answer
58 views

Zend Framework 2 - Updating Zend causes RuntimeException

I updated my composer.json to get the new version of ZF2. Unfortunately I get this error: [RuntimeException] Failed to clone http://github.com/zendframework/zf2.git via git, https and http ...
3
votes
1answer
125 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? ...
0
votes
2answers
421 views

Setup Zendframework 2 and twitter bootstrap using Composer

I am currently using composer dependency manager for zendframework 2 along with twitter bootstrap , I able to successfully manage zendframework 2 but I am not able manage twitter bootstrap via ...
0
votes
1answer
263 views

composer autoload not working on production server

I've setup a project localy using composer to autoload my vendors and modules. This is done on a Windows XP machine running Nginx. When I sync everything to my production server, running LAMP, the ...
1
vote
2answers
552 views

composer.json for bjy-authorize, zfcUser and zfc-user-doctrine-orm in ZF2

i am trying to use bjy-authorize, zfcUser and zfc-user-doctrine-orm in ZF2 using the composer. But i always get an error, when i call composer.phar update. the composer.json looks as follows: { ...
0
votes
2answers
184 views

Php high memory usage

We have an old facebook app, running smoothly written in native php. This month we decided to rewrite it in zend-framework 2. Yesterday, after switching to new app it crashed our server with lots of ...
1
vote
1answer
108 views

Error installing Libra CMS

I'm following the installation steps listed here: https://bitbucket.org/libracms/libra-cms But I get the following error on step #3: symlink(): Could not fetch file information(error 3) Any ideas ...
0
votes
1answer
486 views

ZF2 autoloading custom modules with composer

I'm trying to setup a ZF2 project (slightly different from the zf2skeleton) and I want to use composer to deal with all the autoloading, not only from the vendor ones (installed through composer) but ...
6
votes
2answers
282 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": ...
0
votes
5answers
1k views

You must enable the openssl extension to download files via https

I wanted to install Zend Framework 2. So I downloaded the skeleton application. As mentioned in the ZF2 manual, we have to issue the command php composer.phar install Inside the skeleton. But ...
1
vote
1answer
331 views

Zend Framework 2 - Composer - Manual installation of custom library is removed at install/update

I wrote an own library and included it manually in my composer/autoload_namespaces.php like I was told here. It works fine until I use the install or update command. Then this line is removed and I ...
6
votes
1answer
720 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 ...
0
votes
2answers
729 views

doctrine mongodb intallation error through composer

I am trying to install Doctrine MongoDB ODM module through composer with Zend Framework 2 on my local machine but I keep getting an error stating that PHP extension mango is missing from my computer. ...
0
votes
1answer
343 views

Install ZF2 modules on windows 7 by using composer.json

I have just started to explore zf2 and trying to install modules. have downloaded zip for ZfcAdmin and ZfcUser and added them manually but no luck. I think it can be installed by using composer.phar ...
3
votes
1answer
1k views

zf2 Module (DoctrineModule) could not be initialized

Hi i'm trying to install doctrine2 to zf2 via composer. I'm getting error: Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (DoctrineModule) could ...
6
votes
5answers
4k 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 ...
2
votes
1answer
1k views

Zend Framework 2 Stable Versions and Doctrine Dev Versions - Composer Configuration

I try to get a stable version of the newly released Zend Framework 2 (2.0.2) which will track stable versions via composer. Example here would be when 2.0.3 is released then composer update would ...
0
votes
2answers
1k views

How to install ZfcBase (Zend Framework 2) without Git?

I apologize if this is a trivial question. The installation guide for ZfcBase only provides this much info; "Simply clone this project into your ./vendor/ directory and enable it in your ...
0
votes
1answer
896 views

Error with composer.phar installing Zend Framework Skeleton App

I have searched basically everywhere I could think of and can't find anyone with the particular problem I'm running into. I'm still back in the bronze age on XP x64, running WAMP. I can get through ...
1
vote
1answer
756 views

How to install ZendRest module in zf2?

I would like to install the ZF2 ZendRest module. How to install it? When I'm doing php .\composer.phar install in \vendor\zendrest. I get: Loading composer repositories with package information ...