mathsgod / light
1.21.1
2025-04-15 05:03 UTC
Requires
- php: >=8.1
- endroid/qr-code: ^4.8
- firebase/php-jwt: ^6.11
- laminas/laminas-code: ^4.7
- laminas/laminas-diactoros: ^3.5
- league/container: ^4.2
- league/event: ^3.0
- league/flysystem: ^3.15
- mathsgod/light-graphql: ^1.2
- mathsgod/light-rbac: ^1.0
- mathsgod/light-server: ^1.0
- mathsgod/r-db: ^5.10
- mathsgod/r-db-graphqlite-mappers: ^1.0
- phpmailer/phpmailer: ^6.8
- ramsey/uuid: ^4.7
- sebastian/diff: ^4.0
- symfony/cache: ^6.0
- symfony/property-access: ^6.4
- symfony/property-info: ^6.4
- symfony/serializer: ^6.3
- symfony/yaml: ^6.4
- utopia-php/system: ^0.9.0
- web-auth/webauthn-lib: ^4.9
Requires (Dev)
- dev-main
- 1.21.1
- 1.21.0
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20.0
- 1.19.1
- 1.19.0
- 1.18.2
- 1.18.1
- 1.18.0
- 1.17.2
- 1.17.1
- 1.17.0
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.7
- 1.13.6
- 1.13.5
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-04-15 05:04:40 UTC
README
Database setup
config are based on mathsgod/r-db
.env
DATABASE_HOSTNAME= DATABASE_DATABASE= DATABASE_USERNAME= DATABASE_PASSWORD= DATABASE_PORT= DATABASE_CHARSET=
Secret
Random string for jwt secret
.env
JWT_SECRET= # jwt secret
Google Signin
Install google api client
composer require google/apiclient
.env
GOOGLE_CLIENT_ID=