https://github.com/kaivladimirv/php-project-9
Page Analyzer - a site that analyzes the specified pages for SEO suitability by analogy with PageSpeed Insights.
https://github.com/kaivladimirv/php-project-9
hexlet php8 slim
Last synced: 30 days ago
JSON representation
Page Analyzer - a site that analyzes the specified pages for SEO suitability by analogy with PageSpeed Insights.
- Host: GitHub
- URL: https://github.com/kaivladimirv/php-project-9
- Owner: kaivladimirv
- License: mit
- Created: 2023-02-09T03:53:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T07:11:38.000Z (over 1 year ago)
- Last Synced: 2025-03-14T08:23:36.235Z (over 1 year ago)
- Topics: hexlet, php8, slim
- Language: PHP
- Homepage: https://ru.hexlet.io/programs/php/projects/9
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Hexlet tests and linter status:
[](https://github.com/kaivladimirv/php-project-9/actions)
[](https://github.com/kaivladimirv/php-project-9/actions/workflows/php-linter.yml)
[](https://codeclimate.com/github/kaivladimirv/php-project-9/maintainability)

## Page Analyzer
Page Analyzer - a site that analyzes the specified pages for SEO suitability by analogy with PageSpeed Insights.
It is a project of PHP courses from the [Hexlet](https://hexlet.io/) educational portal.
See demo: https://php-project-9-production-1789.up.railway.app/
## Requirements
* PHP 8.0+
* Composer
## Installation
```
$ git clone https://github.com/kaivladimirv/php-project-9.git
$ cd php-project-9
$ make install
$ make start
```
## License
The Page Analyzer project is licensed for use under the MIT License (MIT).
Please see [LICENSE](/LICENSE) for more information.