Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 736 Bytes

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

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!