Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AlfaCode-Team/php-service-platform

Repository files navigation

php-service-platform

Documentation has been organized under docs/README.md.

Native global installation (Linux/macOS/Windows):

  1. Create a release tag (CI builds installers):
    • git tag v1.0.0 && git push origin v1.0.0
  2. Install from release artifacts:
    • Linux: psp-kernel_<version>_amd64.deb
    • Windows: psp-kernel-<version>-windows-x86_64.zip
    • macOS: psp-kernel-<version>-macos-universal.tar.gz
  3. Scaffold and run a project anywhere:
    • psp new /absolute/path/to/my-project --project=admin
    • php /absolute/path/to/my-project/app/cli/run.php list

Notes:

  • The native launcher reads kernel location from PSP_KERNEL_HOME or PSP_CLI_PATH.
  • Optional override for generated project autoload: PSP_GLOBAL_AUTOLOAD=/path/to/vendor/autoload.php.
  • Full packaging and install instructions: packaging/README.md.

Composer-based global install remains supported for development:

  • composer global require alfacode-team/php-service-platform

Native system installers (no Composer required for end users):

  • Debian/Kali apt package scaffolding: packaging/apt/
  • Windows .exe bundle scaffolding: packaging/windows/
  • macOS .app bundle scaffolding: packaging/macos/
  • Zig launcher/config utility: tools/psp-launcher-zig/

Key locations:

About

A modular PHP backend boilerplate built with OpenSwoole and a multi-repository architecture using Git submodules. Designed for scalable, high-performance microservices and service-oriented applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /