PHP Framework
Go to file
2022-03-22 17:34:58 +01:00
.github fix name 2022-02-19 14:25:29 +01:00
Account fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
Ai fix async 2022-03-17 17:16:25 +01:00
Algorithm impl. standard epsilon value 2022-03-11 23:16:16 +01:00
Application para fix 2022-03-18 19:51:46 +01:00
Asset fix name 2022-02-19 13:57:39 +01:00
Auth fix name 2022-02-19 13:57:39 +01:00
Business fix name 2022-02-19 13:57:39 +01:00
Config fix name 2022-02-19 13:57:39 +01:00
Contract fix name 2022-02-19 13:57:39 +01:00
DataStorage fix limit/sort bug for has many elements 2022-03-17 18:30:11 +01:00
Dispatcher allow event trigger passing 2022-03-11 23:17:38 +01:00
Event allow event trigger passing 2022-03-11 23:17:38 +01:00
Image update cmd handling, fix bugs 2022-03-05 16:58:59 +01:00
Localization fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
Log fix name 2022-02-19 13:57:39 +01:00
Math impl. standard epsilon value 2022-03-11 23:14:38 +01:00
Message fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
Model fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
Module always pass 2022-03-17 22:38:28 +01:00
Router changed badly named permission type to permission category because type should only be read/write/... 2022-03-17 23:01:30 +01:00
Security fix name 2022-02-19 13:57:39 +01:00
Socket fix name 2022-02-19 13:57:39 +01:00
Stdlib fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
System fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
tests fixed php 8.1 type bugs 2022-03-22 17:34:58 +01:00
Uri getRoute now returns the offsetted path by default 2022-03-19 08:15:04 +01:00
Utils fix async 2022-03-17 17:16:25 +01:00
Validation fix name 2022-02-19 13:57:39 +01:00
Version fix name 2022-02-19 13:57:39 +01:00
Views add user name rendering 2022-03-11 23:15:10 +01:00
.gitattributes added git configs 2022-03-05 16:58:20 +01:00
.gitignore Add cache ignore 2019-07-04 22:36:34 +02:00
Autoloader.php fix name 2022-02-19 13:57:39 +01:00
AutoloadException.php fix name 2022-02-19 13:57:39 +01:00
CODE_OF_CONDUCT.md fix name 2022-02-19 13:57:39 +01:00
composer.json fix name 2022-02-19 13:57:39 +01:00
composer.lock fix name 2022-02-19 13:57:39 +01:00
CONTRIBUTING.md fix name 2022-02-19 14:25:29 +01:00
LICENSE.txt fix name 2022-02-19 13:57:39 +01:00
preload.php fix name 2022-02-19 14:25:29 +01:00
Preloader.php fix name 2022-02-19 13:57:39 +01:00
README.md update cmd handling, fix bugs 2022-03-05 16:58:59 +01:00
UnhandledHandler.php fix name 2022-02-19 13:57:39 +01:00

Karaka

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 content

Installation

Requirements

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

  • PHP 8.0
  • PHP extension: php8.0 php8.0-dev php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-xdebug php8.0-opcache php8.0-pdo php8.0-sqlite php8.0-mbstring php8.0-curl php8.0-imap php8.0-bcmath php8.0-zip php8.0-dom php8.0-xml php8.0-phar php8.0-gd php-pear
  • apache2 (recommended) or nginx
  • mysql-server or postgresql postgresql-contrib
  • Make sure that URL rewriting is active
  • Download the Karaka project or clone the Karaka 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

End-User

After installing the requirements and configuring the web server 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.

Developer

https://github.com/karaka-management/Developer-Guide/blob/develop/general/setup.md

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://karaka.app (user: admin, pass: orange) without any registration or inquiry. This can be done even during the development phase.

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

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
  • Image processing
  • 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

Karaka 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://karaka.app/career and our developer section https://karaka.app/dev for more information.

Misc