Download the PHP package apermo/sovereignty without Composer

On this page you can find all versions of the php package apermo/sovereignty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sovereignty

Sovereignty

A semantic, responsive WordPress theme with deep IndieWeb support. Fork of Autonomie by Matthias Pfefferle.

Requirements

Installation

Or download the latest release from GitHub.

Building assets after a Composer install

Compiled CSS is not committed to the repository — it is generated from the SCSS sources by npm run build. After installing via Composer in a Bedrock-style project, run the build inside the theme directory:

In a GitHub Actions deploy workflow, the same step is available as a reusable composite action:

Development

Prerequisites

Quick Start

Build

Lint

Test

E2E Tests

Architecture

The theme uses namespaced PHP classes under Apermo\Sovereignty\ with PSR-4 autoloading:

Configuration is centralized in theme.json with standard WordPress settings and a custom sovereignty section. The sovereignty_config filter allows per-site overrides in multisite.

Supported Plugins

Web Semantics

The theme markup uses microformats, microformats2, and microdata (Schema.org):

Microformats (v1)

Microformats2

Microdata (Schema.org)

IndieWeb

License

MIT License — see LICENSE for details.

Copyright (c) 2018-2025 Matthias Pfefferle Copyright (c) 2025-2026 Christoph Daum

Bundled Resources


All versions of sovereignty with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
composer/installers Version ^2.2
wearerequired/traduttore-registry Version ^2.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apermo/sovereignty contains the following files

Loading the files please wait ...