2017 © Pedro Peláez
 

library opencart-console

Opencart Console for Developers.

image

otazniksk/opencart-console

Opencart Console for Developers.

  • Tuesday, July 24, 2018
  • by otazniksk
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Opencart 2.x Console tools for Developers, (*1)

Installation

The recommended way to install is via Composer:, (*2)

composer require otazniksk/opencart-console
  • v1.0 requires PHP 5.6 or newer
  • Tested on Windows 10 - WAMP

Available commands tools, (*3)

  • Create new Extension - create:extension


After the installation create file "opencart" in home directory your Opencart., (*4)

file: opencart, (*5)

#!/usr/bin/env php
<?php

require __DIR__ . '/vendor/autoload.php';

use otazniksk\OpencartConsole\InitConsole;
$console = new InitConsole(__DIR__);

Commands

php opencart create:extension, (*6)

br/ That's all! br/ br/, (*7)

License

The MIT License (MIT), (*8)

Copyright (c) 2018 otaznik.sk, (*9)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*10)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*11)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*12)

The Versions

24/07 2018

dev-master

9999999-dev

Opencart Console for Developers.

  Sources   Download

MIT

The Requires

 

by Michal Skop

24/07 2018

dev-dev

dev-dev

Opencart Console for Developers.

  Sources   Download

MIT

The Requires

 

by Michal Skop

24/07 2018

v1.0

1.0.0.0

Opencart Console for Developers.

  Sources   Download

MIT

The Requires

 

by Michal Skop