PHP Framework
Go to file
2020-05-06 21:24:39 +02:00
.github fix mysql db 2020-04-19 01:20:45 +02:00
Account add tests and fix bugs 2020-04-18 18:33:48 +02:00
Algorithm add tests and fix bugs 2020-04-18 18:33:48 +02:00
Application allow different theme during install 2020-04-27 19:58:26 +02:00
Asset start implementing array{} typehint 2020-02-04 21:52:59 +01:00
Auth cleanup and tests added for ci/cd 2019-11-20 22:27:43 +01:00
Business unit test fixes, phpstan fixes, phpcs fixes 2020-05-06 21:12:20 +02:00
Config php cs and stan fixes 2020-03-02 22:49:33 +01:00
Contract autofixer 2020-03-02 22:50:15 +01:00
DataStorage add tests and fix bugs 2020-04-18 18:33:48 +02:00
Dispatcher move ApplicationAbstract 2020-02-24 21:22:35 +01:00
Event add tests and fix bugs 2020-04-18 18:33:48 +02:00
Localization add tests and fix bugs 2020-04-18 18:33:48 +02:00
Log add tests and fix bugs 2020-04-18 18:33:48 +02:00
Math fix significance bug fix 2020-05-06 21:24:39 +02:00
Message phpcs fixes 2020-04-19 10:39:21 +02:00
Model minor cs fixes 2020-02-25 22:15:28 +01:00
Module fix phpcs 2020-03-14 20:07:03 +01:00
Router add tests and fix bugs 2020-04-18 18:33:48 +02:00
Security start implementing array{} typehint 2020-02-04 21:52:59 +01:00
Socket make null models final 2020-04-13 17:33:31 +02:00
Stdlib make null models final 2020-04-13 17:33:31 +02:00
System add charset enum 2020-04-05 17:08:04 +02:00
tests unit test fixes, phpstan fixes, phpcs fixes 2020-05-06 21:12:20 +02:00
Uri fix query param encoding 2020-05-02 21:02:35 +02:00
Utils cs fixes 2020-04-19 01:25:29 +02:00
Validation improve baseline 2020-02-06 23:53:39 +01:00
Version remove empty line 2019-12-15 14:17:43 +01:00
Views Add function to check data 2020-04-24 18:08:12 +02:00
.gitattributes fix phpcs findings 2019-09-12 19:46:27 +02:00
.gitignore Add cache ignore 2019-07-04 22:36:34 +02:00
Autoloader.php phpcs fix 2020-01-26 12:27:35 +01:00
AutoloadException.php fix phpcs findings 2019-09-12 19:46:27 +02:00
CODE_OF_CONDUCT.md Improve coc and contribution guide 2018-02-06 20:03:43 +01:00
composer.json update phpstan version 2020-04-12 15:56:44 +02:00
composer.lock php cs and stan fixes 2020-03-02 22:49:33 +01:00
CONTRIBUTING.md update issue information 2020-01-12 17:54:24 +01:00
LICENSE.txt Adding license 2015-12-22 18:14:32 +01:00
preload.php fix namespace 2020-01-25 22:13:19 +01:00
Preloader.php start implementing array{} typehint 2020-02-04 21:52:59 +01:00
README.md Update README.md 2019-09-28 20:25:59 +02:00
UnhandledHandler.php remove empty line 2019-12-15 14:17:43 +01:00

Orange-Management

Logo

The phpOMS framework is primarily developed for the Orange Management application which is a modular web application for small to mid sized companies that need CRM, ERP, Intranet and/or CMS functionalities and much more. The framework is also used in some other tools and websites which compliment the Orange Management web application and provides the necessary php functionality.

With Orange-Management you have one partner who can provide all the tools and software solutions you are used to at fair and reasonable prices even for small organizations and companies/startups. Our solutions can be used independently from each other or fully integrated with other solutions we provide. By choosing Orange-Management as your partner you'll be able to adjust your software based on the changes in your requirements without worrying about integration and workflow optimization.

Table of content

Installation

Requirements

Some of the following requirements are only necessary for developers and not for end-users:

  • PHP 7.4
  • PHP extension: php7.4-cli php7.4-common php7.4-mysql php7.4-pgsql php7.4-xdebug php7.4-json php7.4-opcache php7.4-pdo php7.4-sqlite php7.4-mbstring php7.4-curl php7.4-imap php7.4-bcmath php7.4-zip php7.4-dom php7.4-xml php7.4-phar php7.4-gd php7.4-dev php-pear
  • apache2 (recommended) or nginx
  • mysql-server or postgresql postgresql-contrib
  • Make sure that url rewriting is active
  • Download the Orange-Management project or clone the Orange-Management repository (incl. submodules).

Please note if you are only interested in using the framework without the web application you only have to configure your autoloading correctly for the phpOMS framework or use the autoloader provided by the framework in phpOMS/Autoloader.php and install the required php extensions mentioned above.

Setup

After installing the requirements and configuring the webserver for the correct path navigate to https://your_url.com/Install and follow the installation process. Afterwards you will be redirected to the installed backend.

For more detailed information please checkout the Installation Guide for developers or the Installation Guide for end-users.

Philosophy

We believe software should support a business in it's daily tasks and growth in a very efficient way without frustration. In order to achieve this we constantly take feedback from our customers and expand and improve our software solutions.

Since we believe in our software and transparent business model you can live test parts of our application and it's modules in our demo application at https://orange-management.app (user: admin, pass: orange) without any registration or inquiry. This can be done even during the development phase.

Development Status

Currently Orange Management is still developing the first Alpha version. As soon as we have a running Beta version we are allowing external testers to use our software and a selected amount of inhouse developed modules. The phpOMS framework is the component which is developed the furthest and already provides a large amount of functionality which is required by the whole project.

General updates can be found in our info section at https://orange-management.org/info and developer updates can be found in our developer section at https://orange-management.org/dev. In our developer section you can also check out the automatically generated reports such as code coverage, code style, static analysis etc. as well as our code style guide lines and developer documentation.

Preview

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.)

Unit Tests

Run the following command in the parent directory of the framework for unit tests:

php .\phpunit.phar --bootstrap .\phpOMS\tests\Bootstrap.php .\phpOMS\tests\

Become a contributor

Orange-Management has a very open culture and we always welcome new people who share our philosophy in providing create solutions which just work. Please contact us if you are interested in working together on our application.

  • PHP Developer
  • JS Developer
  • Artist and/or Frontend
  • DevOps

Check out https://orange-management.org/career and our developer section https://orange-management.org/dev for more information.

Misc