Giter Site home page Giter Site logo

[Proposal] Plugins about grumphp HOT 1 CLOSED

phpro avatar phpro commented on August 19, 2024
[Proposal] Plugins

from grumphp.

Comments (1)

veewee avatar veewee commented on August 19, 2024

First of all I haven't used Rocketeer before, so I don't know exactly what you are trying to accomplish.

Next to that, it is allready possible to configure your own Tasks / Listeners to GrumPHP by adding services to the grumphp.yml file:

https://github.com/phpro/grumphp#custom-tasks
https://github.com/phpro/grumphp#events

I can imagine that this part is not the easiest extension point for developers.
Another option that comes to mind is to create extensions like phpspec / behat does:

http://phpspec.readthedocs.org/en/latest/cookbook/extensions.html
https://github.com/phpspec/phpspec/blob/master/src/PhpSpec/Extension/ExtensionInterface.php

The idea is that a package can contain an extension to GrumPHP. The application will be able to hook in to the service container. The extension needs to be configured in the grumphp.yml file. During the creation of the service container, the extension will be loaded and it wil hook in it's custom tasks / listeners / custom console commands / ....
This will make it possible to reuse company specific tasks or create tasks per project.
It is also a possibility to create a new task that will run a php callback in the future.

However, The main idea is that the core package contains as much general tasks as possible.

About the git hooks:
Currently there are 2 git hooks configured: pre-commit, commit-message.
Following tasks need to be done to register a new hook:

  • create a new hook in resources/hooks
  • create a new console command for this hook
  • create a new context to run the tasks in
  • register the hook in the git:init command.

Maybe we can simplify this flow in the future.

Some questions:
What is your definition of this plugin based system?
Does this result in a grumphp-pre-commit plugin or plugins with specific tasks (e.g: grumpgp-frontend--tasks-plugin)?
How do you see the integration?
You say you started a similar project. Can you give me a link. Maybe we can use some of your ideas?

from grumphp.

Related Issues (20)

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.