Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matheusolivesilva/alura-scraping
- Owner: matheusolivesilva
- Created: 2020-03-25T04:17:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T03:59:05.000Z (over 4 years ago)
- Last Synced: 2024-10-15T01:21:40.091Z (2 months ago)
- Topics: composer-package, php7, webscraping
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)