PHP Framework
Go to file
2018-09-22 13:17:50 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account Fix permission type and error logs 2018-09-21 23:01:49 +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 Fix whitespaces 2018-09-21 23:17:37 +02:00
Dispatcher Phpstan fixes 2018-09-22 12:41:14 +02:00
Event Fix whitespaces 2018-09-21 23:17:37 +02:00
Localization Fix whitespaces 2018-09-21 23:17:37 +02:00
Log More global namespace uses 2018-08-24 15:01:01 +02:00
Math Phpstan fixes 2018-09-22 12:41:14 +02:00
Message Fix edge cases for request types 2018-09-15 17:12:19 +02:00
Model/Html use global namespace 2018-08-24 13:06:04 +02:00
Module Phpstan fixes 2018-09-22 12:41:14 +02:00
Router PhpStan fixes 2018-09-12 22:15:44 +02:00
Security Fix para types 2018-09-11 21:19:55 +02:00
Socket Remove type cast 2018-09-22 13:04:59 +02:00
Stdlib Fix whitespaces 2018-09-21 23:17:37 +02:00
System Fix return type hint 2018-09-22 13:17:50 +02:00
tests Fix whitespaces 2018-09-21 23:17:37 +02:00
Uri Fix whitespaces 2018-09-21 23:17:37 +02:00
Utils Fix whitespaces 2018-09-21 23:17:37 +02:00
Validation Fix whitespaces 2018-09-21 23:17:37 +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 permission type and error logs 2018-09-21 23:01:49 +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\