Nephtali

A simple, security-focused web framework

A simple, security-focused web framework for Apache servers running PHP 5

  1. Simple to install

    1. Upload the Nephtali directory.
    2. Configure the directory that will be using Nephtali.

    » View the installation guide.

  2. Simple to secure

    • Integrated input validation.
    • Automatic output escaping, with the ability to add whitelist items.
  3. Simple to craft your markup

    XHTML, RSS, & ATOM files all contain just XML.

    » View examples of the markup.

  4. Simple to program PHP

    • A simple, small codebase that's easy to extend/alter.
    • The framework-specific jargon is limited and the framework offers the freedom to implement the conventions/patterns you prefer.
    • Easily integrates with other established PHP frameworks and component libraries that employ a PEAR-style class naming convention.
  5. Simple to 2.0

Download Nephtali version 0.2.2 from Google Code

SHA1 Checksum: c336f34b38a46abb216882b85b788baba37194f5

Announcements

  • Encryption added to security features

    The most recent release of Nephtali (0.1.8) includes encryption capabilities for ports, and adds methods for setting encrypted sessions and cookies.

  • SANS Institute highlights PHP vulnerability

    The SANS Institute 2007 update on the top 20 security risks points specifically to PHP web applications that enable the PHP setting 'allow_url_fopen.' Nephtali now turns that setting off by default (along with 'magic_quotes_gpc.')

  • Data regions make adding headers and footers easy

    In pipe regions in your pages, you can now signal which markup is to be repeated by tagging it as a 'data' region. Any content outside of the data region is only rendered once, making it easy to render headers or footers in your markup.

Sites using Nephtali

  • nephtaliproject.com

    The site for information regarding the Nephtali web framework. Yep, we eat our own dogfood and love it :)


Copyright © 2007, Adam J. Richardson, unless otherwise noted.

The Nephtali web framework is released under the MIT License.