Odin Assemble is a small footprint PHP framework designed to help you create and maintain dynamic websites without a content management system.

Odin Assemble Extras

As the framework developments we've found the need to create a few extras that can be added to your Odin Assemble web-site for additional features.

Handlers

  • Authorization Handler

    If you need to add basic authorization (using HTTP Basic Authentication) then you will want to install the Odin Assemble Authorization Handler.

  • Post Handler
    (md5: 928c78b0ba9b82532ff90993b91b8691)

    If you plan on using the post method with Odin Assemble you'll need to create a directory /post and place the Post Handler inside. That will create a valid url at the address:

    • http://www.yourdomain.com/post/post.php

    When posting to Odin Assemble, use the above address and make sure to include an additional variable page that identifies where you'd like to post to in the Odin Assemble framework. You can see the handler in action here and also view the source to see a real world example of the page variable in use.