PHPackages                             tata-website/tata-steel-sailing - 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. [Framework](/categories/framework)
4. /
5. tata-website/tata-steel-sailing

ActiveProject[Framework](/categories/framework)

tata-website/tata-steel-sailing
===============================

Tata steel sailing club website

1.1.x-dev(5y ago)14BSD-3-ClausePHPPHP ^7.3

Since Nov 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/RhydianJenkins/MVCWebsite)[ Packagist](https://packagist.org/packages/tata-website/tata-steel-sailing)[ RSS](/packages/tata-website-tata-steel-sailing/feed)WikiDiscussions 1.1.x Synced yesterday

READMEChangelogDependencies (15)Versions (1)Used By (0)

Tata Steel Sailing Club Website
===============================

[](#tata-steel-sailing-club-website)

About
-----

[](#about)

This is a Laminas MVC website built for the Tata Steel Sailing Club, which comes with a database, web server, and phpmyadmin.

The website makes external API calls to [ReCaptcha](http://www.google.com/recaptcha/about), [WeatherApi](http://www.weatherapi.com), and [Google Maps](http://developers.google.com/maps/documentation/javascript/get-api-key). API keys will need to be obtained for these services.

Installing with Docker
----------------------

[](#installing-with-docker)

The easiest way to build the project and ensure all dependencies are taken care of is to use [Docker](https://www.docker.com/).

A `docker-compose.yaml` file is provided for use with [docker-compose](https://docs.docker.com/compose/); it uses the provided `Dockerfile` to build a docker image for the `tata_web` container created with `docker-compose`.

Build and start the image and container using:

```
$ git clone https://github.com/RhydianJenkins/MVCWebsite.git path/to/install
$ cd path/to/install
$ docker-compose --env-file ./.env up -d --build
```

At this point, you can visit  to see the site running.

`docker-compose` will also install a [phpmyadmin](https://www.phpmyadmin.net/) client and host it at , a mySQL database, and a mailing server.

Environment variables such as usernames, passwords, and container names can be customised in the provided `.env` file.

You can also run commands such as `composer` in the container. The container environment is named "tata\_web" so you will pass that value to `docker-compose run`:

```
$ docker-compose run tata_web composer install
```

Installing with Composer
------------------------

[](#installing-with-composer)

The project can be built using [Composer](https://getcomposer.org/). If you don't have it already installed, then please install as per the [documentation](https://getcomposer.org/doc/00-intro.md).

To create your new project:

```
$ composer create-project -sdev tata-website/tata-steel-sailing path/to/install
```

Once installed, you can test it out immediately using PHP's built-in web server:

```
$ cd path/to/install
$ php -S 0.0.0.0:8080 -t public
# OR use the composer alias:
$ composer run --timeout 0 serve
```

This will start the cli-server on port 8080, and bind it to all network interfaces. You can then visit the site at .

**Note:** The built-in CLI server is *for development only*.

Database Connections and API Keystores
--------------------------------------

[](#database-connections-and-api-keystores)

Database adapter settings and API keystores are not version controlled, and therefore need to be manually added to the `config/autoload/global.php` configuration file. It is recommended that a new `config/autoload/local.php` file is created containing sensitive information that you do not want to version control. See the [Laminas Docs](https://docs.laminas.dev/laminas-config/intro/) for adding a new configuration file.

After the changes, the resultant project directory should look something like:

```
project
│   README.md
│   ...
│
└───config
│   └───autoload
│       │   global.php
│       │   local.php   # add this new file containing sensitive information
│       │   ...
```

Apache Setup
------------

[](#apache-setup)

If building from source, you may need to setup apache. To do this, setup a virtual host to point to the `public/` directory of the project and you should be ready to go! It should look something like below:

```

    ServerName website.localhost
    DocumentRoot /path/to/install/public

        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all

        Require all granted

```

Credit
------

[](#credit)

The project was originally built from the [Laminas Skeleton](https://github.com/laminas/laminas-mvc-skeleton).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 99.6% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1998d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9198690?v=4)[Rhydian Jenkins](/maintainers/rhydianjenkins)[@RhydianJenkins](https://github.com/RhydianJenkins)

---

Top Contributors

[![RhydianJenkins](https://avatars.githubusercontent.com/u/9198690?v=4)](https://github.com/RhydianJenkins "RhydianJenkins (256 commits)")[![shwnphil](https://avatars.githubusercontent.com/u/73841671?v=4)](https://github.com/shwnphil "shwnphil (1 commits)")

---

Tags

frameworklaminasmvctatasailing

### Embed Badge

![Health badge](/badges/tata-website-tata-steel-sailing/health.svg)

```
[![Health](https://phpackages.com/badges/tata-website-tata-steel-sailing/health.svg)](https://phpackages.com/packages/tata-website-tata-steel-sailing)
```

###  Alternatives

[laminas/laminas-mvc-skeleton

Laminas MVC Skeleton Application

18088.0k](/packages/laminas-laminas-mvc-skeleton)[lm-commons/lmc-user

A generic user registration and authentication module for Laminas. Supports Laminas\\Db and Doctrine2.

1880.7k5](/packages/lm-commons-lmc-user)

PHPackages © 2026

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