https://github.com/settermjd/zf2forbeginners
The aim of this repository is to support the upcoming book - Zend Framework 2 For Beginners https://leanpub.com/zendframework2-for-beginners
https://github.com/settermjd/zf2forbeginners
Last synced: 9 months ago
JSON representation
The aim of this repository is to support the upcoming book - Zend Framework 2 For Beginners https://leanpub.com/zendframework2-for-beginners
- Host: GitHub
- URL: https://github.com/settermjd/zf2forbeginners
- Owner: settermjd
- License: bsd-3-clause
- Created: 2014-09-01T09:46:53.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2015-03-30T20:10:15.000Z (about 11 years ago)
- Last Synced: 2025-03-23T22:23:11.849Z (about 1 year ago)
- Language: PHP
- Size: 657 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zend Framework 2 For Beginners
## Introduction
The aim of this repository is to support the upcoming book, [Zend Framework 2 for Beginners](https://leanpub.com/zendframework2-for-beginners). It makes as much usage of the respective components of Zend Framework 2 as are required to support the book and the concepts which it attempts to teach.
Lifting a bit out of the book, these areas are:
### Core Patterns (including):
- Factory
- MVC
- Observer/Subscriber
- Inversion of Control
### Core Concepts (including):
- ModuleManager
- EventsManager
- ServiceManager
- Dependency Injection
- Modules
- Routing
- Configuration
- Controllers & Actions
- Testing
- Deployment
### Additional Areas
- ZFTool
- External Modules
- Diagnostics
It's not aimed at people who are already proficient with Zend Framework 2, but those new to it, whether transitioning from Zend Framework 1, another framework or those getting in to using frameworks with PHP.
## Getting Started
To get started with the project, simply clone it, then in the cloned project directory, run `vagrant up`. The project contains a Vagrant/Puppet virtual machine configuration, configured using [PuPHPet](http://www.puphpet.com). So there's no software to install, other than [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and [Vagrant](http://vagrantup.com/downloads.html).
## Bugs
If you find a bug in the code as always, let me know [by creating an issue](https://github.com/settermjd/zf2forbeginners/issues/). If there's a bug in the virtual machine, consider reporting an issue in [the PuPHPet issues tracker](https://github.com/puphpet/puphpet) or reviewing it to see if the issue's already been addressed.