A modern, lightweight static project.

Maintainers

Package info

github.com/TimeFinanceHub/i012

Language:HTML

Type:project

pkg:composer/syntaxsanctuary/ss-tfh

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-12-06 23:52 UTC

This package is auto-updated.

Last update: 2026-03-07 00:18:56 UTC


README

librería.

Installation

The recommended way to install this library is through Composer.

You can create a new project using this library with the following command:

composer create-project syntaxsanctuary/ss-tfh <my-project>

Packagist Description

The short description of the project that appears on Packagist before the README is configured in the description field of your composer.json file.

{
    "name": "syntaxsanctuary/ss-tfh",
    "description": "librería.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Ramiro",
            "email": "mostlyphpsoftware@email.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": "^8.1"
    },
    "autoload": {
        "psr-4": {
            "syntaxsanctuary\\ss-tfh\\": "src/"
        }
    }
}