2017 © Pedro Peláez
 

library hametwoo

A utility classes for WooCommerce development

image

hametuha/hametwoo

A utility classes for WooCommerce development

  • Tuesday, January 23, 2018
  • by fumikito
  • Repository
  • 0 Watchers
  • 0 Stars
  • 151 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 12 Versions
  • 39 % Grown

The README.md

hametwoo

A utility classes for WooCommerce development., (*1)

Build Status, (*2)

How to Use

Include via composer. In your composer.json:, (*3)

{
  "require": {
    "hametuha/hametwoo": "~0.9"
  }
}

This library is useful for making Payment Gateways., (*4)

Development

Composer, Node.js, and Docker are required. At first, clone GitHub repository., (*5)

git clone git@github.com:hametuha/hametwoo.git

Then install dependencies., (*6)

composer install
npm install

Run local environment., (*7)

npm start

Run test., (*8)

# PHP Unit test in Docker.
npm test
# PHP Code Sniffer
composer lint
# PHP Code Beautifier
composer format

To enable mailhog for debug, follow the instruction below., (*9)

# Get docker container ID.
# Notice: run npm start before this step.
npm run path
# You will get container ID at the base name e.g. 0597019337936df00cda1cf5a15016e0
# Save it as .wp_install_path
touch .wp_install_path
echo 0597019337936df00cda1cf5a15016e0 > .wp_install_path
# Restart docker.
npm run update
# Open http://localhost:8025

License

GPL 3.0 and later., (*10)

Change Log

0.8.5

  • Fix custom email to automatically fired.

0.8.4

  • Add custom email for cancellation.

0.8.2

  • Add dependency check Compatibility::check_dependency( $plugin_files_array ).
  • Add utility functions for get post data for Gateway API.

0.8.0

First release., (*11)

The Versions

23/01 2018

dev-master

9999999-dev

A utility classes for WooCommerce development

  Sources   Download

GPLv3+ GPL-3.0-or-later

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

23/01 2018

0.8.10

0.8.10.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

23/01 2018

0.8.9

0.8.9.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

12/01 2018

0.8.8

0.8.8.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

12/01 2018

0.8.7

0.8.7.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

04/04 2017

0.8.6

0.8.6.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

03/04 2017

0.8.5

0.8.5.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

30/03 2017

0.8.4

0.8.4.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

29/03 2017

0.8.3

0.8.3.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

29/03 2017

0.8.2

0.8.2.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

08/02 2017

0.8.1

0.8.1.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito

02/02 2017

0.8.0

0.8.0.0

A utility classes for WooCommerce development

  Sources   Download

GPLv3+

The Requires

  • php >=5.4

 

The Development Requires

by Avatar fumikito