Download the PHP package webundle/puzzle-web-apps without Composer

On this page you can find all versions of the php package webundle/puzzle-web-apps. 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 puzzle-web-apps

Puzzle project

============

Symfony project.

Installation


Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

Default configurations

Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Security

Configure security by adding it in the app/config/security.yml file of your project:

Step 3: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

Step 4: Define hosts values

Defined hosts values by adding it in the app/config/parameters.yml file of your project:

Step 5: Default configurations

Configure admin bundle by adding it in the app/config/config.yml file of your project:


User Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all user routes by typing: php bin/console debug:router | grep user

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Media Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all media routes by typing: php bin/console debug:router | grep media

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Define base directory

Defined media base directory by adding it in the app/config/parameters.yml file of your project:

Step 5: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Blog Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all blog routes by typing: php bin/console debug:router | grep blog

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Calendar Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all calendar routes by typing: php bin/console debug:router | grep calendar

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Requirements

For this bundle to work, you have to install supervisord

Step 5: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Contact Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all contact routes by typing: php bin/console debug:router | grep contact

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Expertise Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all contact expertise by typing: php bin/console debug:router | grep expertise

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Newsletter Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all contact newsletter by typing: php bin/console debug:router | grep newsletter

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Static Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all contact static by typing: php bin/console debug:router | grep static

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Advert Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all advert routes by typing: php bin/console debug:router | grep advert

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Charity Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all charity routes by typing: php bin/console debug:router | grep charity

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Curriculum Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all curriculum routes by typing: php bin/console debug:router | grep curriculum

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


Learning Bundle


Step 1: Enable

Enable admin bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

Step 2: Register default routes

Register default routes by adding it in the app/config/routing.yml file of your project:

See all learning routes by typing: php bin/console debug:router | grep learning

Step 3: Configure

Configure admin bundle by adding it in the app/config/config.yml file of your project:

Step 4: Configure role hierarchy and Admin ACL

Configure security by adding it in the app/config/security.yml file of your project:


All versions of puzzle-web-apps with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
coresphere/console-bundle Version ^0.5.0
dg/rss-php Version ^1.3
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
friendsofsymfony/jsrouting-bundle Version ^2.2
incenteev/composer-parameter-handler Version ^2.0
jms/job-queue-bundle Version ^2.0
jms/security-extra-bundle Version ^1.6
knplabs/doctrine-behaviors Version ~1.1
knplabs/knp-paginator-bundle Version ^2.7
liip/imagine-bundle Version ^2.1
mpdf/mpdf Version ^7.0
pagerfanta/pagerfanta Version dev-master
sensio/distribution-bundle Version ^5.0.19
sensio/framework-extra-bundle Version ^5.0.0
setasign/fpdf Version ^1.8
symfony/assetic-bundle Version ^2.8
symfony/monolog-bundle Version ^3.1.0
symfony/polyfill-apcu Version ^1.0
symfony/swiftmailer-bundle Version ^2.6.4
symfony/symfony Version 3.4.*
symfony/templating Version ^4.1
symfony/translation Version ^4.1
twig/twig Version ^1.0||^2.0
webchemistry/invoice Version ^1.1
nelexa/zip Version ^3.1
jimmiw/php-time-ago Version ^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 webundle/puzzle-web-apps contains the following files

Loading the files please wait ....