webisters/framework

Webisters

Maintainers

Package info

github.com/webisters/framework

Homepage

Forum

Documentation

pkg:composer/webisters/framework

Fund package maintenance!

Webisters Sponsor

Statistics

Installs: 12

Dependents: 4

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.1 2026-05-01 15:56 UTC

This package is auto-updated.

Last update: 2026-05-01 15:57:24 UTC


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

License

MIT