Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
svallory edited this page Jul 5, 2012 · 3 revisions

HamlPHP

From Haml page:

Haml takes your gross, ugly templates and replaces them with veritable Haiku. Haml is a refreshing take that is meant to free us from the shitty templating languages we have gotten used to.

Haml is based on one primary principle. Markup should be beautiful.

However, its not beauty for beauty’s sake. Unspace Interactive and several other professional Rails shops use Haml exclusively for every one of their projects. In fact, it was created for use in highly productive environments. The beauty makes you faster.

Haml is a real solution to a real problem. Stop using the slow, repetitive, and annoying templates that you don’t even know how much you hate yet. Try something new — make templates fun and beautiful again!

If you sit down and try using Haml, you will learn it within 20 minutes.

Well, that's all true! But what if you are not developing a Rails project? What if not even Ruby? If your project is using PHP, you can count on HamlPHP.

Features

  • Whitespace active
  • Well-formatted markup
  • DRY
  • Follows CSS conventions
  • Integrates PHP code

Requirements

  • PHP 5.2 or newer.

Pages

HamlPHP still lack documentation. If you've been using it and know your way around, please help us!

Clone this wiki locally