shibare/framework

Shibare, Simple, Short, Smart framework

v0.0.4 2024-09-07 00:03 UTC

This package is auto-updated.

Last update: 2024-09-16 07:20:11 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
  • 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.