FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

Installation without Composer #320

Open emresaracoglu opened 7 years ago

emresaracoglu commented 7 years ago

Hi,

How I can install without Composer?

ssanders commented 7 years ago

https://github.com/FriendsOfPHP/Goutte/releases/download/v3.1.0/goutte-v3.1.0.phar

emresaracoglu commented 7 years ago

@ssanders ,

Thank you for your answer but I want to ask a question.

This is true method?

include 'goutte/phar.phar';

if this true, do I need anything else besides him?