What is the difference between "zend-framework" and "zendframework" packages?

Asked by Igor Moiseev

Hello I'm a complete nubby to Zend framework, but need to start to use for one of my projects.
Google Calendar API require Zend framework to be installed on the system.

Simple command gives multiple results.

$ apt-cache search zend
libzend-framework-php - a simple, straightforward, open-source software framework for PHP 5
zend-framework - a simple, straightforward, open-source software framework for PHP 5
zend-framework-bin - a simple, straightforward, open-source software framework for PHP 5
zendframework - powerful PHP framework
zendframework-bin - binary scripts for zendframework

And the confusing is the presence of two independent packages "zend-framework" and "zendframework"!

As i saw from dependences "zend-framework" is somehow linked to dojo and "zendframework" is to be the right one for me?

Could you help me with package selection please!
Thank you very much.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu zend-framework Edit question
Assignee:
No assignee Edit question
Solved by:
Igor Moiseev
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please try this to have more info on packages info:

aptitude show zend-framework
aptitude show zendframework

in the info the answer you look for.

Revision history for this message
Igor Moiseev (moiseev-igor) said :
#2

aptitude or apt-cache does not give sufficient info on the difference between two packages.
In any case tried to install zendframework and it seems to be the correct one for me

Found google data api in the folder
/usr/share/php/Zend/Gdata

and all the framework in
/usr/share/php/Zend/

so now is just to include and go ....

Thanks for answering Marco!