Download the PHP package temafey/symfony-skeleton without Composer

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

Symfony Skeleton

Symfony Skeleton is an extension for the official Symfony Skeleton (recommended way for starting new projects using Symfony Flex). It's main idea is to keep simplicity of official Skeleton, while adding must-have dependencies and default configs used in Skeleton for developing majority of the projects.

Creating new project

Creating new project with Symfony Skeleton is as easy as running

where <project_name> is the directory where you want to setup a new project. New project is ready for development immediately after this step.

Build Status Coverage Status

Implementations

Stack

Project Setup

Up environment:

make start

Execute tests:

make phpunit

Static code analysis:

make style

Code style fixer:

make cs

Code style checker:

make cs-check

Enter in php container:

make s=php sh

Disable\Enable Xdebug:

make xoff

make xon

Build image to deploy

make artifact

Make release commit

make rmt

Make conventional commit, read specs https://www.conventionalcommits.org/en/v1.0.0-beta.2

make commit

Watch containers logs

make logs

See all make commands

make help

Full test circle

make test


All versions of symfony-skeleton with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
ext-iconv Version *
ext-json Version *
beberlei/assert Version ^2.8
broadway/broadway Version ^2.0
broadway/broadway-bundle Version ^0.4.1
broadway/event-store-dbal Version ^0.2.1
elasticsearch/elasticsearch Version ^6.0
league/tactician-bundle Version ^1.1
nelmio/api-doc-bundle Version ^3.3
php-amqplib/rabbitmq-bundle Version ^1.14
ramsey/uuid Version ^3.7
ramsey/uuid-doctrine Version ^1.4
symfony/asset Version ^4.2
symfony/console Version ^4.2
symfony/framework-bundle Version ^4.2
symfony/orm-pack Version ^1.0
symfony/yaml Version ^4.2
m6web/statsd-bundle Version ^3.0
symfony/monolog-bundle Version ^3.3
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 temafey/symfony-skeleton contains the following files

Loading the files please wait ....