zendframewor building project

1, installed a new php

2, installed on https://getcomposer.org/download/ composer manually download the latest version of composer.phar into / usr / local / bin directory, run the ill named composer composer self-update to the latest upgrade composer

3, go https://github.com/zendframework/ZendSkeletonApplication downloaded ZendSkeletonApplication-master.zip, unpacked into theZendSkeletonApplication-master,执行composer install并选择需要的zendframework组件

4, the installation of other lib library, and the OAuth doctrine e.g., using the composer require doctrine / doctrine-orm-module composer require bshaffer / oauth2-server-php

Guess you like

Origin www.cnblogs.com/yipianchuyun/p/11100474.html