PHP Framework
Go to file
2018-03-14 10:00:04 +01:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account Remove nullable for default null para 2018-03-14 09:50:58 +01:00
Asset Nullable+void typehint 2018-03-13 20:55:49 +01:00
Auth Nullable+void typehint 2018-03-13 20:55:49 +01:00
Business Remove empty construct 2018-03-14 09:57:41 +01:00
Config Nullable+void typehint 2018-03-13 20:55:49 +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 Nullable+void typehint 2018-03-13 20:55:49 +01:00
Dispatcher Nullable+void typehint 2018-03-13 20:55:49 +01:00
Event Nullable+void typehint 2018-03-13 20:55:49 +01:00
Localization Nullable+void typehint 2018-03-13 20:55:49 +01:00
Log Fix return type docblock 2018-03-14 10:00:04 +01:00
Math Nullable+void typehint 2018-03-13 20:55:49 +01:00
Message Nullable+void typehint 2018-03-13 20:55:49 +01:00
Model/Html Nullable+void typehint 2018-03-13 20:55:49 +01:00
Module Nullable+void typehint 2018-03-13 20:55:49 +01:00
Router Nullable+void typehint 2018-03-13 20:55:49 +01:00
Security Add more tests 2018-02-22 13:54:08 +01:00
Socket Nullable+void typehint 2018-03-13 20:55:49 +01:00
Stdlib Nullable+void typehint 2018-03-13 20:55:49 +01:00
System Nullable+void typehint 2018-03-13 20:55:49 +01:00
tests Nullable+void typehint 2018-03-13 20:55:49 +01:00
Uri Nullable+void typehint 2018-03-13 20:55:49 +01:00
Utils Nullable+void typehint 2018-03-13 20:55:49 +01:00
Validation Nullable+void typehint 2018-03-13 20:55:49 +01:00
Version Fix strict_types 2018-02-15 20:27:58 +01:00
Views Nullable+void typehint 2018-03-13 20:55:49 +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 Nullable+void typehint 2018-03-13 20:55:49 +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 Nullable+void typehint 2018-03-13 20:55:49 +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\