GithubHelp home page GithubHelp logo

Comments (6)

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

Hi,
the php tree is a kind of mess right now.

The most up-to-date code is in the chatterbotapi.php single file.

But the Packagist compatible version is in the php/src, this is where composer.json point.

Also, the composer.json is missing mandatory fields (see: packagist.org/about).

All of this will need a great cleanup before I can publish it.

from chatter-bot-api.

PeeHaa avatar PeeHaa commented on July 18, 2024

Are you willing to separate out the thing into it's dedicated chatter-bot-api-php repo?

I would like it to have a dedicated packagist package.

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

@PeeHaa this move is something that tickle me for a long time.

And since you talk about it now, I guess I am willing to do this move soon.

Do you have suggestions for me ?

How do you see the layout of this repository ?

One thing that bugs me most right now is the fact that my PHP version is a mess, and not standard PHP (at least not standard Packagist).

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

Is it mandatory that I refactor to be more object oriented like this ?

Or, do you think this simple file can be distributed through Packagist ?

from chatter-bot-api.

PeeHaa avatar PeeHaa commented on July 18, 2024

I think you can distribute a single file too using packagist using the autoload directive:

"autoload": {
    "files": ["chatterbotapi.php"]
}

But I am not 100% tbh. FWIW for me personally it's not that urgent anymore because for my current project I needed something that uses a non blocking http client either way. So I built my own implementation of cleverbot.

For other users it will still be very nice to be able to composer the project in to be able to use it.

I could do a test for you if you want me to with a single file.

from chatter-bot-api.

pierredavidbelanger avatar pierredavidbelanger commented on July 18, 2024

@PeeHaa I like your implementation! You are clearly better than me at PHP :)

Thank you for the hint.

from chatter-bot-api.

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.