Zend 3

How to install Composer on Debian

To make Composer (globally) available on Debian:

$ cd /usr/src
$ sudo apt-get install curl php5-cli
$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Verify installation:

$ composer --version
Composer version 4ecdbf89c4a3d1e5dfe73c57e3202a5e2a18c87e 2014-07-28 20:12:27

What’s new in Zend Framework 3?

For Zend Framework 2 MVC users, the differences are subtle:

  • Increased performance–We’ve measured up to 4X faster applications under PHP 5, and even better performance under PHP 7!
  • PHP 7 support 
  • Additional de-coupling of packages – This allows for re-use in a greater number of contexts. In some cases, this has meant the creation of new packages that either split concerns, or provide integration between multiple components.
  • Improved documentation – Documentation is now included within each component repository, allowing us to block contributions for lack of documentation, as well as automate deployment of documentation. See our new documentation site for the results.

 

 

root@kali:/var/www/html/ZendSkeletonApplication-master#

composer self-update

You are already using composer version 1.2.1 (stable channel).

Rename  ZendSkeletonApplication-master to clase1

/localhost/clase1/public

You are currently running Zend Framework version 3.0