Install

Expressive Skeleton Application

Zend Framework allows you to develop PHP applications using Middleware based on the PSR-7 HTTP Messages interfaces standard. Install the Expressive skeleton using composer with the following command:

$ composer create-project zendframework/zend-expressive-skeleton path/to/install

Where path/to/install is the path where you wish to create your new application.

After installation, you can run the skeleton using the following command:


$ cd path/to/install
$ composer serve

This will run the skeleton using the internal PHP web server on localhost at port 8080.

Open your browser to http://localhost:8080, and you should see the following home page (if you installed the full skeleton):

Check out the zend-expressive web site for more information!

Copyright

© 2006-2022 by Zend by Perforce. Made with by awesome contributors.

This website is built using zend-expressive and it runs on PHP 7.

Contacts