PHP Framework
Go to file
2018-08-24 14:06:05 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account use global namespace 2018-08-24 13:06:04 +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 use global namespace 2018-08-24 13:06:04 +02:00
Config use global namespace 2018-08-24 13:06:04 +02:00
Contract Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
DataStorage comment fixes 2018-08-24 14:06:05 +02:00
Dispatcher use global namespace 2018-08-24 13:06:04 +02:00
Event use global namespace 2018-08-24 13:06:04 +02:00
Localization use global namespace 2018-08-24 13:06:04 +02:00
Log use global namespace 2018-08-24 13:06:04 +02:00
Math comment fixes 2018-08-24 14:06:05 +02:00
Message use global namespace 2018-08-24 13:06:04 +02:00
Model/Html use global namespace 2018-08-24 13:06:04 +02:00
Module use global namespace 2018-08-24 13:06:04 +02:00
Router Load localization based on language or locale 2018-08-18 09:21:52 +02:00
Security Fix download and code inspection bugs 2018-07-31 18:24:49 +02:00
Socket use global namespace 2018-08-24 13:06:04 +02:00
Stdlib use global namespace 2018-08-24 13:06:04 +02:00
System use global namespace 2018-08-24 13:06:04 +02:00
tests use global namespace 2018-08-24 13:06:04 +02:00
Uri use global namespace 2018-08-24 13:06:04 +02:00
Utils use global namespace 2018-08-24 13:06:04 +02:00
Validation comment fixes 2018-08-24 14:06:05 +02:00
Version Make classes final 2018-05-11 21:33:24 +02:00
Views Fix types 2018-07-18 00:05:00 +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 Use global namespace 2018-07-24 20:18:34 +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\