webisters / framework
Webisters
Fund package maintenance!
v1.0.1
2026-05-01 15:56 UTC
Requires
- php: >=8.2
- webisters/autoload: ^1.0
- webisters/cache: ^1.0
- webisters/cli: ^1.0
- webisters/config: ^1.0
- webisters/crypto: ^1.0
- webisters/database: ^1.0
- webisters/database-extra: ^1.0
- webisters/date: ^1.0
- webisters/debug: ^1.0
- webisters/dev-commands: ^1.0
- webisters/email: ^1.0
- webisters/events: ^1.0
- webisters/factories: ^1.0
- webisters/helpers: ^1.0
- webisters/http: ^1.0
- webisters/http-client: ^1.0
- webisters/image: ^1.0
- webisters/language: ^1.0
- webisters/log: ^1.0
- webisters/mvc: ^1.0
- webisters/pagination: ^1.0
- webisters/routing: ^1.0
- webisters/session: ^1.0
- webisters/validation: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.5
- webisters/coding-standard: ^1.0
README
Webisters This library is designed for reuse in Composer-based PHP applications.
What It Provides
- 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.
Installation
composer require webisters/framework
If Packagist only has the development branch published, use:
composer require webisters/framework:dev-main --prefer-stable
Requirements
- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
Quick Start
<?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.
Development
composer install vendor/bin/phpunit
Follow consistent coding style and run available linters before opening pull requests.
Support
- 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
License
MIT