Go to file
Abel Hoogeveen 2ae192b286 Merge branch 'development' into 'master'
Release 1.2.0

After a very long development cycle, 1.2.0 is finally finished.

This release brings a great many new feautures to FuzeWorks. The FuzeWorks Core has been split up into multiple projects to allow a more flexible utilisation.

The following feautures have been implemented in 1.2.0:
- FuzeWorks is now released under the MIT license. This license fits the usage of FuzeWorks in commercial projects more than the former GPLv3 license. 
- FuzeWorks now consists of so-called ``Components``. These Components can be added to the ``FuzeWorks\Configurator`` after which they shall be loaded. Each ``Component`` must have multiple methods which allow them to hook into other ``Components`` to communicate.
- FuzeWorks now supports PHP 7.3 and no longer supports 7.0.
- FuzeWorks now comes with an autoloader in ``FuzeWorks\Core``, allowing the developer to add a classMap to be autoloaded from a specific directory.
- ``FuzeWorks\Core`` now manages all error and exception handlers, executing them by order of ``Priority``

See merge request fuzeworks/core!69
2019-09-18 22:17:43 +00:00
src Implemented changes for 1.2.0-RC5 2019-09-17 23:54:14 +02:00
test Imlemented the autoloader into libraries. 2019-07-27 17:22:12 +02:00
.gitattributes Implemented changes regarding Component and Directory duplicity in the Configurator. Now it is no longer possible to accidentally load the same component or directory twice. 2019-03-01 10:51:51 +01:00
.gitignore Fixed multiple bugs relating the database system. 2017-07-14 16:05:52 +02:00
.gitlab-ci.yml Fixed gitlab-ci. Wrong package installed. 2019-02-11 17:32:00 +01:00
.travis.yml Implemented tests for PHP 7.3 2019-01-11 23:32:56 +01:00
LICENSE Updated copyright notice to 2019 2019-01-10 23:59:00 +01:00
README.md Changed phpunit.xml to no longer include code coverage for the test directory. 2019-02-11 17:57:46 +01:00
composer.json Release release candidate 2 for 1.2.0 2019-02-11 19:49:14 +01:00

README.md

FuzeWorks - Readme pipeline status coverage report

Version 1.2.0

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

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Licensing of current contributions

Beginning on 2018-04-17, new contributions to this codebase are all licensed under terms compatible with the MIT license. FuzeWorks is currently transitioning older code to the MIT License, but work is not yet complete.

Enjoy!

TechFuze