gitでzendを入れてみよう

[vagrant@localhost zend]$ git clone https://github.com/zendframework/zf2.git
Initialized empty Git repository in /home/vagrant/zend/zf2/.git/
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 358463 (delta 0), reused 0 (delta 0), pack-reused 358462
Receiving objects: 100% (358463/358463), 96.73 MiB | 836 KiB/s, done.
Resolving deltas: 100% (266705/266705), done.
[vagrant@localhost zend]$ ls
composer.phar zf2

[vagrant@localhost zend]$ cd zf2
[vagrant@localhost zf2]$ ls
CHANGELOG.md LICENSE.md README.md composer.json resources
[vagrant@localhost zf2]$ curl -sS https://getcomposer.org/installer | php
All settings correct for using Composer
Downloading…

Composer (version 1.8.6) successfully installed to: /home/vagrant/zend/zf2/composer.phar
Use it: php composer.phar