Download the PHP package timeax/fortiplugin without Composer

On this page you can find all versions of the php package timeax/fortiplugin. 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 fortiplugin

FortiPlugin

FortiPlugin is a secure, policy‑driven plugin system for PHP applications. It fortifies your plugin ecosystem with install‑time scanning, signed packaging, and host‑enforced rules so third‑party code is verified, auditable, and under your control.

Fortified plugin system for PHP — secure packaging, validation, and install‑time policy enforcement.


✨ Key capabilities


🧭 Why FortiPlugin?

PHP is powerful and dynamic; uploaded plugins can hide payloads in non‑PHP files, comments, or encoded strings. Static scanning alone is not enough — policy must be enforced at packaging and again at installation. FortiPlugin brings that discipline:


🧱 Architecture at a glance


🔒 What the scanner looks for

Dangerous function calls (examples)

eval, assert, exec, shell_exec, passthru, system, popen, proc_open, dl, create_function, reflection‑based invocation.

Dangerous patterns

The scanner is extension‑agnostic. It inspects all files, not just .php.


🧩 Host policy (deny‑by‑default)

FortiPlugin applies a host‑owned policy configuration. At packaging time the developer’s tool fetches it; at install time the host re‑applies it. This makes policy centralised and versioned.

Example: security-policy.json

Philosophy: start from deny by default, allow with intent. Policy changes are audited and versioned.


📦 Package contents (signed)

A valid plugin archive typically includes:


🧪 Install‑time validation flow

  1. Unpack to a staging area (no execution).
  2. Verify the embedded signature & report against the host’s trusted key.
  3. Rescan with the current host policy.
  4. Compare to embedded results; if mismatched/new issues → block.
  5. Decide: install if clean, otherwise require admin override.
  6. Audit: log files, policy version, signature fingerprints, override rationale.

⚙️ Quick start (repo)

Install (dev):

Publish default policy (framework‑agnostic example):

If you don’t use the CLI, place your security-policy.json where your host expects it and point the policy server to it.


🧰 Minimal scanning example (PHP)

Illustrative snippet to show the approach (uses nikic/php-parser). Your implementation will be more robust.


🔏 Admin override (explicit & audited)


🧮 Auditing & logs

For every installation attempt store:


🧰 Optional runtime hardening


📚 Terminology


🗺️ Roadmap


🔁 Migration note (renaming)

This repository supersedes earlier drafts labelled “Secure Plugin”. All docs and identifiers are being migrated to FortiPlugin.


📄 License

TBD — choose a license that matches your distribution goals (MIT/Apache‑2.0/Proprietary). A LICENSE file will be added before tagging a stable release.


🙌 Contributing


🧭 Maintainers

Timeax — security‑first plugin infrastructure.


All versions of fortiplugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
opis/json-schema Version ^2.4
nikic/php-parser Version ^5.6
pragmarx/google2fa-laravel Version ^2.3
ext-sodium Version *
ext-openssl Version *
ext-zlib Version *
ext-curl Version *
ext-zip Version *
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 timeax/fortiplugin contains the following files

Loading the files please wait ...