potatopowered / dynamic-types
The dynamic-types repository will be more of a library that allows other Potato Powered applications to dynamically lookup and identify entities based on their table name.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- cakephp/migrations: ^1.6
Requires (Dev)
- cakephp/cakephp-codesniffer: dev-master
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2024-11-09 20:51:00 UTC
README
Description
The dynamic-types repository will be more of a library that allows other Potato Powered applications to dynamically lookup and identify entities based on their table name. This is helpful for being able to write standardized code for things like comments/likes and other similar functionality.
In general this will be used to link one entity to a broad variety of other entities on the fly.