For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pre-requisite

This framework needs at least:

  • PHP 8.1+,

  • Extensions:

    • MBString

    • JSON

Depending on the algorithms you using, other PHP extensions may be required (e.g. OpenSSL, Sodium).

Please note that cypher operation may be really slow, especially RSA functions. It is highly recommended to enable GMP or BCMath.

Last updated

Was this helpful?