Download the PHP package keinos/hello-world-tpl without Composer

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

Build Status Coverage Status Code Quality Supported PHP Version

Super cautious "Hello-World"

This repo is an overly-cautious Hello-World PHP script for fun. It includes the following tests and CIs to just say "Hello-World!".

Tests

CIs Used

This repo uses the following CIs. On your use, register your repo first.

Using this package as a template/boilerplate

How to

## How to use it as a template ### TL; DR Copy, initialize the project, smoke test, add CI's ACCESS TOKEN then you're redy-to-go! ### TS; DR 1. Create a new copy. Choose one of the below commands that suits you. - Note that you need to specify your project's name. This will be your "package name" as well. 2. Initialize. Run the command below to initialize your project. This will re-write the package and vendor names to the provided name. (Ex. MyVendorName) 3. Functioning test. Before anything, run the tests to check it's basic test functionality. 4. Initial commit. Commit your first change. 5. Push the repo to GitHub then register it to the following CIs. - [TravisCI](https://travis-ci.org/) - [COVERALLS](https://coveralls.io/) 6. Re-name `COVERALLS.env.sample` to `COVERALLS.env` under `./tests/conf`. 7. Get your access token from COVERALLS' settings and place/replace the token value in `COVERALLS.env`. 8. Run tests again to see COVERALLS' function-ability. 9. If the local test passes then commit changes and push. 10. If the tests passes on CIs then start building your project. ## Developing via Docker This repo can be developed via Docker. Run: Or, if you use Visual Studio Code (a.k.a. VS Code) and have Docker, then **"Remote - Containers" extension** is available. In this case, you don't need to install the packages or even PHP on your local env. 1. Install Microsoft's ["Remote - Containers"](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension to your VS Code. 2. `git clone` this repo to your local. 3. Remove the `.git` directory and initialize as a new one by `git init`. 4. Open folder in a Container by: F1 -> "Remote-Containers: Reopen in Container".

Credit

This repo was very much inspired by:


All versions of hello-world-tpl with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0 || ^7.1
ext-mbstring Version *
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 keinos/hello-world-tpl contains the following files

Loading the files please wait ....