2017 © Pedro Peláez
 

project zf-app-blank

A blank application Zend Framework 3.

image

bupy7/zf-app-blank

A blank application Zend Framework 3.

  • Wednesday, January 17, 2018
  • by bupy7
  • Repository
  • 6 Watchers
  • 42 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

zf-app-blank

Latest Stable Version Latest Unstable Version License Build Status Coverage Status, (*1)

Autoloading standart PSR-4. Coding standart PSR-2., (*2)

zf-app-blank, (*3)

TODO

  • Refactoring code to PHP 7.1.
  • Add PHP tests.

Features

Installation

  • Download and unpack the repository., (*4)

  • Install Vagrant, (*5)

  • Install plugins for Vagrant:, (*6)

$ vagrant plugin install vagrant-vbguest
$ vagrant plugin install vagrant-hostmanager
  • Run install the work environment:
$ vagrant up
  • Paste GitHub token in /workenv/config/vagrant-local.yml, (*7)

  • Run again:, (*8)

$ vagrant up
  • Configure Mailgun in /config/autoload/local.php:

You should create Mailgun account if you didn't do it before. Also, create Postbin., (*9)

'mailgun' => [
    'key' => 'key-somekey',
    'endpoint' => 'http://bin.mailgun.net/somekey',
],
'mail' => [
    'domain' => 'somesudomain.mailgun.org',
],
  • Create scheme:
$ vagrant ssh -c 'php bin/console orm:schema-tool:create'
  • Done.

Testing

Run tests:, (*10)

$ vagrant ssh -c 'composer test:build'
$ vagrant ssh -c 'composer test:run'

License

zf-app-blank is released under the BSD 3-Clause License., (*11)

The Versions