PHPackages                             1stel/stratostack-records-generation - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 1stel/stratostack-records-generation

AbandonedArchivedProject[Utility &amp; Helpers](/categories/utility)

1stel/stratostack-records-generation
====================================

StratoSTACK Bill Records Generation.

v1.1(10y ago)21092[2 issues](https://github.com/1stel/stratostack-records-generation/issues)PHP

Since May 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/1stel/stratostack-records-generation)[ Packagist](https://packagist.org/packages/1stel/stratostack-records-generation)[ RSS](/packages/1stel-stratostack-records-generation/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

Stratostack Bill Records Generation
-----------------------------------

[](#stratostack-bill-records-generation)

The StratoSTACK Billing Portal enables developers, system integrators, managed service providers, and others providing services over the Apache CloudStack platform to offer Instance creation, provisioning, and billing without purchasing a cost prohibitive billing portal.

### Pre-requisites

[](#pre-requisites)

**Packages**
Apache2
MySQL-5.5+
PHP-5.5.9+
Rabbitmq-server

### Installation

[](#installation)

StratoSTACK uses Composer for dependency management. See its [Download Guide](https://getcomposer.org/download/) for installation instructions.

#### Ubuntu

[](#ubuntu)

**Ubuntu 14.04 Package Dependencies**

```
# sudo apt-get install apache2 php5 mysql-server-5.5 rabbitmq-server php5-mysql php5-mcrypt

```

Uncomment the limit in /etc/default/rabbitmq-server

Enable rabbitMQ management interface:

```
# rabbitmq-plugins enable rabbitmq_management

```

**Setup a RabbitMQ user for Cloudstack**

Browse to http://\[rabbitmq ip\]:15672/. Click Admin. Add a username and password for Cloudstack to use to communicate with RabbitMQ.

Configure ACS Management Servers to send events to RabbitMQ

On your management servers, edit /etc/cloudstack/management/META-INF/cloudstack/core/spring-event-bus-context.xml

Add the following:

```

```

**Install StratoSTACK Bill Records Generation server in /var/www/html**

```
# composer create-project --prefer-dist 1stel/stratostack-records-generation recordsGen

```

**Create MySQL database**

```
# mysqladmin -u -p create cloud_admin

```

The server will also need access to the cloud and cloud\_usage databases used by your Cloudstack installation.

**Update configuration files**

Edit .env, update the DB, CLOUD\_DB and CLOUDUSAGE\_DB sections.

Edit config/cloud.php, and set the resource limits for your cloud. These limits represent the largest instance size your Cloud supports, or the largest size you want to allow to be created.

**Populate the database**

```
# php artisan migrate:install
# php artisan migrate --seed

```

**Update Apache Configuration**

Edit /etc/apache2/sites-enabled/000-default.conf

Change DocumentRoot to /var/www/html/recordsGen/public

Add the following under DocumentRoot:

```

	Options FollowSymLinks
	AllowOverride All

```

Enable mod\_rewrite:

```
# a2enmod rewrite

```

Restart Apache:

```
# service apache2 restart

```

**Set permissions**

```
# chown www-data.www-data /var/www/html/recordsGen -R

```

**Add event scheduler to cron**

Add the following to your crontab:

```
* * * * * root php /var/www/html/recordsGen/artisan schedule:run >> /dev/null 2>&1

```

**Login to BRG**

Browse to http:/// and login with Username: admin, Password: admin.

**Update Settings**

Click on the Settings section if you aren’t directed there automatically. Fill in the management server information and click Sync ACS Settings.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc8a2dc5e88ec9a29eb9946dfead2688cb46fde1c66b42b5f4cdf8a7dd7f1d3d?d=identicon)[nbowyer\_1stel](/maintainers/nbowyer_1stel)

---

Top Contributors

[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (8 commits)")[![bowyern](https://avatars.githubusercontent.com/u/16638480?v=4)](https://github.com/bowyern "bowyern (7 commits)")[![jameshilliard](https://avatars.githubusercontent.com/u/3298484?v=4)](https://github.com/jameshilliard "jameshilliard (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/1stel-stratostack-records-generation/health.svg)

```
[![Health](https://phpackages.com/badges/1stel-stratostack-records-generation/health.svg)](https://phpackages.com/packages/1stel-stratostack-records-generation)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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