PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mohamed Elbahja   PHP SEO Tools   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SEO Tools
Perform tasks for on page search optimizations
Author: By
Last change:
Date: 5 years ago
Size: 845 bytes
 

Contents

Class file image Download
{ "name": "melbahja/seo", "type": "library", "description": "Simple PHP library to help developers ? do better on-page SEO optimization", "keywords": [ "seo", "search engine optimization", "php7", "php7.1", "schema.org", "sitemaps", "sitemap.xml", "sitemap index", "meta tags", "open graph", "twitter tags" ], "license": "MIT", "authors": [ { "name": "Mohamed ELbahja", "email": "mohamed@elbahja.me", "homepage": "https://elbahja.me", "role": "Developer" } ], "require": { "php": ">=7.1", "ext-xml": "*", "ext-curl": "*" }, "autoload": { "psr-4": { "Melbahja\\Seo\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\Melbahja\\Seo\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^7.5" }, "minimum-stability": "dev", "prefer-stable": true }