Giter Site home page Giter Site logo

dot-console's Introduction

DotKernel 3 Logo

GitHub issues GitHub forks GitHub stars GitHub license

Packagist Version (including pre-releases) PHP from Packagist

DotKernel 3 Official Documentation Repository

Documentation ( version 1.0 , based on Zend namespace and Zend Expressive )

Roadmap April 2020

TARGET:

NEW APPLICATIONS

  • api-mail ? service to send emails only
  • PINGU queue system, based on Redis + swoole + Mezzio + deployed as a standalone service

Package versioning:

  1. version 1.x related to Zend Framework and Expressive [deprecated]
  2. version 2.x related to Mezzio and Laminas, without modification of the flow. No new functions, only compatibility [deprecated]
  3. version 3.x related to the new Mezzio and Laminas architecture , in preparation for DK3 version 3

Documentation on each package please !!!!

Requirements for V 3:

  • bump require version of PHP to 7.4
  • doctrine 2.7.x ( latest)
  • twig 3.x (latest)
  • update documentation to reflect changes ( readme.md)

How to:

  • create the branch 3.0 from 2.0 !!!
  • make default branch 3.0 ( not master anymore )
  • enjoy

Package list: see the checllist https://github.com/dotkernel/dotkernel/blob/master/checklist-v3-packages.md

dot-console's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dot-console's Issues

Application constructor parameters order

The Application class constructor has optional params before the required ones. Optional parameters should be after the required ones.
See Dot\Console\Application, line : 90,91.

Provided HelloCommand's description does not show up

I have set up a dk3-frontend and would like to create some custom command for console. It works! But provided description in configuration does not show up when calling php bin/console.php:

 autocomplete    Command autocompletion setup
 hello           
 help            Get help for individual commands
 version         Display the version of the script

I use default configuration for command:

return [
    'dot_console' => [
        //'name' => 'DotKernel Console',
        //'version' => '1.0.0',

        'commands' => [
            [
                'name' => 'hello',
                'description' => 'Hello, World! command example',
                'handler' => HelloCommand::class,
            ],
        ]
    ]
];

mark the library as abandoned

@MarioRadu

Please create a file with the name

OSSMETADATA

content :
osslifecycle=archived

  1. write a message like"
    dot-console is abandoned and will receive no further development!
    We recommend using dotkernel/dot-cli."
    when someone is trying to install it

  2. create a final release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.