Skip to content

What is happening with this repo? #1

Description

@phpfui

So I have to add a Constant Contact API to my website. Looks like the official CC repo has not been updated in 6 years and it is full of PR and open issues, and is V2 to boot.

Looks like this is the only V3 repo out there that is not some sort of Laravel or other custom framework specific library (have no idea why people do that, but what do you expect from PHP developers?)

In this repo's current form, it can't be used, as it has a minimum stability of dev. I also notice you have a lot of useless comments and a mix of use statements and fully qualified names. I personally don't use "use" statements, as they are just another level of indirection and slow PHP down at run time.

Anyway, this looks likes the beginning of a good library, and I love that it is 7.3. I would be happy to help out. Here is what I see needs to be done:

Readme.md
PHP CS Fixer support
PHPUnit Tests
Removal of useless comments (eg @param string $varName when defined by method parameters)
Removal of use statements to use FQN everywhere (faster execution and less ambiguous)
Full docs at PHPFUI, oh, already did that.

Let me know if you want some help.

Bruce

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions