Coder Social home page Coder Social logo

Comments (6)

jhigman avatar jhigman commented on April 16, 2024

I unpacked the phar, and listing the contents (first 3 levels) gives this:

jzh@jzh-Latitude-E6500:~/Downloads$ tree /tmp/guzzle/ -L 3
/tmp/guzzle/
└── src
└── Guzzle
├── Common
├── Guzzle.php
├── Http
└── Service

Should I be seeing a "vendor" directory in there as well?

Cheers, Julian.

from guzzle.

mtdowling avatar mtdowling commented on April 16, 2024

Whoops. Sorry about that. The build process for guzzle.github.com didn't include the composer installation. I've updated the build process and uploaded new phar files. Can you give it another try and let me know if your issue is fixed?

from guzzle.

jhigman avatar jhigman commented on April 16, 2024

Great, that's working for me now.

Thanks for the quick response!

from guzzle.

tobsn avatar tobsn commented on April 16, 2024
Warning: require_once(phar://Guzzle/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php): failed to open stream: phar error: invalid url or non-existent phar "phar://Guzzle/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php" in /var/fog/apps/app123/myapp.phpfogapp.com/guzzle.phar on line 3 Fatal error: require_once(): Failed opening required 'phar://Guzzle/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php' (include_path='.:/usr/share/php:/usr/share/php/libzend-framework-php') in /var/fog/apps/app123/myapp.phpfogapp.com/guzzle.phar on line 3

im messing around with phpfog and locally it works just fine (MAMP under OSX) but on phpfog it fails with this msg. any ideas?

from guzzle.

mtdowling avatar mtdowling commented on April 16, 2024

Interesting. I just did a simple test on an EC2 Linux instance and it seemed to work just fine:

First download the phar:

wget http://guzzlephp.org/guzzle.phar

Now create a simple test script:

<?php

require 'guzzle.phar';
$client = new Guzzle\Http\Client();
echo $client->get('http://example.com')->send();

Does this work for you?

from guzzle.

tobsn avatar tobsn commented on April 16, 2024

thats pretty much what im doing.

from guzzle.

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.