Download the PHP package netherphp/world without Composer

On this page you can find all versions of the php package netherphp/world. 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 world

Nether World (Current Version: v3.y.z)

A meta package to include all the things. This package will require verisons that do not break backwards compat from the previous release of this package. This makes sense in my head but let me elaborate just in case.

About Versioning

Do not just copy this line. Note the current version series above.

require { "netherphp/world": "^x.y.z" }

This will include the entire Nether stack and allow the individual components of the stack to update as is. This does not nessessarily mean that all of the Nether packages are in the 1.0.x zone. For example, as of this writing Surface and OneScript are already in the 1.1.x zone.

The next time THIS package updates it will be 1.1.0 or 2.0.0 - so composer update will still be safe for you because the way "^1.0.0" works, it will not allow 1.1.0 or 2.0.0. Patch releases (0.0.x) will happen automatically for you on composer update. Minor releases (0.x.x) will not happen automatically against "^1.0.0" so when Nether World goes to 1.1.8 or whatever, you will need to update your composer to "^1.1.0" if you are ready to deal with the BC changes.

I don't know if that made sense. But if you are using Nether World to just get all the things use the ^#.#.0 syntax and you will always stay up to date with each component without backwards compat breakages.


All versions of world with dependencies

PHP Build Version
Package Version
Requires netherphp/avenue Version ~3.0
netherphp/cache Version ~2.0
netherphp/console Version ~3.0
netherphp/database Version ~3.0
netherphp/input Version ~3.0
netherphp/ki Version ~1.0
netherphp/object Version ~3.0
netherphp/onescript Version ~3.0
netherphp/option Version ~1.0
netherphp/project Version ~1.0
netherphp/stash Version ~2.0
netherphp/surface Version ~3.0
php Version >=7.1.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 netherphp/world contains the following files

Loading the files please wait ....