Download the PHP package honzahovorka/nette-sandbox without Composer

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

Nette hexicz-sandbox

Sandbox is a pre-packaged and pre-configured Nette Framework application that you can use as the skeleton for your new applications. This is fork of Nette srigi-sandbox which is optionated fork of original nette-sandbox.

To get better starting point for my Nette Framework projects, I modified original sandbox to fit my style. Most notable differences are:

Installing

The best way to install srigi-sandbox is by using Composer. If you don't have Composer yet, download it following the instructions. Then use command:

composer create-project srigi/nette-sandbox myapp
cd myapp

Make directories temp and log writable. Navigate your browser to the www directory and you will see a welcome page. PHP 5.4 allows you run php -S localhost:8888 -t www to start the web server and then visit http://localhost:8888 in your browser.

It is CRITICAL that whole app, log and temp directories are NOT accessible directly via a web browser! See security warning.

Devstack

hexicz-sandbox use gulpjs as a minimal dev-stack to support you during development. To fully embrace advantages of dev-stack you must install needed tools & packages. Nodejs is main requirement. See installation instruction on how to install nodejs on your machine.

Then install dev-stack:

npm install -g gulp bower
npm install   (in root of your project)
bower install

Run devstack:

gulp

Now you can use livereload for automatic refresh of your browser when you change files of your project.

Your .js files will be automatically linted, you can see code-style errors on the console.

Build your project

gulp build

This command will optimize frontend parts of your project & create build directory with builded project.

License


All versions of nette-sandbox with dependencies

PHP Build Version
Package Version
Requires php Version >= 5.3.7
nette/nette Version ~2.2.0
dg/adminer-custom Version ~1.5
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 honzahovorka/nette-sandbox contains the following files

Loading the files please wait ....