Webisters This library is designed for reuse in Composer-based PHP applications.
- Framework-level conventions that speed up project development.
- Reusable PHP components intended for integration into larger applications.
- Clean interfaces and extension points to support maintainable implementations.
composer require webisters/frameworkIf Packagist only has the development branch published, use:
composer require webisters/framework:dev-main --prefer-stable- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
<?php
require __DIR__ . '/vendor/autoload.php';
// Initialize the package and integrate it into your application flow.Next step: review the package source and adapt initialization to your use case.
composer install
vendor/bin/phpunitFollow consistent coding style and run available linters before opening pull requests.
- Issues: https://github.com/webisters/framework/issues
- Source: https://github.com/webisters/framework
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
MIT