rindow / rindow-module-google-cloud
Rindow compatible google cloud components
1.0.1
2020-04-16 20:10 UTC
Requires
- php: ^7.2
- google/cloud-datastore: ^1.11
- interop-phpobjects/lenient-dao: *
- rindow/rindow-database-dao: 1.*
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-container: It needs some service container
- rindow/rindow-persistence-orm: When using the ORM Persistences
- rindow/rindow-persistence-ormshell: When using the ORM Persistences
- rindow/rindow-transaction: It needs some transaction manager
This package is auto-updated.
Last update: 2024-10-17 06:05:37 UTC
README
- Google Cloud Datastore support on Rindow framework.
- Rindow compatible DataSource and Transaction manager interface.
- Rindow compatible Repository interface.(Repository is Programming style independent of database implementation that is compliant "Spring framework")
- Object Mapper abstract class for Rindow Ormshell.(Ormshell is "JPA 2.1" compliant ORM programing style supports.)
- Rindow compatible Paginator adaptor.