rayleigh/framework

This package is abandoned and no longer maintained. The author suggests using the shibare/framework package instead.

Simple, Short, Smart framework - Rayleigh

v0.0.3 2024-09-01 01:35 UTC

This package is auto-updated.

Last update: 2024-09-07 00:25:32 UTC


README

Packagist Version Test Quality Gate Status

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/heavyrain-php/rayleigh.git
$ cd rayleigh
$ 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.