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

ActiveTypo3-cms-extension

hojalatheef/sitepackageone
==========================

Site package for sitepackageone distribution

11PHP

Since Aug 7Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Extension `sitepackageone`
================================

[](#typo3-extension-sitepackageone)

[![Packagist](https://camo.githubusercontent.com/5ee9b5be33b429cd91d7c89cc45211ab0e172179f41b8dc26888cb6c6cf0479c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d2d677265792e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/hojalatheef/sitepackageone/)[![Latest Stable Version](https://camo.githubusercontent.com/abe530113cedf3365f4b61d6b3645fffa314955262397c660284ba48b27f743b/68747470733a2f2f706f7365722e707567782e6f72672f686f6a616c6174686565662f736974657061636b6167656f6e652f762f737461626c652e7376673f7374796c653d666f722d7468652d6261646765)](https://extensions.typo3.org/extension/sitepackageone/)[![Total Downloads](https://camo.githubusercontent.com/cc53b9c7e4c4036d4cda240d91c6afea65ff8c131d7226bebe2d8aea86478a3b/68747470733a2f2f706f7365722e707567782e6f72672f686f6a616c6174686565662f736974657061636b6167656f6e652f642f746f74616c2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/hojalatheef/sitepackageone/)[![Monthly Downloads](https://camo.githubusercontent.com/f1ac037894034c46a8249a7d88cd48fb76629a52d832cec5d0e57161e8735711/68747470733a2f2f706f7365722e707567782e6f72672f686f6a616c6174686565662f736974657061636b6167656f6e652f642f6d6f6e74686c793f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/hojalatheef/sitepackageone/)[![TYPO3 13.2](https://camo.githubusercontent.com/c5dfa924fb8403df7091b413d18fc6e019ca72d8f0b7efab6716da105188f1b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e322d677265656e2e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7479706f33)](https://get.typo3.org/version/13)

[![Build Status](https://github.com/hojalatheef/sitepackageone/actions/workflows/ci.yml/badge.svg)](https://github.com/hojalatheef/sitepackageone/actions/workflows/ci.yml/badge.svg)

SitePackageOne is a TYPO3 extension designed to provide a comprehensive one-page website template. It includes pre-configured templates, TypoScript setup, and custom content elements tailored for a modern, responsive one-page site.

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

[](#requirements)

- TYPO3 v13
- PHP 8.2 or higher

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

[](#installation)

```
composer req hojalatheef/sitepackageone
```

### 2. Include TypoScript Template

[](#2-include-typoscript-template)

1. **Go to Template Module**:

    - Navigate to "WEB" &gt; "Template".
2. **Select Root Page**:

    - Select your root page.
3. **Edit Template Record**:

    - Click on "Info/Modify" and then "Edit the whole template record".
4. **Include Static TypoScript**:

    - In the "Includes" tab, add `sitepackageone` to the "Include static (from extensions)" field.

### 3. Set Up Root Page

[](#3-set-up-root-page)

Ensure you have a root page created in the "WEB" &gt; "Page" module.

- Set the root page as the site root by right-clicking on the page and selecting "Edit".
- In the "Behavior" tab, check the "Use as Root Page" option.

### 4. Customize Your One-Page Template

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

#### Create Content Elements

[](#create-content-elements)

- Go to "WEB" &gt; "Page".
- Create and configure content elements on your root page using the provided templates.

#### Edit HTML Templates

[](#edit-html-templates)

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

### 5. Add Custom Styles and Scripts

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

#### CSS and JS Files

[](#css-and-js-files)

- Add your custom CSS files to `EXT:sitepackageone/Resources/Public/CSS`.
- Add your custom JavaScript files to `EXT:sitepackageone/Resources/Public/JavaScript`.

#### Include Custom Styles and Scripts in TypoScript

[](#include-custom-styles-and-scripts-in-typoscript)

Open the TypoScript setup file located at `EXT:sitepackageone/Configuration/TypoScript/setup.typoscript` and 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
}

```

Development
-----------

[](#development)

### Local Development with DDEV

[](#local-development-with-ddev)

1. **Start DDEV Environment**: Ensure you have [DDEV](https://ddev.readthedocs.io/en/stable/) installed on your system.

    ```
    ddev start
    ```
2. **Access TYPO3 Backend**: Navigate to and log in with your admin credentials.

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

Popularity3

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 (16 commits)")

### Embed Badge

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

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

PHPackages © 2026

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