mpjensen / foxtrot
Foxtrot MVC Framework
3.0.0
2026-08-05 17:21 UTC
Requires
- fakerphp/faker: ^1.24
- firebase/php-jwt: ^6.11
- mirazmac/dotenvwriter: ^0.6.0
- symfony/deprecation-contracts: ^3.6
- symfony/intl: ^8.0
- symfony/polyfill-ctype: ^1.33
- symfony/polyfill-mbstring: ^1.33
- twig/intl-extra: ^3.26
- twig/twig: ^3.21
Requires (Dev)
- phpunit/phpunit: ^12.3
This package is not auto-updated.
Last update: 2026-08-06 14:14:30 UTC
README
This is the template for mpjsoft sites.
the site will be verified by the reciever by using the public key found in App/Keys For each site a new private/public RSA kye must be created and added to the project in App/Keys
The public key must be added to the database that reciever app is connedted to. It must be set in a table called allowed_sites This table must contain 4 fields ´id´ int, ´url´ varchar(255), ´publickey´ text, ´active´ tinyint. The site login procedure will then control if the site is allowed.