PHP Framework
Go to file
2018-09-12 21:36:19 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account improve unit tests 2018-08-31 21:15:11 +02:00
Asset use global namespace 2018-08-24 13:06:04 +02:00
Auth Make classes final 2018-05-11 21:33:24 +02:00
Business Fix para types 2018-09-11 21:19:55 +02:00
Config Remove todos and make use of query builder 2018-09-08 18:22:34 +02:00
Contract Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
DataStorage Remove todos and make use of query builder 2018-09-08 18:22:34 +02:00
Dispatcher Make app optional for init 2018-08-29 16:34:52 +02:00
Event use global namespace 2018-08-24 13:06:04 +02:00
Localization Fix para types 2018-09-11 21:19:55 +02:00
Log More global namespace uses 2018-08-24 15:01:01 +02:00
Math Fix para types 2018-09-11 21:19:55 +02:00
Message Index bug fix 2018-09-05 19:26:53 +02:00
Model/Html use global namespace 2018-08-24 13:06:04 +02:00
Module Fix para types 2018-09-11 21:19:55 +02:00
Router Load localization based on language or locale 2018-08-18 09:21:52 +02:00
Security Fix para types 2018-09-11 21:19:55 +02:00
Socket More global namespace uses 2018-08-24 15:01:01 +02:00
Stdlib Add docblocks for phpstan tests 2018-09-12 21:32:59 +02:00
System Fix para types 2018-09-11 21:19:55 +02:00
tests Extend permutation test for other return 2018-09-12 21:36:19 +02:00
Uri Fix para types 2018-09-11 21:19:55 +02:00
Utils Fix para types 2018-09-11 21:19:55 +02:00
Validation Improve tests 2018-09-01 16:28:00 +02:00
Version Make classes final 2018-05-11 21:33:24 +02:00
Views More global namespace uses 2018-08-24 15:01:01 +02:00
.gitattributes Add gitattributes 2018-02-23 18:05:38 +01:00
.gitignore Add code coverage 2018-08-12 10:12:46 +02:00
.travis.yml Add code coverage 2018-08-12 10:12:46 +02:00
ApplicationAbstract.php Hint orgId for public reads 2018-07-27 20:11:43 +02:00
Autoloader.php Implement permission check in routes 2018-08-17 19:56:21 +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 Add code coverage 2018-08-12 10:12:46 +02: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 Add build status 2018-08-12 11:17:24 +02:00
UnhandledHandler.php Fix package docblock 2018-08-24 14:08:19 +02:00

Build Status

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\