PHP Framework
Go to file
2018-02-26 19:46:50 +01:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account code fixes 2018-02-16 13:34:41 +01:00
Asset Fix strict_types 2018-02-15 20:27:58 +01:00
Auth code fixes 2018-02-16 13:34:41 +01:00
Business Add more tests 2018-02-22 13:54:08 +01:00
Config Fix strict_types 2018-02-15 20:27:58 +01:00
Console Fix strict_types 2018-02-15 20:27:58 +01:00
Contract Fix strict_types 2018-02-15 20:27:58 +01:00
DataStorage Remove is_null 2018-02-26 19:46:50 +01:00
Dispatcher phpcs fixes 2018-02-16 15:28:07 +01:00
Event docblock param alignment 2018-02-16 13:42:35 +01:00
Localization phpcs fixes 2018-02-17 19:51:19 +01:00
Log Add more tests 2018-02-22 13:54:08 +01:00
Math Fix package name 2018-02-26 19:45:35 +01:00
Message Turn exceptions in false returns 2018-02-26 19:46:28 +01:00
Model/Html Add more tests 2018-02-22 13:54:08 +01:00
Module phpcs fixes 2018-02-17 19:51:19 +01:00
Router code fixes 2018-02-16 13:34:41 +01:00
Security Add more tests 2018-02-22 13:54:08 +01:00
Socket phpcs fixes 2018-02-17 22:05:29 +01:00
Stdlib phpcs fixes 2018-02-17 22:05:29 +01:00
System Remove is_null 2018-02-26 19:46:50 +01:00
tests Turn exceptions in false returns 2018-02-26 19:46:28 +01:00
Uri phpcs fixes 2018-02-16 15:28:07 +01:00
Utils Remove is_null 2018-02-26 19:46:50 +01:00
Validation More tests (math tests) and fixes 2018-02-25 16:12:31 +01:00
Version Fix strict_types 2018-02-15 20:27:58 +01:00
Views More tests (math tests) and fixes 2018-02-25 16:12:31 +01:00
.gitattributes Add gitattributes 2018-02-23 18:05:38 +01:00
.gitignore Add git ignore 2018-01-15 18:56:44 +01:00
ApplicationAbstract.php code fixes 2018-02-16 13:34:41 +01:00
Autoloader.php Fix strict_types 2018-02-15 20:27:58 +01:00
AutoloadException.php code fixes 2018-02-16 13:34:41 +01:00
CODE_OF_CONDUCT.md Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
composer.json Fix autoload path 2017-02-25 18:31:46 +01:00
CONTRIBUTING.md Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
LICENSE.txt Adding license 2015-12-22 18:14:32 +01:00
README.md Simplify flag checks 2018-01-16 18:45:53 +01:00
UnhandledHandler.php Fix strict_types 2018-02-15 20:27:58 +01:00

Maintainability

General

The phpOMS framework provides many features to manage and create a web application and its backend. Additionally to the framework features it also includes many utils and api integrations that provides additional functionality.

Features

Features this framework provides are:

  • Account/Group management
  • Permission management
  • Asset management
  • Business logic (e.g. sales, marketing, etc.)
  • Console support
  • WebSocket support
  • Event management
  • Database management
  • Cache management
  • Dispatcher
  • Router
  • Authentication
  • Localization
  • Logging (console/backend)
  • Request/Response management
  • Math (e.g. matrix, forecasting, optimization, geometry, stochastics, etc.)
  • Module management
  • Uri
  • Utils (e.g. barcodes, comporession, unit converter, jobqueue, git, etc.)
  • Value validation
  • View management
  • Stdlib (e.g. graph, map, queue, enum, etc.)

Development Status

The framework reached a point where it can be already used albeit many features are still under development.

Unit Tests

Run the following command for unit tests:

php .\phpunit.phar --bootstrap .\phpOMS\tests\Bootstrap.php .\phpOMS\tests\