PHP Framework
Go to file
2023-05-28 12:38:27 +00:00
.github phpcs autofixes 2023-05-28 12:19:04 +00:00
Account cs fixes 2023-05-28 03:56:49 +00:00
Ai phpcs auto fixes 2023-05-28 04:00:43 +00:00
Algorithm rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
Api phpcs auto fixes 2023-05-28 04:00:43 +00:00
Application prepare workflows 2023-04-21 19:13:03 +00:00
Asset registration fixes 2023-03-24 16:20:25 +01:00
Auth registration fixes 2023-03-24 16:20:25 +01:00
Business Add depreciation types 2023-05-24 18:05:33 +00:00
Config registration fixes 2023-03-24 16:20:25 +01:00
Contract registration fixes 2023-03-24 16:20:25 +01:00
DataStorage phpcs auto fixes 2023-05-28 04:00:43 +00:00
Dispatcher phpcs auto fixes 2023-05-28 04:00:43 +00:00
Event registration fixes 2023-03-24 16:20:25 +01:00
Image rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
Localization phpcs auto fixes 2023-05-28 04:00:43 +00:00
Log test fixes + new test data 2023-05-19 02:37:35 +00:00
Math phpcs autofixes 2023-05-28 12:19:04 +00:00
Message phpcs auto fixes 2023-05-28 04:00:43 +00:00
Model rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
Module phpcs autofixes 2023-05-28 12:19:04 +00:00
Router phpcs auto fixes 2023-05-28 04:00:43 +00:00
Security phpcs auto fixes 2023-05-28 04:00:43 +00:00
Socket rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
Stdlib phpcs auto fixes 2023-05-28 04:00:43 +00:00
System phpcs auto fixes 2023-05-28 04:00:43 +00:00
tests phpcs auto fixes 2023-05-28 04:00:43 +00:00
Uri rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
Utils phcbf autofixes 2023-05-28 12:38:27 +00:00
Validation phpcs auto fixes 2023-05-28 04:00:43 +00:00
Version registration fixes 2023-03-24 16:20:25 +01:00
Views rector fixes + bug fixes 2023-05-27 03:06:46 +00:00
.gitattributes ? changes 2022-11-09 22:55:39 +01:00
.gitignore phcbf autofixes 2023-05-28 12:38:27 +00:00
Autoloader.php make id public, organigram impl. media password/encryption, settings bug fix, Money->FloatInt change, ... 2023-05-06 11:42:06 +00:00
AutoloadException.php registration fixes 2023-03-24 16:20:25 +01:00
CODE_OF_CONDUCT.md fix name 2022-02-19 13:57:39 +01:00
composer.json too many changes 2023-03-11 23:38:20 +01:00
composer.lock update configs 2022-09-27 17:41:01 +02:00
CONTRIBUTING.md fixes 2022-04-23 16:30:55 +02:00
ICAL.txt ? changes 2022-11-09 22:55:39 +01:00
LICENSE.txt change license 2022-08-20 11:57:50 +02:00
preload.php registration fixes 2023-03-24 16:20:25 +01:00
Preloader.php registration fixes 2023-03-24 16:20:25 +01:00
README.md fix url 2022-12-16 21:59:21 +01:00
UnhandledHandler.php rector fixes + bug fixes 2023-05-27 03:06:46 +00:00

Logo

The phpOMS framework is primarily developed for the Karaka 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 Karaka web application and provides the necessary php functionality.

With Karaka 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 Karaka 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 Contents

Requirements

  • PHP 8.1
  • PHP extension: php8.1-dev php8.1-cli php8.1-common php8.1-mysql php8.1-pgsql php8.1-xdebug php8.1-opcache php8.1-pdo php8.1-sqlite php8.1-mbstring php8.1-curl php8.1-imap php8.1-bcmath php8.1-zip php8.1-dom php8.1-xml php8.1-phar php8.1-gd php-pear
  • apache2 (recommended) or nginx
  • mysql-server (recommended) or postgresql postgresql-contrib
  • Tools: tesseract-ocr, pdftotext, pdftoppm
  • Make sure that URL rewriting is active!

Developer tools

  • Php extension: xdebug
  • Tools: Composer, Npm
  • Composer tools: phpstan, phpunit, phpcs
  • Npm tools: eslint

Installation

Detailed installation instructions can be found at:

Philosophy & Demo

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.

You can find a freely available online demo at https://demo.karaka.app (user: admin, pass: orange) without any registration or inquiry.

Development status

Currently Karaka 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.

General updates can be found in our info section at https://jingga.app/info and developer updates can be found in our developer section at https://jingga.app/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.

Tech stack

  • Language: php, js, c/c++, c#, html, css, markdown, shell script
  • Database: Maria/MySQL, PostgreSQL, MSSQL/SQLSrv, SQLite
  • Webserver: apache2, nginx
  • Cache: Redis, Memcached

Become a contributor

Karaka has a very open culture and we always welcome new people who share our philosophy in providing create solutions which just work. You can find the development process description which also describes how to become a contributer in the Organization documentation.

Misc