atk14 / table-record
Base class for manipulating database records for Atk14 framework.
Installs: 150
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/atk14/table-record
Requires
- php: >=7.1.0
- atk14/dbmole: 1.* >=1.1.2
- atk14/functions: *
- atk14/string4: 0.*
Requires (Dev)
- atk14/tester: *
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-10-03 15:18:44 UTC
README
TableRecord provides basic functionality with table records.
Installation
Just use the Composer:
composer require atk14/table_record
Testing
Install required dependencies for development:
composer update --dev
Run tests:
cd test
../vendor/bin/run_unit_tests
License
TableRecord is free software distributed under the terms of the MIT license