attogram / attogram-database
This package is abandoned and no longer maintained.
No replacement package was suggested.
Database Module for the Attogram Framework
Package info
github.com/attogram/attogram-database
Type:project
pkg:composer/attogram/attogram-database
0001
2016-08-03 20:20 UTC
Requires
- php: >=5.3.3 || ^7.0
- ext-pdo: *
- ext-pdo_sqlite: *
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-contactform: Contact Form Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for the Attogram Framework
- attogram/attogram-modulemanager: Module Manager for the Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
README
This is the Database Module for the Attogram Framework.
Installing the Database Module
- You already installed the Attogram Framework, didn't you?
- Goto the top level of your install, then run:
composer create-project attogram/attogram-database modules/_database
Database Module contents
Admin Actions
admin_actions/db-admin.php- phpliteadmin database web adminadmin_actions/db-tables.php- display info about tablesadmin_actions/events.php- Event log viewer
Configurations
configs/database_config.php- config for db file
Includes
includes/SqliteDatabase.php- SQLite Attogram database object
Database Tables
tables/event.sql- Event log table
Misc
tests/*- phpunit tests