Giter Site home page Giter Site logo

Comments (2)

diderich avatar diderich commented on May 28, 2024 1

In previous version require __DIR__ . '/../vendor/autoload.php' was not necessary (having a loader load anything under DeepL\ was sufficient). I added the generic autoload statement and now it works fine (again).

Thanks for your help @JanEbbing.

from deepl-php.

JanEbbing avatar JanEbbing commented on May 28, 2024

It seems autoloading is not working correctly. Could you please share your composer.json file (and how you set up autoloading, e.g. require __DIR__ . '/../vendor/autoload.php'; at the start of your entrypoint script)? I can't reproduce this on a new sample project: Running composer init, defining deeplcom/deepl-php:1.5.0 as a dependency and setting up autoload, gives me the following composer.json:

{
    "name": "sample/phptest",
    "type": "project",
    "require": {
        "deeplcom/deepl-php": "1.5.0",
        "symfony/http-client": "^6.3",
        "nyholm/psr7": "^1.8"
    },
    "license": "GPL",
    "authors": [
        {
            "name": "Jan Ebbing",
            "email": "my email"
        }
    ],
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}

And in this project I can just create a new \DeepL\Translator in src/Script.php:

<?php

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

$t = new \DeepL\Translator('my_auth_key');
var_dump($t);

Edit: I just checked, I also can't reproduce by starting with v1.4.0 of the package and then running composer update to get to v1.5.0, the autoloading is updated correctly, so I suspect your autoload isn't set up correctly.

from deepl-php.

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.