About the framework

Adamantine

Hardened development; robust reliability

Adamantine is a 'heavy-weight' framework! Why heavy-weight? Because there are already plenty of frameworks out there which are light as a feather. But sometimes you need a level of robustness which these don't provide. Enter Adamantine.

Focusing on issues such as strong data typing, bi-directional input validation, native encryption support and abstracted coding, Adamantine provides a framework for development of web applications which need to put security and reliability at the top of the agenda over speed or scalability.

Adamantine is NOT an MVC framework (there are plenty of those already), but does have support for models inbuilt. It also has common management functionality available for those models should you wish, which reduces the need to write duplicate add/edit/move/delete routines.

Adamantine also makes use of an underlying abstraction framework, removing the need to write HTML and many SQL calls manually. This reduces the chance of one-off errors or mistakes creeping in.


Adamantine - PHP web application framework

Copyright 2013 Pete Morris

Licensed under the MIT and LGPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/lgpl.html