PHP Framework
Go to file
2018-06-24 17:56:25 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Asset Make classes final 2018-05-11 21:33:24 +02:00
Auth Make classes final 2018-05-11 21:33:24 +02:00
Business Remove whitespace 2018-05-21 22:31:14 +02:00
Config Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Console Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
Contract Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
DataStorage Fix required php version 2018-06-20 19:53:24 +02:00
Dispatcher add type hint 2018-06-03 10:34:35 +02:00
Event Fix bugs after adjustments 2018-06-03 16:34:38 +02:00
Localization Move default definitions 2018-06-24 10:09:15 +02:00
Log Improve array type hint 2018-05-31 20:06:54 +02:00
Math Start implementing eigenvaluedecomposition 2018-06-05 18:56:17 +02:00
Message Extend form error levels 2018-06-03 16:49:01 +02:00
Model/Html Add additional meta tag renderings e.g. for fb, twitter etc. 2018-06-20 19:53:08 +02:00
Module Code and docblock optimizations 2018-06-03 16:04:13 +02:00
Router Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Security Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Socket Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Stdlib Code and docblock optimizations 2018-06-03 16:04:13 +02:00
System Remove empty line 2018-06-22 16:04:43 +02:00
tests added extension 2018-06-22 21:58:14 +02:00
Uri Handle open todos 2018-06-03 14:22:05 +02:00
Utils Remove invalid examples 2018-06-22 21:58:00 +02:00
Validation Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
Version Make classes final 2018-05-11 21:33:24 +02:00
Views Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
.gitattributes Add gitattributes 2018-02-23 18:05:38 +01:00
.gitignore ignore linux directory view 2018-06-24 17:30:50 +02:00
ApplicationAbstract.php Remove whitespace 2018-05-21 22:31:14 +02:00
Autoloader.php Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
AutoloadException.php Remove whitespace 2018-05-21 22:31:14 +02: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 Fixed line endings 2018-06-22 16:31:00 +02: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 bad tests 2018-06-24 17:56:25 +02: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\