rayleigh/framework

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

Simple, Short, Smart framework - Rayleigh

Maintainers

👁 yamayuski

Package info

github.com/heavyrain-php/rayleigh

Homepage

Documentation

pkg:composer/rayleigh/framework

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

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

Requires

Requires (Dev)

Suggests

  • ext-pdo_mysql: Required for MySQL database
  • ext-protobuf: When you use RoadRunnerHttpDispatcher, it is highly recommended for performance
  • cakephp/chronos: Required when you use Chronos for Clock
  • monolog/monolog: Required when you use Monolog for logging
  • nesbot/carbon: Required when you use CarbonImmutable for Clock
  • spiral/roadrunner-http: Required when you use RoadRunnerHttpDispatcher

Conflicts

None

Replaces

  • rayleigh/cache: v0.0.3
  • rayleigh/clock: v0.0.3
  • rayleigh/config: v0.0.3
  • rayleigh/console: v0.0.3
  • rayleigh/container: v0.0.3
  • rayleigh/contracts: v0.0.3
  • rayleigh/database: v0.0.3
  • rayleigh/event-dispatcher: v0.0.3
  • rayleigh/http-client: v0.0.3
  • rayleigh/http-factory: v0.0.3
  • rayleigh/http-message: v0.0.3
  • rayleigh/http-server: v0.0.3
  • rayleigh/idl-openapi: v0.0.3
  • rayleigh/log: v0.0.3

Apache-2.0 7c97512820d1bbac200f5cdf132ca5457c045554

  • Masaru Yamagishi <akai_inu.woop@live.jp>

frameworkhttpserver

This package is auto-updated.

Last update: 2024-09-17 20:46:22 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.