Go to file
Abel Hoogeveen d086923f83 Modernized the framework to work with PHP 7.1.
- Events have been moved and are now loaded through autoloading.
- FuzeWorks\Configurator now supports a setDebugEmail() method which will pass an email address to Tracy.
- The FuzeWorks Module system has been removed
- FuzeWorks\Layout is no longer a static class
- Fixed multiple bugs where paths were case-sensitive and did not work under Linux
- Latte engine is now able to return layouts and not only view them
2017-07-14 16:11:35 +02:00
CI Implemented xdebug in Gitlab CI and added code coverage systems 2016-06-04 16:17:21 +02:00
src Modernized the framework to work with PHP 7.1. 2017-07-14 16:11:35 +02:00
tests Updated license headers of all updated files. 2016-08-07 13:22:08 +02:00
.gitattributes Updated GitAttributes to only export necessary files. 2016-08-07 13:24:45 +02:00
.gitignore Fixed multiple bugs relating the database system. 2017-07-14 16:05:52 +02:00
.gitlab-ci.yml Changed all directory pointers in FuzeWorks to use the directories defined in FuzeWorks\Core. 2016-07-07 17:48:09 +02:00
.htaccess Initial Commit, merge of MicroCore and FuzeWorks3 2015-02-08 17:29:39 +01:00
.travis.yml Fixed multiple bugs relating the database system. 2017-07-14 16:05:52 +02:00
composer.json Modernized the framework to work with PHP 7.1. 2017-07-14 16:11:35 +02:00
CONTRIBUTING.md Changed license headers and version information. 2016-07-23 17:06:19 +02:00
DCO Added contribution license 2015-08-26 13:11:33 +02:00
LICENSE Add license 2015-08-26 12:57:22 +02:00
README.md Changed license headers and version information. 2016-07-23 17:06:19 +02:00

FuzeWorks - Readme build status

Version 1.0.0-DEV

A versatile PHP Framework built to perform.

https://techfuze.net/fuzeworks

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://techfuze.net/fuzeworks

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 2015-08-26, 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