About this entry

Introducing Tephlon

Tephlon - Relax, we'll do the plumbery

Tephlon is my new personal project. It’s a library for PHP and written in PHP.

Tephlon provides a persistence layer to your code such that your variables, strings, objects will still be available in the next HTTP request.

It provides a core persistence engine, which takes care of handling and maintaining caching records, and a set of “data types” classes which build the “transparent” persistence abstraction.

It’s still quite new, at the time of writing we’re at version v1_0-pre2 , and the core API is still subject to changes, but the results of performance test and whole architecture are very very promising.

UPDATE: Released version v1_0 generally available for download! I also made a guide for integration with Codeigniter