Download the PHP package tweedegolf/symfony-okoa without Composer

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

A Symfony and Okoa Project

Dependencies

This project runs via docker, specifically using docker-compose. To run the project make sure you have the docker client and docker-compose installed and then simply run docker-compose up to start it.

To install vagrant, docker, docker-compose and virtualbox on OSX you can use:

brew cask install vagrant virtualbox docker docker-compose

Running

If you're a linux user, or you are comfortable working with docker for windows or docker for mac you can simply run:

docker-compose up -d

If you have a configuration for which it is not possible to run docker (or for which docker is too slow to run this project), you can choose to run this project using vagrant. This will start up a linux machine that allows you to run docker-compose as best as possible for this project. To use docker-compose on your host machine you must export the DOCKER_HOST environment variable: export DOCKER_HOST=tcp://127.0.0.1:2375. Note that the vagrant configuration is not intended for production settings. To run using vagrant simply run these commands:

vagrant up
docker-compose up -d

Whether you're using just docker-compose or you're using docker-compose within the vagrant machine, this will set up services and forward ports to localhost:

To run commands inside of the app container you can use docker-compose run app to start a shell.

Asset compilation

By default the project will start a gulp watch instance, this will watch for asset changes automatically. Note that on the first run of the project complition may fail because of missing dependencies. To fix this first run bin/setup in the app container (docker-compose run app). The gulp watch command also starts a livereload server which can be used to automatically reload the page on asset changes.

The command gulp build can be used to create production versions of the assets which are minified and gzipped.

To clean previous versions of assets you may run gulp clean, this will ensure that any old assets are removed before generating new ones. A full list of available tasks can be shown with gulp -T.

Setup

When the virtual machine is first started the project is not yet setup properly. To setup the machine, simply run bin/setup inside the app container. If the project was not previously configured an installation wizzard should start automatically.

A local version for first setup of the project may either be obtained by cloning (or downloading) this repository and removing the git history, or by running composer create-project tweedegolf/symfony-okoa [target-dir].

After running bin/setup you may want to run docker-compose restart to restart any processes which may have depended on the installed dependencies.

Updating

Once a project was updated the bin/update command may help for an easy update of the project to the latest state.

Similarly to bin/setup, you may want to restart using docker-compose restart to restart any processes which may depend on updated libraries.


All versions of symfony-okoa with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
symfony/symfony Version ^3.0
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^1.6
twig/extensions Version ^1.3
symfony/swiftmailer-bundle Version ^2.3
symfony/monolog-bundle Version ^2.11
sensio/distribution-bundle Version ^5.0
sensio/framework-extra-bundle Version ^3.0.16
incenteev/composer-parameter-handler Version ^2.1
stof/doctrine-extensions-bundle Version ^1.2.2
vich/uploader-bundle Version ^1.0.1
doctrine/doctrine-migrations-bundle Version ^1.1
doctrine/migrations Version ^1.4
friendsofsymfony/user-bundle Version ^2.0@dev
bravesheep/database-url-bundle Version ^0.1.3
bravesheep/mailer-url-bundle Version ^0.1.1
oneup/flysystem-bundle Version ^1.3.0
bravesheep/flysystem-url-bundle Version ^0.1.0
predis/predis Version ^1.1.0
snc/redis-bundle Version ^2.0@dev
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 tweedegolf/symfony-okoa contains the following files

Loading the files please wait ....