PHPackages                             zource/zource - 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. zource/zource

ActiveProject

zource/zource
=============

The open source company management application.

101PHP

Since Aug 10Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

zource
======

[](#zource)

[![Latest Version on Packagist](https://camo.githubusercontent.com/907461afeaa506f7f3780a69e3e47b58167fd24bd9b4309c508bac1ef9b154ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6f757263652f7a6f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zource/zource)[![Software License](https://camo.githubusercontent.com/0505b2ea836e8b135e09a3a99661edfb6675ffd43af8ac78551a7fdea35c8c5e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d70726f70726965746172792d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/8de0c1718fbe155c1d91f86af5e92772a117f9053d1c0d9a76e184e8f3b79461/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a6f757263652f7a6f757263652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zource/zource)[![Coverage Status](https://camo.githubusercontent.com/0cf0cc70878267f167e428f9eecc727007d5b670368ab8c40cb5d705619330f6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7a6f757263652f7a6f757263652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zource/zource/code-structure)[![Quality Score](https://camo.githubusercontent.com/feec512b9571540246fc6ecafe1903baccbbb3fc8ea92b005e8237002efaa307/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7a6f757263652f7a6f757263652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zource/zource)[![Total Downloads](https://camo.githubusercontent.com/1725d73f72b41a4aec464565bea2a0839bcba9a33d6dec6c9ce325a2edf022c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6f757263652f7a6f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zource/zource)

The open source company management application.

Work In Progress
----------------

[](#work-in-progress)

This application is still work in progress.

License
-------

[](#license)

Zource is released under a proprietary license. Please see [License File](LICENSE.md) for more information.

Installation
------------

[](#installation)

Automatic Installation
----------------------

[](#automatic-installation)

**WARNING:** This is still WIP and does not work yet. Please follow the manual installation steps.

To install Zource, several steps need to be taken. These steps are not complex but are time intensive. Therefor we have created an installation script.

```
curl -s https://raw.githubusercontent.com/zource/zource-installer/master/install.sh | sudo bash
```

Manual Installation
-------------------

[](#manual-installation)

1. Clone the project and enter its directory.

```
$ git clone https://github.com/zource/zource.git
$ cd zource
```

2. Install the PHP dependencies:

```
$ composer install --no-dev -o
```

3. Install the Node.JS dependencies, run Bower and run Grunt:

```
$ npm install
$ bower install
$ grunt
```

4. Setup the database connection and fill in the correct data:

```
$ cp config/autoload/doctrine.orm.global.php config/autoload/doctrine.orm.local.php
$ vi config/autoload/doctrine.orm.local.php
```

5. Create the database schema:

```
$ php public/index.php orm:schema-tool:create
```

6. Create a user account:

```
$ php public/index.php zource:account:create
$ Account created with id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```

7. Create an identity for your account to login with:

```
$ php public/index.php zource:identity:create xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx username AwesomeUser
```

*Note that you can replace `AwesomeUser` with anything you would like as your username.*

8. Next create a group with all permissions allowed and add the account to the group

```
$ php public/index.php zource:group:create --name=Administrators
$ Group created with id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
$ php public/index.php zource:group:member --add=account-uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
$ php public/index.php zource:group:permission allow xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```

9. You're done, visit Zource and login with your credentials.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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/0ee7f711ef4d45ada0ac92c7ab2f548055a7cfbe718da6c4bbb81b2f6693c528?d=identicon)[waltertamboer](/maintainers/waltertamboer)

---

Top Contributors

[![waltertamboer](https://avatars.githubusercontent.com/u/508054?v=4)](https://github.com/waltertamboer "waltertamboer (117 commits)")

### Embed Badge

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

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

PHPackages © 2026

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