Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.63 KB

README.md

File metadata and controls

80 lines (58 loc) · 2.63 KB

Shibare PHP Simple, Short, Smart Framework

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.