2017 © Pedro Peláez
 

library phur

Phur - PHP Software Design Patterns framework

image

rickwong/phur

Phur - PHP Software Design Patterns framework

  • Friday, May 31, 2013
  • by RickWong
  • Repository
  • 1 Watchers
  • 25 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phur — PHP Software Design Patterns framework

Phur is a framework for Software Design Patterns, written in PHP 5.3. Phur (Phur: helps u refactor) supplies a framework of flexible & ready-to-use OOP patterns, so you can write loosely-coupled class structures for your business logic and algorithms. Phur is absolutely NOT an MVC framework, although Phur can definitely be used within/with other frameworks. Extend and implement each of the patterns as you need. Phur prefers composition over inheritance, so it makes heavy use of interfaces., (*1)

Build Status, (*2)

Currently implemented: * Abstract Factory * Builder * Chain of Responsibility * Composite * Proxy * Finite State Machine * Strategy * Validation rule sets, (*3)

More design patterns & documentation coming soon in the first official release., (*4)

Installation via Composer

composer require rickwong/phur dev-master

https://packagist.org/packages/rickwong/phur, (*5)

Licensed under the BSD (Berkeley Software Distribution) License. Copyright (c) 2012, Rick Wong. All rights reserved., (*6)

The Versions

31/05 2013

dev-master

9999999-dev https://github.com/RickWong/Phur

Phur - PHP Software Design Patterns framework

  Sources   Download

BSD-2-Clause

The Development Requires

framework collection validation proxy chain factory rules builder patterns strategy fsm state design machine composite phur