README.txt 729 B

123456789101112131415161718192021
  1. -------
  2. Summary
  3. -------
  4. Minimalistic is a set of classes to create websites with. The core exists of
  5. a class autoloader, a template parser, a logger and some array manipulation
  6. functions. No MVC 'model' implementation is included, there are already many
  7. of these out there (PHPActiveRecord is recommended).
  8. ----------
  9. Unit tests
  10. ----------
  11. Unit tests are in the 'tests/' directory. PHPUnit is used to run tests. The
  12. PHP extension Xdebug needs to be installed in order to generate a code
  13. coverage report. To run unit tests, simply run 'phpunit' in the root
  14. directory.
  15. -------------
  16. Documentation
  17. -------------
  18. PhpDocumentor can be used to generate documentation in the 'docs/' directory.
  19. Just run 'phpdoc' in the root directory.