2017 © Pedro Peláez
 

project slim3-gae-skeleton

Slim 3 skeleton working with Google App Engine include cron configuration.

image

jaredchu/slim3-gae-skeleton

Slim 3 skeleton working with Google App Engine include cron configuration.

  • Friday, October 27, 2017
  • by jaredchu
  • Repository
  • 1 Watchers
  • 2 Stars
  • 582 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Slim3 GAE Skeleton

Slim 3 skeleton working with Google App Engine include cron configuration., (*1)

Demo https://slim3-gae-skeleton.appspot.com/health_check., (*2)

Packagist Packagist Packagist, (*3)

Installation

$ composer create-project --no-interaction --stability=dev jaredchu/slim3-gae-skeleton my-app, (*4)

Deploy

Install gcloud then run init command in project directory:, (*5)

$ gcloud init, (*6)

Deploy your project:, (*7)

$ gcloud app deploy, (*8)

Browse to http://[YOUR_PROJECT_ID].appspot.com, (*9)

Remember to run this command after update cron.yaml:, (*10)

$ gcloud app deploy cron.yaml, (*11)

Run locally

  1. $ cd my-app
  2. $ php -S 0.0.0.0:8888 -t . index.php
  3. Browse to http://localhost:8888

Key directories

  • app: application code
  • app/Controllers: contains controller classes
  • app/Enums: contains enum classes
  • app/Schedules: contains schedule classes

Key files

  • index.php: Entry point to application, route configuration
  • app.yaml: Google App Engine main configuration
  • cron.yaml: Google App Engine cron configuration

Contributing

  1. Fork it!
  2. Create your feature branch: $ git checkout -b feature/your-new-feature
  3. Commit your changes: $ git commit -am 'Add some feature'
  4. Push to the branch: $ git push origin feature/your-new-feature
  5. Submit a pull request.

License

MIT License, (*12)

The Versions

27/10 2017

dev-master

9999999-dev

Slim 3 skeleton working with Google App Engine include cron configuration.

  Sources   Download

MIT

The Requires

 

skeleton slim-framework gae google app engine slim3

27/10 2017

v1.0.2

1.0.2.0

Slim 3 skeleton working with Google App Engine include cron configuration.

  Sources   Download

MIT

The Requires

 

skeleton slim-framework gae google app engine slim3

17/08 2017

v1.0.1

1.0.1.0

Slim 3 skeleton working with Google App Engine include cron configuration.

  Sources   Download

MIT

The Requires

 

skeleton slim-framework gae google app engine slim3

29/06 2017

v1.0

1.0.0.0

Slim 3 skeleton working with Google App Engine include cron configuration.

  Sources   Download

MIT

The Requires

 

skeleton slim-framework gae google app engine slim3