Download the PHP package google/appengine-symfony-starter-project without Composer

On this page you can find all versions of the php package google/appengine-symfony-starter-project. 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 appengine-symfony-starter-project

status: inactive

This project is no longer actively developed or maintained.

Please check out Running Symfony on App Engine for PHP 7.2 instead.

Symfony for Google App Engine

This repository contains a Symfony app for Google App Engine, based off the Symfony Standard Edition.

See How to Run Symfony Hello World on App Engine Standard Environment for the full tutorial.

Installation

Install this via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command to create this project:

Set Up

To run the starter app, be sure to authorize gcloud for your project.

Run Locally

Now browse to http://localhost:8080 in your browser to view your running application. This builds the cache for the "dev" environment and runs the dev_appserver.py script, which will be available if you've installed the Google App Engine Launcher. The command for this is defined in scripts/deploy.php.

Deployment

Deploy to your App Engine instance by running the following command:

This builds the cache for the "prod" environment and runs gcloud app deploy, which will be available if you've installed the Google Cloud SDK. The command for this is defined in scripts/deploy.php.

See also the Symfony Hello World tutorial

Using Twig

It should be noted this example application uses a subclass of Twig_Environment, defined in src/Twig/Environment.php and configured in app/config/services.yml. The reason for this subclass is to customize the getOptionsHash method. Without this, the cache cannot be warmed up outside of the PHP version being used in App Engine.

Troubleshooting

  1. If Composer fails to download the dependencies, make sure that your local PHP installation satisfies Composer's system requirements. Specifically, cURL support is required.

  2. If you see errors about missing the default Cloud Storage bucket, follow the cloud integration instructions to create a default bucket for your project.

Contributing

Have a patch that will benefit this project? Awesome! Follow these steps to have it accepted.

  1. Please sign our Contributor License Agreement.
  2. Fork this Git repository and make your changes.
  3. Create a Pull Request
  4. Incorporate review feedback to your changes.
  5. Accepted!

License

All files in this repository are under the MIT License unless noted otherwise.


All versions of appengine-symfony-starter-project with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
symfony/symfony Version 3.3.0
symfony/console Version ^3.2
doctrine/annotations Version ^1.2
sensio/framework-extra-bundle Version ^3.0
sensio/distribution-bundle Version ^5.0
symfony/monolog-bundle Version ^3.1
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 google/appengine-symfony-starter-project contains the following files

Loading the files please wait ....