Download the PHP package bobalazek/web-application-starter-kit without Composer

On this page you can find all versions of the php package bobalazek/web-application-starter-kit. 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 web-application-starter-kit

README

Web Application Starter Kit

Build Status Latest Stable Version Total Downloads License Scrutinizer Code Quality SensioLabsInsight

Important note: With the release of SF4, the Symfony team has decided to retire Silex. This means, it will not support any new SF4 features anymore. So from now on, I suggest using the new SF4 for long-term projects, as I will not be able to add any new (SF4) features to this boilerplate/starter kit. However, I may prepare a similar starter kit for SF4 in the near future, so stay tuned.

A simple web application boilerplate for small or mid scale applications. Included:

Requirements & Tools & Helpers

Setup / Development

Database

Deployment

Application name

You should replace the name for your actual application inside the following files:

Administrator login

With the bin/console application:database:hydrate-data command, you will, per default hydrate 2 users (which you can change inside the app/fixtures/users.php file):

Commands

Other commands

Modules / Components

In case you want to create a new component / module in this system, do the following (in this case, the posts inside the members area):

File structure

Preview

Login

Register

Reset password

Dashboard

Profile

Profile settings

Statistics

Users

Users edit

License

Web Application Starter Kit is licensed under the MIT license.


All versions of web-application-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
silex/silex Version ~2.1
silex/web-profiler Version ^2.0
doctrine/annotations Version ~1.4.0
doctrine/cache Version ~1.6.2
doctrine/collections Version ~1.4.0
doctrine/common Version ~2.7.3
doctrine/dbal Version ~2.5.13
doctrine/inflector Version ~1.1.0
doctrine/instantiator Version ~1.0.5
doctrine/orm Version ^2.5
doctrine/migrations Version ~1.1
saxulum/saxulum-doctrine-orm-manager-registry-provider Version ~3.1
swiftmailer/swiftmailer Version 5.*
saxulum/config-service-provider Version ~2.0
dflydev/doctrine-orm-service-provider Version ~2.0
cocur/slugify Version ~1.1
pelago/emogrifier Version ~1.2
knplabs/knp-components Version ~1.2
ua-parser/uap-php Version ~3.4
oro/doctrine-extensions Version ~1.2
mobiledetect/mobiledetectlib Version ^2.8
symfony/translation Version ^3.3
symfony/security Version ^3.3
symfony/framework-bundle Version ^3.3
symfony/validator Version ^3.3
symfony/form Version ^3.3
symfony/config Version ^3.3
symfony/twig-bridge Version ^3.3
symfony/security-csrf Version ^3.3
symfony/doctrine-bridge Version ^3.3
symfony/yaml Version ^3.3
ocramius/proxy-manager Version ~2.0.4
vlucas/phpdotenv Version ^2.4
zendframework/zend-code Version ~3.1.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 bobalazek/web-application-starter-kit contains the following files

Loading the files please wait ....