Webisters Config Library This library is designed for reuse in Composer-based PHP applications.
- 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.
composer require webisters/config- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
- Guide: https://docs.webisters.com/guides/libraries/config/
- Package: https://webisters.com/packages/config
If you're building a full Webisters application, install the framework meta-package:
composer require webisters/frameworkcomposer install
vendor/bin/phpunitFollow consistent coding style and run available linters before opening pull requests.
- Issues: https://github.com/webisters/config/issues
- Source: https://github.com/webisters/config
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
MIT