PHP Framework
Go to file
2018-02-15 20:44:57 +01:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account Fix strict_types 2018-02-15 20:27:58 +01:00
Asset Fix strict_types 2018-02-15 20:27:58 +01:00
Auth Fix strict_types 2018-02-15 20:27:58 +01:00
Business Fix strict_types 2018-02-15 20:27:58 +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 Fix strict_types 2018-02-15 20:27:58 +01:00
Dispatcher Fix strict_types 2018-02-15 20:27:58 +01:00
Event Fix strict_types 2018-02-15 20:27:58 +01:00
Localization Type cast fixes 2018-02-15 20:44:57 +01:00
Log Fix strict_types 2018-02-15 20:27:58 +01:00
Math Fix strict_types 2018-02-15 20:27:58 +01:00
Message Fix strict_types 2018-02-15 20:27:58 +01:00
Model/Html Fix strict_types 2018-02-15 20:27:58 +01:00
Module Fix strict_types 2018-02-15 20:27:58 +01:00
Router Fix strict_types 2018-02-15 20:27:58 +01:00
Security Fix strict_types 2018-02-15 20:27:58 +01:00
Socket Fix strict_types 2018-02-15 20:27:58 +01:00
Stdlib Fix strict_types 2018-02-15 20:27:58 +01:00
System Fix strict_types 2018-02-15 20:27:58 +01:00
tests Fix strict_types 2018-02-15 20:27:58 +01:00
Uri Fix strict_types 2018-02-15 20:27:58 +01:00
Utils Fix strict_types 2018-02-15 20:27:58 +01:00
Validation Fix strict_types 2018-02-15 20:27:58 +01:00
Version Fix strict_types 2018-02-15 20:27:58 +01:00
Views Type cast fixes 2018-02-15 20:44:57 +01:00
.gitignore Add git ignore 2018-01-15 18:56:44 +01:00
ApplicationAbstract.php Fix strict_types 2018-02-15 20:27:58 +01:00
Autoloader.php Fix strict_types 2018-02-15 20:27:58 +01:00
AutoloadException.php Fix strict_types 2018-02-15 20:27:58 +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\