PHPackages                             thomasdilts/worshiphhn - 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. thomasdilts/worshiphhn

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

thomasdilts/worshiphhn
======================

Church service organizer and planner

v1.0.27-stable(6y ago)018[1 issues](https://github.com/thomasdilts/WorshipHHN/issues)[1 PRs](https://github.com/thomasdilts/WorshipHHN/pulls)GPL-3.0-or-laterPHPPHP &gt;=5.4.0

Since Aug 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thomasdilts/WorshipHHN)[ Packagist](https://packagist.org/packages/thomasdilts/worshiphhn)[ Docs](http://worshiphhn.org/)[ RSS](/packages/thomasdilts-worshiphhn/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (17)Versions (25)Used By (0)

WorshipHHN
==========

[](#worshiphhn)

A worship service planner and organizer.

Documentation and details can be found at

This software is designed to work on an apache, maria database and php environment. A good such environment is XAMPP. see . Perl however is not needed but doesn't harm anything.

You must choose either the **"Zip file installation"** or the **"Composer installation"**

### Zip file installation

[](#zip-file-installation)

This is probably the easiest way to install for most people.

1. Download the latest version zip file found at
2. Install all the files found in the zip file onto your server.

### Composer installation

[](#composer-installation)

If you wish to install with Composer then the command is:

```
composer create-project thomasdilts/worshiphhn
```

### Post installation steps

[](#post-installation-steps)

1. Make sure your server has all the PHP modules you need by looking at the requirements.php page. Here is how mine looks
2. Create a database and user. See below for how to setup WorshipHHN for your database.
3. Install the Example.sql or the Empty.sql onto your database to create all the tables and a startup of data for the tables. You might want to try Example.sql first and then later install Empty.sql to start with an empty database.
4. Your login will be username=Calum, password=1234AAaa Of course you want to change these as soon as you log in.

Files you must change: \_protected/config/db.php You must enter your database settings.

```
