NaturePhp is a non-intrusive Library system for PHP 5+.
It is aimed at intermediate and advanced php developers providing lot's of non-intrusive functionalities for websites and applications development.
The pack includes a few basic classes and many more will be available to download soon at http://naturephp.org.
All available classes are stored at "nphp/libs/", if you want to use some of your own classes just add them to this folder.
NaturePHP requires PHP 5+ .
Some libraries might require PHP 5.2+ or even PHP 5.3+
.1 Copy "nphp/" folder to your site's folder (or whatever folder you wish).
.2 Use [ include('nphp/init.php'); ] to include NaturePHP's autoloader into you site/app instance.
(or can include it in your header/init file?)
.3 Using Lib Classes //
Instance any [ new Example(); ] or call [ Example::Method(); ] and NaturePHP automatically loads the class for you if not yet loaded.
For more information and further documentation please refer to the included nphp/readme.txt or go to http://naturephp.org.
NaturePhp is licensed under the MIT License
Carlos Ouro ()
()
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/carlosouro/NaturePHP