Menu

#46 Composer

2.0
closed
composer (2)
2019-10-20
2014-12-09
No

It would be nice to see this product in composer repository. I'd like to automatically install dependencies in one command with all libs.

Related

Feature Requests: #25

Discussion

  • LogMANOriginal

    LogMANOriginal - 2019-04-18
    • Group: 1.9 --> 2.0
     
  • LogMANOriginal

    LogMANOriginal - 2019-10-20
    • status: open --> closed
    • assigned_to: LogMANOriginal
     
  • LogMANOriginal

    LogMANOriginal - 2019-10-20

    My first time doing this, but it seems to work:

    composer require simplehtmldom/simlehtmldom dev-master
    
    <?php
    
    require_once 'vendor/autoload.php';
    use simplehtmldom\HtmlWeb;
    
    echo (new HtmlWeb())->load('https://google.com/')->find('title', 0)->plaintext;
    
     

Log in to post a comment.

MongoDB Logo MongoDB