renatoaugustofs / alura-webscraping-php
项目旨在从Alura网站上搜索课程
v1.1.0
2021-10-26 08:40 UTC
Requires
- guzzlehttp/guzzle: ^7.4
- squizlabs/php_codesniffer: ^3.6
- symfony/css-selector: ^5.3
- symfony/dom-crawler: ^5.3
Requires (Dev)
- phan/phan: ^5.2
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-30 01:34:53 UTC
README
关于 📖
本项目旨在最大限度地获取Composer中一些不为人知但功能强大的特性的知识。通过本项目,我们应用了生产环境中软件管道的知识,简化了使用Composer、库、包和外部工具以及psr的某些点,例如psr-4等。
---技术 🚀
--- - ✅ "PHP 7.4" 💪 ---了解更多
- Clone this repository:
$ git clone https://github.com/RenatoAugustoFS/WebScraping-PHP.git
- Check the directory:
$ cd /var/www/html/<ProjectName>
- Open your browser in:
https:///<ProjectName>
如何贡献 💪
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
本项目由 @RenatoAugusto 用 ❤️ 开发。如果它对您有帮助,请给它 ⭐,这也会对我有所帮助 😉