Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheusolivesilva/alura-scraping

A webscrap that get the data from https://www.alura.com.br/curso-online-php-composer
https://github.com/matheusolivesilva/alura-scraping

composer-package php7 webscraping

Last synced: 20 days ago
JSON representation

A webscrap that get the data from https://www.alura.com.br/curso-online-php-composer

Awesome Lists containing this project

README

        

# Alura Scraping
This library was created as a project in the course "PHP Composer: Dependencies, Autoload and Publishing" (which in loosely translated means "PHP Composer: Dependências, Autoload e Publicação"), available in [https://www.alura.com.br/curso-online-php-composer](https://www.alura.com.br/curso-online-php-composer).

## How to install?
Download this repo and after run:
```bash
composer install
```
After run the command below:
```php
php search-courses.php
```
## How to use it in my project?
Download via composer using:
```bash
composer require matheusoliveira/alura-scraping
```

See more at: [https://packagist.org/packages/matheusoliveira/alura-scraping](https://packagist.org/packages/matheusoliveira/alura-scraping)