PHPackages                             hojalatheef/sitepackageone-distrubution - 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. hojalatheef/sitepackageone-distrubution

ActiveProject[Framework](/categories/framework)

hojalatheef/sitepackageone-distrubution
=======================================

TYPO3 Sitepackage for OnePage templates

10PHP

Since Aug 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hojalatheef/sitepackageone-distribution)[ Packagist](https://packagist.org/packages/hojalatheef/sitepackageone-distrubution)[ RSS](/packages/hojalatheef-sitepackageone-distrubution/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SitePackageOne Distribution
===========================

[](#sitepackageone-distribution)

[![Packagist](https://camo.githubusercontent.com/5ee9b5be33b429cd91d7c89cc45211ab0e172179f41b8dc26888cb6c6cf0479c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d2d677265792e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/hojalatheef/sitepackageone-distribution/)[![TYPO3 13.2](https://camo.githubusercontent.com/c5dfa924fb8403df7091b413d18fc6e019ca72d8f0b7efab6716da105188f1b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e322d677265656e2e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7479706f33)](https://get.typo3.org/version/13)

SitePackageOne is a TYPO3 site package designed for a one-page website. This package provides the necessary templates, TypoScript configuration, and content elements to quickly set up a modern, responsive one-page site using TYPO3 version 13.

Requirements
------------

[](#requirements)

- TYPO3 v13
- PHP 8.2 or higher
- MySQL 5.7+ or MariaDB 10.4+
- Web server (Apache, Nginx)

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

[](#installation)

### 1. Set Up TYPO3 Environment

[](#1-set-up-typo3-environment)

#### Prerequisites:

[](#prerequisites)

- Ensure your web server, PHP, and database are correctly set up and configured.

Clone the `sitepackageone` repository to your local machine.

```
git clone git@github.com:hojalatheef/sitepackageone-distribution.git
cd sitepackageone-distribution
```

### 2. Start DDEV

[](#2-start-ddev)

Ensure you have DDEV installed on your system. If not, follow the DDEV installation guide.

Start the DDEV environment:

```
ddev start
```

### 3. Install Dependencies

[](#3-install-dependencies)

```
ddev composer install
```

### 4. Customize Your One-Page Template

[](#4-customize-your-one-page-template)

1. **Create Content Elements**:

    - Go to "WEB" &gt; "Page".
    - Create and configure content elements on your root page using the provided templates.
2. **Edit HTML Templates**:

    - The HTML templates are located in `Source/Extension/sitepackageone/Resources/Private/Templates`.
    - Customize these templates to fit your design needs.

### 5. Add Custom Styles and Scripts

[](#5-add-custom-styles-and-scripts)

1. **CSS and JS Files**:

    - Add your custom CSS files to `Source/Extension/sitepackageone/Resources/Public/Css`.
    - Add your custom JavaScript files to `Source/Extension/sitepackageone/Resources/Public/JavaScript`.
2. **Include Custom Styles and Scripts in TypoScript**:

    - Open the TypoScript setup file located at `Source/Extension/sitepackageone/Configuration/TypoScript/setup.typoscript`.
    - Include your custom styles and scripts as needed:

    ```
    page.includeCSS {
        file1 = EXT:sitepackageone/Resources/Public/Css/styles.css
    }

    page.includeJSFooter {
        file1 = EXT:sitepackageone/Resources/Public/JavaScript/scripts.js
    }

    ```

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

[](#contributing)

We welcome contributions to improve SitePackageOne. Please submit issues and pull requests on the [GitHub repository](https://github.com/yourusername/sitepackageone).

License
-------

[](#license)

SitePackageOne is released under the MIT License. See the [LICENSE](LICENSE)file for more details.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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/01abcb44c78e129b11835025f7595e5fc26fca9949e7c5d904aa873fec6e1b5e?d=identicon)[hojaonline](/maintainers/hojaonline)

---

Top Contributors

[![hojalatheef](https://avatars.githubusercontent.com/u/144037456?v=4)](https://github.com/hojalatheef "hojalatheef (17 commits)")

### Embed Badge

![Health badge](/badges/hojalatheef-sitepackageone-distrubution/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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