PHPackages                             nicklaros/pos - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. nicklaros/pos

ActiveApplication

nicklaros/pos
=============

Next Generation Point Of Sale Application

37634[2 issues](https://github.com/nicklaros/POS/issues)JavaScript

Since Nov 4Pushed 11y ago4 watchersCompare

[ Source](https://github.com/nicklaros/POS)[ Packagist](https://packagist.org/packages/nicklaros/pos)[ RSS](/packages/nicklaros-pos/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

POS - Next Generation Point Of Sale Application
===============================================

[](#pos---next-generation-point-of-sale-application)

Demo
----

[](#demo)

site =

user = admin

pass = admin

Requirements
------------

[](#requirements)

- [`Sencha CMD`](http://www.sencha.com/products/sencha-cmd/download)
- [`ExtJS 5`](http://www.sencha.com/products/extjs/download/ext-js-5.0.1/)
- [`Composer`](https://getcomposer.org/)
- [`Memcache`](http://memcached.org/)
- [`Zero MQ`](http://zeromq.org/)
- Httpd server (nginx, apache atau lainnya)
- MariaDB atau MySql
- PHP 5.4 +
- [`Propel ORM`](http://propelorm.org/) \[Optional\]

Backend Repository
------------------

[](#backend-repository)

[`POS-ws-server`](https://github.com/nicklaros/POS-ws-server)

Setting Up POS Project
======================

[](#setting-up-pos-project)

- Clone or fork POS to your computer
- Use `composer update` command in POS root directory to tell composer to gather required dependencies for you
- Import database from included sql file in `database` folder
- Before viewing it on Browser, you must run `sencha app build` command in POS root directory to build POS Project

Building Project for Production
===============================

[](#building-project-for-production)

Use following command in POS root directory to build project

```
$ sencha app build
```

Database Scheme
===============

[](#database-scheme)

[Click here to view database scheme](https://github.com/nicklaros/POS-ws-server/blob/master/schema.xml)

Important Information
=====================

[](#important-information)

- By default, POS will try to connect websocket at `ws://pos.localhost:8080`, so that means you have to set your POS development address to `http://pos.localhost` and make sure `port 8080`is open. Edit these two file if you want to change default setting

    - Frontend: `POS/app/fn/Util.js` on `line 19`

        ```
        Ext.ws.Main = POS.fn.WebSocket.create('ws://pos.localhost:8080/POS/Mains');
        ```
    - Backend: `POS-ws-server/bin/server.php` on `line 20`

        ```
        $app = new App('pos.localhost', 8080);
        ```

    Important to note that the address and port on each file above must be identical or the connection will fail!
- Default MySql database configuration:

    - host: "localhost"
    - database: "pos"
    - user: "root"
    - password: "sqlpass"

    Edit these two file if you want to change default setting

    - Frontend: `POS/remote/propel-config.php`
    - Backend: `POS-ws-server/propel-config.php`

Files and Folders
=================

[](#files-and-folders)

The following files are all needed to build and load the application.

- `"app.json"` - The application descriptor which controls how the application is built and loaded.
- `"app.js"` - The file that launches the application. This is primarily used to launch an instance of the `MyApp.Application` class.
- `"index.html"` - The default web page for this application. This can be customized in `"app.json"`.
- `"build.xml"` - The entry point for Sencha Cmd to access the generated build script. This file is a place where you can hook into these processes and tune them. See the comments in that file for more information.
- `".sencha"` - This (typically hidden) folder contains the generated build scripts and configuration files for the application. This folder is required in order to build the application but its content should not need to be edited in most cases. The content of this folder is updated by "sencha app upgrade".

These files can be ignored from source control as they are regenerated by the build process.

- `"build"` - This folder contain the output of the build. The generated CSS file, consolidated resources and concatenated JavaScript file are all stored in this folder.
- `"bootstrap.*"` - These files are generated by the build and watch commands to enable the application to load in "development mode".

POS/app
-------

[](#posapp)

This folder contains the JavaScript files for the application.

POS/resources
-------------

[](#posresources)

This folder contains static resources (typically an `"images"` folder as well).

POS/overrides
-------------

[](#posoverrides)

This folder contains override classes. All overrides in this folder will be automatically included in application builds if the target class of the override is loaded.

POS/sass
--------

[](#possass)

This folder contains the styling for the application's views. See POS/sass/Readme.md for details.

Future Development
==================

[](#future-development)

[See future development plan here](https://github.com/nicklaros/POS/wiki/Plan)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0701f06b1f3c84f046930004ada52b06b270c825be3fb294e00fb3f8c0b91f9b?d=identicon)[nicklaros](/maintainers/nicklaros)

---

Top Contributors

[![nicklaros](https://avatars.githubusercontent.com/u/2937466?v=4)](https://github.com/nicklaros "nicklaros (88 commits)")

### Embed Badge

![Health badge](/badges/nicklaros-pos/health.svg)

```
[![Health](https://phpackages.com/badges/nicklaros-pos/health.svg)](https://phpackages.com/packages/nicklaros-pos)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
