PHP Framework
Go to file
2018-01-16 19:04:12 +01:00
.github Re-naming and moving 2016-06-03 21:59:23 +02:00
Account Finalize new tests 2018-01-15 18:51:11 +01:00
Asset Fix package text 2017-12-31 15:35:13 +01:00
Auth Fix package text 2017-12-31 15:35:13 +01:00
Business Finalize new tests 2018-01-15 18:51:11 +01:00
Config @package improvements 2017-12-31 17:04:34 +01:00
Console Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
Contract @package improvements 2017-12-31 17:04:34 +01:00
DataStorage Add default case/exception for database type 2018-01-16 19:04:12 +01:00
Dispatcher Fix package text 2017-12-31 15:35:13 +01:00
Event Fix package text 2017-12-31 15:35:13 +01:00
Localization Finalize new tests 2018-01-15 18:51:11 +01:00
Log @package improvements 2017-12-31 17:04:34 +01:00
Math Finalize new tests 2018-01-15 18:51:11 +01:00
Message Finalize new tests 2018-01-15 18:51:11 +01:00
Model/Html Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
Module Add default case/exception for database type 2018-01-16 19:04:12 +01:00
Router Fix package text 2017-12-31 15:35:13 +01:00
Security Finalize new tests 2018-01-15 18:51:11 +01:00
Socket Fix tests 2018-01-15 18:08:05 +01:00
Stdlib Simplify flag checks 2018-01-16 18:45:53 +01:00
System Simplify flag checks 2018-01-16 18:46:41 +01:00
tests Finalize new tests 2018-01-15 18:51:11 +01:00
Uri Add interface function setRoot 2018-01-16 18:30:32 +01:00
Utils Finalize new tests 2018-01-15 18:51:11 +01:00
Validation Finalize new tests 2018-01-15 18:51:11 +01:00
Version Fix package text 2017-12-31 15:35:13 +01:00
Views Finalize new tests 2018-01-15 18:51:11 +01:00
.gitignore Add git ignore 2018-01-15 18:56:44 +01:00
ApplicationAbstract.php Finalize new tests 2018-01-15 18:51:11 +01:00
Autoloader.php Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
AutoloadException.php Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
composer.json Fix autoload path 2017-02-25 18:31:46 +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 Finalize new tests 2018-01-15 18:51:11 +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\