PHPackages                             bravedave/green - 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. bravedave/green

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

bravedave/green
===============

Support Utiltiy for other applications

v25.11.01(7mo ago)02541MITPHP

Since Aug 18Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/bravedave/green)[ Packagist](https://packagist.org/packages/bravedave/green)[ RSS](/packages/bravedave-green/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (37)Used By (1)

Support Utiltiy for other applications
--------------------------------------

[](#support-utiltiy-for-other-applications)

- Beds - creates and maintains a list of beds suitable for describing houses (1 bed, 2 bed etc.)
- Baths - creates and maintains a list of bathrooms suitable for describing houses (1 bathroom, 2 bath.. etc.)
- People - creates and maintains a basic people database
- Property - creates and maintains a basic property database
- Postcodes - creates and maintains a basic postcode database, complete with list of australian postcodes to import
- Users - creates maintains table of users with designate for active and admin priveligde

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

[](#installation)

```
composer require bravedave/green
```

Use
---

[](#use)

use the composer scripts option to maintin a script which runs on upgrade

```
{
	"scripts": {
		"post-update-cmd": [
			"updater::run"
        ]
    }

}
```

and updater would be in your root directory and look like (for example):

```
