2017 © Pedro Peláez
 

library vandaphp

Vanda PHP

image

ianchanning/vandaphp

Vanda PHP

  • Friday, April 17, 2015
  • by ianchanning
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Vanda PHP

A bare-bones MVC PHP framework, (*1)

Vanda PHP is a bare-bones MVC PHP framework. It is almost entirely based on the CakePHP framework. The core of being able to split your code into models, views and controllers remains whilst removing all the CakePHP code that you may well already have versions of., (*2)

It is perfect to fit into existing code as at only around 80 lines of code it can be fitted in anywhere. It has been used multiple times in live environments to bring an MVC framework into new section inside existing code or to clean up existing spaghetti code., (*3)

Installation

This is now available via Composer. For a global composer installation run:, (*4)

composer create-project ianchanning/vandaphp path/to/my/project

Included from CakePHP

  • automatic hookup from view -> controller -> model
  • views, with variables generated in the controller
  • controllers, that can call the associated model through $this->modelName and can pass variables to the view through $this->set()
  • basic models
  • layouts (added by popular request!)
  • Disco fever

Missing from CakePHP

  • Behaviors
  • Helpers
  • Components
  • View parameters
  • All that jazz

The Versions

17/04 2015

dev-master

9999999-dev https://github.com/ianchanning/vandaphp

Vanda PHP

  Sources   Download

MIT

The Requires

  • ianchanning/vandaphp-core dev-master

 

by Ian Channing

17/04 2015

2.2.0

2.2.0.0 https://github.com/ianchanning/vandaphp

Vanda PHP

  Sources   Download

MIT

The Requires

  • ianchanning/vandaphp-core dev-master

 

by Ian Channing

17/04 2015

dev-develop

dev-develop https://github.com/ianchanning/vandaphp

Vanda PHP

  Sources   Download

MIT

The Requires

  • ianchanning/vandaphp-core dev-master

 

by Ian Channing

07/04 2015

2.1.1

2.1.1.0 https://github.com/ianchanning/vandaphp

Vanda PHP

  Sources   Download

MIT

The Requires

  • ianchanning/vandaphp-core dev-master

 

by Ian Channing

07/04 2015

2.1.0

2.1.0.0 https://github.com/ianchanning/vandaphp

Vanda PHP

  Sources   Download

MIT

The Requires

  • ianchanning/vandaphp-core dev-master

 

by Ian Channing