Skip to content

tgatz/zf3-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zend Framework 3 Examples

##onlinemarket.3

  • Zend Framework 3 version of an Online Market demo program modeled after craigslist
  • Features forms, filters, factories and database access

##tutorial

  • Very barebones demo project based on ZF3 skeleton app

##Installation

  • Clone the repo
  • Change to one of the directories
  • Install ZF3 + dependencies:
php composer.phar self-update
php composer.phar install
  • Run the PHP webserver:
php -S localhost:8080 -t public
  • Access from a browser using this URL: http://localhost:8080/

About

Zend Framework 3 Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.5%
  • HTML 20.6%
  • TSQL 2.5%
  • Ruby 1.4%
  • Other 1.0%