PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   Brave Search API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Brave Search API
Search the Web using the Brave Search API
Author: By
Last change:
Date: 2 days ago
Size: 1,333 bytes
 

Contents

Class file image Download
{ "name": "slvler/brave-search-api", "description": "Brave search api API wrapper for Laravel", "keywords": [ "brave", "search", "laravel", "php" ], "homepage": "https://github.com/slvler/brave-search-api", "license": "MIT", "type": "library", "authors": [ { "name": "slvler", "email": "slvler@proton.me" } ], "require": { "illuminate/support": "^10.0" }, "require-dev": { "orchestra/testbench": "^8.18", "phpunit/phpunit": "^10.5", "friendsofphp/php-cs-fixer": "^3.64", "guzzlehttp/guzzle": "^7.9" }, "autoload": { "psr-4": { "Slvler\\Brave\\": "src/" } }, "autoload-dev": { "psr-4": { "Slvler\\Brave\\Tests\\": "tests/" } }, "extra": { "laravel": { "providers": [ "Slvler\\Brave\\BraveServiceProvider" ], "aliases": { "Brave": "Slvler\\Brave\\Facades\\Brave" } } }, "minimum-stability": "stable", "scripts": { "test": "vendor/bin/phpunit tests", "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "prefer-stable": true }