资 源 简 介
This project started out as a personal project to create an application framework, but as the basic idea grew, it took on a life of its own. Not in a feature creep growth, but as a bigger and more important undertaking that I should not undertake entirely by myself.
My hope is to build a loosely coupled, yet rich combination of classes. The original primary target was PHP versions ~~5.1~~ 5.0 and higher. ~~However I have no issues with a PHP 4 version as well, but much more code will be required to properly handle many aspects of the code as it stands.~~
Loose coupling will help those that wish to only use certain components to not have to go through great pains to extract them out. Excellent documentation and unit tests should also help those who wish to take modules out for their own uses.
文 件 列 表
PHP4
FileInput.class.php
HashAlgorithm.class.php
HashInput.class.php
hash_sha256.php
Sha256.class.php
Sha256.test.php
StringInput.class.php
test_sha256.php
UrlInput.class.php
PHP5
FileInput.class.php
HashAlgorithm.class.php
HashInput.class.php
hash_sha256.php
Sha256.class.php
Sha256.test.php
StringInput.class.php
test_sha256.php
UrlInput.class.php