webisters / database-extra
Webisters Database Extra Library
Fund package maintenance!
v1.0.2
2026-05-01 06:21 UTC
Requires
- php: >=8.2
- webisters/cli: *
- webisters/database: *
- webisters/helpers: *
Requires (Dev)
- phpunit/phpunit: ^10.5
- webisters/coding-standard: *
Suggests
- fakerphp/faker: Generates fake data for seeding
README
Webisters Database Extra Library This library is designed for reuse in Composer-based PHP applications.
What It Provides
- Database-oriented abstractions for safer and clearer data access.
- Reusable PHP components intended for integration into larger applications.
- Clean interfaces and extension points to support maintainable implementations.
Installation
composer require webisters/database-extra
Requirements
- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
Documentation
- Guide: https://docs.webisters.com/guides/libraries/database-extra/
- Package: https://webisters.com/packages/database-extra
Included in Webisters Framework
If you're building a full Webisters application, install the framework meta-package:
composer require webisters/framework
Development
composer install vendor/bin/phpunit
Follow consistent coding style and run available linters before opening pull requests.
Support
- Issues: https://github.com/webisters/database-extra/issues
- Source: https://github.com/webisters/database-extra
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
License
MIT