PHP Framework
Go to file
2019-04-09 22:47:06 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
Account More unit tests 2019-04-09 19:51:07 +02:00
Asset Improve docblocks 2018-12-28 23:08:24 +01:00
Auth Create oauth2 placeholder 2019-02-16 01:29:02 +01:00
Business Fixes 2019-03-31 20:05:49 +02:00
Config Improve documentation 2018-12-25 20:09:11 +01:00
Contract Improve docblocks 2018-12-28 23:08:24 +01:00
DataStorage More unit tests 2019-04-09 19:51:07 +02:00
Dispatcher More unit tests 2019-04-09 19:51:07 +02:00
Event Improve docblocks 2018-12-28 23:08:24 +01:00
Localization More unit tests 2019-04-09 19:51:07 +02:00
Log Use self instead of class 2018-12-10 18:24:46 +01:00
Math Fix bugs 2019-03-09 23:18:21 +01:00
Message More unit tests 2019-04-09 19:51:07 +02:00
Model Allow attributes 2019-04-01 21:54:26 +02:00
Module More unit tests 2019-04-09 19:51:07 +02:00
Router More unit tests 2019-04-09 19:51:07 +02:00
Security Improve docblocks 2018-12-28 23:08:24 +01:00
Socket php cs fixer 2018-12-28 19:13:07 +01:00
Stdlib More unit tests 2019-04-09 19:51:07 +02:00
System Fixes 2019-03-31 20:05:49 +02:00
tests More unit tests 2019-04-09 19:51:07 +02:00
Uri Fixes 2019-03-31 20:05:49 +02:00
Utils More unit tests 2019-04-09 19:51:07 +02:00
Validation Fixes 2019-03-31 20:05:49 +02:00
Version Improve docblocks 2018-12-28 23:08:24 +01:00
Views More unit tests 2019-04-09 19:51:07 +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 More tests, test conditions and number_format fixes 2018-10-10 23:32:28 +02:00
ApplicationAbstract.php Improve localization 2019-03-09 21:42:21 +01:00
Autoloader.php change to include 2018-12-30 20:42:41 +01: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 Update Readme 2019-04-09 22:47:06 +02:00
UnhandledHandler.php Improve docblocks 2018-12-28 23:08:24 +01:00

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\