shibare/framework

Shibare, Simple, Short, Smart framework

Maintainers

Package info

github.com/shibare-framework/framework

Homepage

Documentation

pkg:composer/shibare/framework

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.5 2024-09-29 15:16 UTC

This package is auto-updated.

Last update: 2026-02-20 08:22:36 UTC


README

Packagist Version Test

Features

KEEP IT SIMPLE, NOT EASY

  • All things are explicit, understandable.
  • No magic method.
  • No dynamic types.
  • All have static types(with PHPStan).

SHORTER IS BETTER THAN ANYTHING

  • short is simple.

SMART to adopt PHP community

Requirements

  • PHP ~8.2.0|~8.3.0|~8.4.0
  • No third-party requirements!(There is an adapter for these)

Development

$ git clone https://github.com/shibare-framework/shibare.git
$ cd shibare
$ composer install
$ phive install
$ composer lint
$ composer test

CI is at GitHub Actions.

License

See LICENSE.

Code of conduct

See CODE_OF_CONDUCT.md.

Contributing

See CONTRIBUTING.md.

Security

See SECURITY.md.