syntaxsanctuary / ss-tfh
A modern, lightweight static project.
Package info
github.com/TimeFinanceHub/i012
Language:HTML
Type:project
pkg:composer/syntaxsanctuary/ss-tfh
dev-main
2025-12-06 23:52 UTC
Requires
- php: ^8.1
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/"
}
}
}