Go to file
2015-08-26 13:02:41 +02:00
Application Implemented the ability to disable core modules. 2015-07-28 13:09:47 +02:00
Core Added more documentation 2015-08-26 12:29:20 +02:00
Modules Fixed issues where the database is not properly loaded. 2015-07-28 12:06:40 +02:00
tests Fix for namespace clash with sections 2015-05-17 19:03:37 +02:00
.gitignore Fix for issue #51. Tighter checks on input 2015-05-06 18:26:19 +02:00
.htaccess Initial Commit, merge of MicroCore and FuzeWorks3 2015-02-08 17:29:39 +01:00
composer.json Implementation of Composer. Now fully works 2015-07-28 12:08:35 +02:00
CONTRIBUTING.md Add contribution guide 2015-08-26 12:44:03 +02:00
index.php Router and Logger merge with GF, and many more CI Tests 2015-05-03 22:50:36 +02:00
LICENSE Add license 2015-08-26 12:57:22 +02:00
nginx_directives.txt Added the Nginx directives used by the framework 2015-07-07 15:54:01 +02:00
phpunit.xml Added multiple tests and started real continuous integration 2015-05-01 22:47:11 +02:00
README.md Added Readme 2015-08-26 13:02:41 +02:00
VERSION Added version information 2015-05-27 21:57:45 +02:00

TechFuze - FuzeWorks - Readme

Version 0.0.1-DEV

A versatile PHP Framework built to perform.

https://fuzeworks.techfuze.net/

Summary

FuzeWorks is a flexible PHP Framework made for the requirements of todays web. For a summary of features, list of requirements, and installation instructions, please see the documentation in the ./doc/ folder or at http://fuzeworks.techfuze.net/

Copyright © 2013 onwards -- TechFuze

Certain libraries are copyrighted by their respective authors; see the full copyright list for details.

For full copyright information, please see ./doc/copyright.html

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Licensing of current contributions

Beginning on 2013-12-01, new contributions to this codebase are all licensed under terms compatible with GPLv3-or-later. FuzeWorks is currently transitioning older code to GPLv3-or-later, but work is not yet complete.

Enjoy!

TechFuze