An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

### Hexlet tests and linter status:
[![Actions Status](https://github.com/kaivladimirv/php-project-9/workflows/hexlet-check/badge.svg)](https://github.com/kaivladimirv/php-project-9/actions)
[![PHP Linter](https://github.com/kaivladimirv/php-project-9/actions/workflows/php-linter.yml/badge.svg)](https://github.com/kaivladimirv/php-project-9/actions/workflows/php-linter.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/05064af4a4dae39fbc78/maintainability)](https://codeclimate.com/github/kaivladimirv/php-project-9/maintainability)
PHP Programming Language

## 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.