codesinging/think-sae

A ThinkPHP package for SAE support

2.0.5 2020-12-23 03:48 UTC

This package is auto-updated.

Last update: 2024-04-23 10:38:28 UTC


README

A ThinkPHP package for SAE support, compatible with common environment and SAE.

This package is based on topthink/thinks-sae.

Installing

For ThinkPHP 5.1

$ composer require codesinging/think-sae:^1.0 -vvv

For ThinkPHP 6

$ composer require codesinging/think-sae:^2.0 -vvv

Usage

You can run your ThinkPHP project in SAE without any setting after you installed this package via composer.

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT