Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiiagoms/composer
:mage: Learning about how composer works
https://github.com/thiiagoms/composer
alura composer learning-by-doing
Last synced: 21 days ago
JSON representation
:mage: Learning about how composer works
- Host: GitHub
- URL: https://github.com/thiiagoms/composer
- Owner: thiiagoms
- License: 0bsd
- Created: 2022-01-04T01:04:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:28:22.000Z (about 2 years ago)
- Last Synced: 2024-11-15T20:41:02.122Z (3 months ago)
- Topics: alura, composer, learning-by-doing
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Manage your dependecies with PHP and magic :mage:
Little crawler on **Alura** :blue_heart: to get all PHP courses, but the focus is to learning about how composer works.
- [Dependencies](#Dependencies)
- [Run](#Run)
- [Composer](#Composer)#### Dependencies
- PHP +7.4
- Composer### Install :zap:
01 - Clone the repository:
```bash
$ git clone https://github.com/thiiagoms/composer
```02 - Switch directory
```bash
$ cd composer
```03 - Install dependencies with composer:
```bash
$ composer install
```### Run
04 - Run:
```bash
$ ./crawler/$$$$$$
/$$__ $$
| $$ \__/ /$$$$$$ /$$$$$$/$$$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$
| $$ /$$__ $$| $$_ $$_ $$ /$$__ $$ /$$__ $$ /$$_____/ /$$__ $$ /$$__ $$
| $$ | $$ \ $$| $$ \ $$ \ $$| $$ \ $$| $$ \ $$| $$$$$$ | $$$$$$$$| $$ \__/
| $$ $$| $$ | $$| $$ | $$ | $$| $$ | $$| $$ | $$ \____ $$| $$_____/| $$
| $$$$$$/| $$$$$$/| $$ | $$ | $$| $$$$$$$/| $$$$$$/ /$$$$$$$/| $$$$$$$| $$
\______/ \______/ |__/ |__/ |__/| $$____/ \______/ |_______/ \_______/|__/
| $$
| $$
|__/
[*] Author: Thiago Silva AKA thiiagoms
[*] Description: Alura scrap
```### Composer :package:
- Add `composer check` command to run tests with `phpunit` and validate code style with `phpcs` and `phan`, you can check it on `composer list` description.
-05 If you want to run the command:
```bash
$ composer check
```