Download the PHP package swow/swow without Composer

On this page you can find all versions of the php package swow/swow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package swow

English | 中文

Swow Logo
🚀 Swow is a multi-platform support and coroutine-based engine with a focus on concurrent I/O

ci codecov release ❤️ php platform architecture

👾 Design Philosophy

Swow is committed to using the smallest C core and most of the PHP code to support PHP high-performance network programming, which determines that it is more about providing powerful secondary development capabilities by seamlessly integrating PHP code and C kernel, while ensuring critical performance.

In addition, it provides a variety of debugging mechanisms and powerful and low-threshold debugging tools, which can ensure that developers are free from the trouble of BUGs as much as possible, and ordinary developers can also have the ability to debug near the level of experts with the help of tools, so as to maximize development efficiency.

🎮 Installation

Like any open source project, Swow always provides the strongest stability and features in the newest release, please try to ensure that you are using the latest version.

🔎 Requirements

👨‍🎤 By Composer

pull source code:

Then run the automatic installer swow-builder under the vendor/bin directory to start the installation:

After you update the source code of Swow, you should use the rebuild option to recompile Swow and then install it:

More information about swow-builder can be found in Extension installation document - By Composer.

🐧 Manual installation (UNIX-like)

clone the Swow (You can also import it through Composer, and then cd to vendor/swow/swow/ext and install manually):

`

Well-known building procedure. Install to the system with root privileges:

Ⓜ️ Manual installation (Windows)

See Installation document - Manual compilation installation (Windows).

You can also download DLL directly in Latest Release.

🔰️ Security issues

Security issues should be reported privately, via email, to [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.

🖊️ Contribution

Your contribution to Swow development is very welcome!

You may contribute in the following ways:

❤️ Contributors

PHP high-performance coroutine network communication engine development road is too high to be popular, It's a lonely open source work at the top.

Thank you very much to the following partners for the contribution of the Swow project, without you there is no Swow now.

Contributors

💬 Development & Discussion

📃 License

Swow is available under the Apache License Version 2.0. Swow also includes external libraries that are available under a variety of licenses. See LICENSES.full for the full license text.


All versions of swow with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
composer/semver Version ^3.3
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.1|^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package swow/swow contains the following files

Loading the files please wait ....