Download the PHP package medunes/noise-symfony without Composer

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

Symfony Noise

A starter-kit for your Symfony PHP projects. It includes frequently needed boilerplate setups (ci, badges, etc.)
[![release](https://img.shields.io/packagist/v/medunes/noise-symfony?style=flat-square)](https://packagist.org/packages/medunes/noise-symfony) [![Build Status](https://github.com/medunes/noise-symfony/workflows/build/badge.svg?style=flat-square)](https://github.com/MedUnes/noise-symfony/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-symfony/branch/master/graph/badge.svg)](https://codecov.io/gh/medunes/noise-symfony/branch) [![SonarQube Quality](https://sonarcloud.io/api/project_badges/measure?project=MedUnes_noise-symfony&metric=alert_status)](https://sonarcloud.io/dashboard?id=MedUnes_noise-symfony) [![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-symfony/coverage.svg)](https://shepherd.dev/github/MedUnes/noise-symfony/coverage.svg) [![Total Downloads](https://img.shields.io/packagist/dt/medunes/noise-symfony?style=flat-square)](https://packagist.org/packages/medunes/noise-symfony)
## 📦 Installation To install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then: ## ℹ️ FAQ #### So what is this? This is Symfony 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-symfony/blob/master/README.md) * [CONTRIBUTING](https://github.com/medunes/noise-symfony/blob/master/CONTRIBUTING.md) * [LICENSE](https://github.com/medunes/noise-symfony/blob/master/LICENSE.md) * [LOGO](https://github.com/medunes/noise-symfony/blob/master/logo.png) * [CHANGELOG](https://github.com/medunes/noise-symfony/blob/master/CHANGELOG.md) #### Where to go next? Writing noise projects for other languages: Javascript, Go, C, C++, ..

All versions of noise-symfony with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.5
ext-ctype Version *
ext-iconv Version *
composer/package-versions-deprecated Version 1.11.99.4
doctrine/annotations Version ^1.0
doctrine/doctrine-bundle Version ^2.4
doctrine/doctrine-migrations-bundle Version ^3.1
doctrine/orm Version ^2.10
phpdocumentor/reflection-docblock Version ^5.2
sensio/framework-extra-bundle Version ^6.1
symfony/asset Version 5.3.*
symfony/console Version 5.3.*
symfony/dotenv Version 5.3.*
symfony/expression-language Version 5.3.*
symfony/flex Version ^1.3.1
symfony/form Version 5.3.*
symfony/framework-bundle Version 5.3.*
symfony/http-client Version 5.3.*
symfony/intl Version 5.3.*
symfony/mailer Version 5.3.*
symfony/mime Version 5.3.*
symfony/monolog-bundle Version ^3.1
symfony/notifier Version 5.3.*
symfony/process Version 5.3.*
symfony/property-access Version 5.3.*
symfony/property-info Version 5.3.*
symfony/proxy-manager-bridge Version 5.3.*
symfony/runtime Version 5.3.*
symfony/security-bundle Version 5.3.*
symfony/serializer Version 5.3.*
symfony/string Version 5.3.*
symfony/translation Version 5.3.*
symfony/twig-bundle Version 5.3.*
symfony/validator Version 5.3.*
symfony/web-link Version 5.3.*
symfony/yaml Version 5.3.*
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.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 medunes/noise-symfony contains the following files

Loading the files please wait ....