Skip to content

webisters/framework

Repository files navigation

Webisters Framework

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

License

MIT

About

Webisters This library is designed for reuse in Composer-based PHP applications.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages