PHP Framework
Go to file
2018-12-28 19:13:07 +01:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account Improve documentation 2018-12-25 20:09:11 +01:00
Asset Improve documentation 2018-12-25 20:09:11 +01:00
Auth Make classes final 2018-05-11 21:33:24 +02:00
Business Improve documentation 2018-12-25 20:09:11 +01:00
Config Improve documentation 2018-12-25 20:09:11 +01:00
Contract Improve documentation 2018-12-25 20:09:11 +01:00
DataStorage php cs fixer 2018-12-28 19:13:07 +01:00
Dispatcher Fix use order/unused 2018-12-28 18:42:14 +01:00
Event php cs fixer 2018-12-28 19:13:07 +01:00
Localization Improve documentation 2018-12-25 20:09:11 +01:00
Log Use self instead of class 2018-12-10 18:24:46 +01:00
Math php cs fixer 2018-12-28 19:13:07 +01:00
Message php cs fixer 2018-12-28 19:13:07 +01:00
Model php cs fixer 2018-12-28 19:13:07 +01:00
Module php cs fixer 2018-12-28 19:13:07 +01:00
Router Implement more unit tests 2018-12-25 16:17:19 +01:00
Security Fix para types 2018-09-11 21:19:55 +02:00
Socket php cs fixer 2018-12-28 19:13:07 +01:00
Stdlib php cs fixer 2018-12-28 19:13:07 +01:00
System php cs fixer 2018-12-28 19:13:07 +01:00
tests php cs fixer 2018-12-28 19:13:07 +01:00
Uri Fix null typehint order 2018-12-10 18:13:44 +01:00
Utils php cs fixer 2018-12-28 19:13:07 +01:00
Validation Fix use order/unused 2018-12-28 18:42:14 +01:00
Version Make classes final 2018-05-11 21:33:24 +02:00
Views php cs fixer 2018-12-28 19:13:07 +01: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 More tests, test conditions and number_format fixes 2018-10-10 23:32:28 +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\