Skip to content
Matija Folnovic edited this page Sep 15, 2010 · 3 revisions

Swift

Swift is an open source "port" of Ruby on Rails to PHP. The goal of this project is to help developers build their web applications in a MVC pattern, which lets developers write more readable code.

Features

  • database backend (LDAP, MySQL)
  • MVC
  • views (haml)
  • relationships between models (has one, has many, belongs to)
  • unit testing
  • caching (page, action, fragment, objects in memcache/files/apc)
  • model validations
  • database migrations
  • generators
  • i18n
  • and plenty more

Documentation

Because documentation is often changed, we currently don't provide it. If you want to generate it, run: phpdoc -d swift/lib -t app/public/doc/ -ti "Swift Documentation" -q -dn Swift -s

Notice

This is an alpha (preview) release of Swift. It isn't stable for production yet! If you feel like contributing in this project, contact author on matijafolnovic at gmail dot com. Thank you!

Clone this wiki locally