Download the PHP package medunes/noise-php without Composer

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

PHP Noise

A starter-kit for your PHP project. It includes frequently needed boilerplate setups (ci, badges, etc.)
[![release](https://img.shields.io/packagist/v/medunes/noise-php?style=flat-square)](https://packagist.org/packages/medunes/noise-php) [![Build Status](https://github.com/medunes/noise-php/workflows/build/badge.svg?style=flat-square)](https://github.com/MedUnes/noise-php/actions?query=workflow%3A%22build%22) [![Author](https://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/medunes2) [![codecov](https://codecov.io/gh/medunes/noise-php/branch/master/graph/badge.svg)](https://codecov.io/gh/medunes/noise-php/branch) [![SonarQube Quality](https://sonarcloud.io/api/project_badges/measure?project=MedUnes_noise-php&metric=alert_status)](https://sonarcloud.io/dashboard?id=MedUnes_noise-php) [![PHPStan](https://img.shields.io/badge/PHPStan-Level%205-brightgreen.svg?style=flat&logo=php)](https://shields.io/#/) [![Psalm](https://img.shields.io/badge/Psalm-Level%205-brightgreen.svg?style=flat&logo=php)](https://shields.io/#/) [![Psalm Coverage](https://shepherd.dev/github/MedUnes/noise-php/coverage.svg)](https://shepherd.dev/github/MedUnes/noise-php/coverage.svg) [![Total Downloads](https://img.shields.io/packagist/dt/medunes/noise-php?style=flat-square)](https://packagist.org/packages/medunes/noise-php)
## 📦 Installation To install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then: ## ℹ️ FAQ #### So what is this? This is PHP Noise ! An empty skeleton, a list of ready to customize setups. These setups are commonly used when publishing PHP opensource projects or libraries. I use this skeleton as a basis when I start a new project on Github. Instead of spending time setting up configs from scratch, I'd rather customize them. #### More details? Nowadays, you don't just write some "working" code and ship it to the community. There are a couple of disciplines you should follow in order to have your library acceptable by the community (or by yourself :) ) For example, code quality, tests, README, Documentation, License, logo, CHANGELOG, CI and many others. I call these requirement: **noise**, not in a pejorative way, but maybe because writing new code is more fun than spending time fixing, testing, validating or documenting it. #### Which kind of noise? Currently, we support the following noise, but feel free to increase the volume: * [PHPUnit](https://phpunit.de/announcements/phpunit-9.html) * [PHPStan](https://github.com/phpstan/phpstan) * [Psalm](https://github.com/vimeo/psalm) * [SonarQube](https://docs.travis-ci.com/user/sonarcloud/) * [Github Actions](https://github.com/marketplace/actions/setup-php-action) * [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer#usage) * [README](https://github.com/medunes/noise-php/blob/master/README.md) * [CONTRIBUTING](https://github.com/medunes/noise-php/blob/master/CONTRIBUTING.md) * [LICENSE](https://github.com/medunes/noise-php/blob/master/LICENSE.md) * [LOGO](https://github.com/medunes/noise-php/blob/master/logo.png) * [CHANGELOG](https://github.com/medunes/noise-php/blob/master/CHANGELOG.md) #### Where to go next? Writing noise projects for other languages: Javascript, Go, C, C++, ..

All versions of noise-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
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 medunes/noise-php contains the following files

Loading the files please wait ....