Coder Social home page Coder Social logo

jardelgcunha / buscador-cursos-teste Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 22 KB

Project that searches the courses on Alura's website developed in the PHP Composer course by Alura.

License: MIT License

PHP 100.00%
php composer phpunit phpcs phan

buscador-cursos-teste's Introduction

๐Ÿ” Buscador de Cursos

Project that searches the courses on Alura's website developed in the PHP Composer course by Alura.

๐Ÿš€ Stacks

This project was developed with the following technologies, tools and utilities:

Installed Dependencies:

๐Ÿ†™ App Features

  • Searches the name of all courses in a section of the Alura website;
  • It performs three types of tests in the application, they are PHPUnit (Unit Test), PHPCS (Design Patterns) and PHAN (Static Analysis of Code Syntax).

๐Ÿ‘ท How to run?

git clone https://github.com/JardelDeveloper/buscador-cursos.git

๐Ÿ’ป Run App

# Access the directory
$ cd buscador-cursos
# Make sure PHP is installed, if not, go to the PHP documentation above to install
$ php --version
# Make sure Composer is installed, if not, go to the Composer documentation above to install
$ composer --version
# Create the basic composer configuration file automatically (composer.json)
$ composer init
# Install all Dependencies exactly in composer.json
$ composer install
# Insert or remove packages or change autoload 
$ composer update
# Update the autoload
$ composer dumpautoload
# Run App for terminal
$ php "file.php"

๐Ÿงช Test App

# Required the environment to be configured, if not, take a look at the "Run App" section
# Access the directory
$ cd buscador-cursos
# See the complete list of commands
$ composer list
# Test PHAN (Static Analysis of code syntax)
$ composer phan
# Test PHPCS (Design Patterns)
$ composer cs
# Test PHPUnit (Unit Test)
$ composer test
# Test PHAN, PHPCS and PHPUnit automatically
$ composer check

๐Ÿค” How to contribute?

# Make a Fork this repository;
# Create a branch with your feature:
git checkout -b my-feature;
# Make commit to your changes:
git commit -m "feat: my new feature";
# Make a push to your branch:
git push origin my-feature;

After the merge of your pull request is done, you can delete a branch of yours.

๐Ÿ”ง Issues

Feel free to file a new issue with a respective title and description on the Buscador de Cursos repository. If you already found a solution to your problem, I would love to review your pull request.

๐Ÿ“ License

Released in 2021 ๐Ÿ“•

This project is under the MIT license. See the LICENSE for more details.

Made with ๐Ÿ’š by Jardel Cunha.

Give โญ if this project helped you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.