Skip to content

v1.0.0

Choose a tag to compare

@rasuvaeff rasuvaeff released this 01 Aug 22:22
8cc300e
  • Initial release: database-backed tenant storage for rasuvaeff/yii3-tenancy.
  • DbTenantProvider implements the core TenantProvider, reading a single row
    by primary key via the yiisoft/db Query builder and mapping it to a
    Tenant.
  • CachedTenantProvider — PSR-16 read-through decorator with TTL and explicit
    forget() invalidation.
  • Exception\InvalidTenantRowException for malformed tenant rows.
  • Ships a yiisoft/db-migration migration (M260704000000CreateTenantsTable)
    for the tenants table.