https://github.com/pj8912/bard-php-terminal
Terminal Chat with Bard using Bard API and PHP
https://github.com/pj8912/bard-php-terminal
artificial-intelligence bard bard-api generative-ai google-bard php8 terminal terminal-app terminal-based
Last synced: 10 months ago
JSON representation
Terminal Chat with Bard using Bard API and PHP
- Host: GitHub
- URL: https://github.com/pj8912/bard-php-terminal
- Owner: pj8912
- License: apache-2.0
- Created: 2023-05-19T15:23:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T15:49:52.000Z (about 3 years ago)
- Last Synced: 2025-02-28T22:11:51.997Z (over 1 year ago)
- Topics: artificial-intelligence, bard, bard-api, generative-ai, google-bard, php8, terminal, terminal-app, terminal-based
- Language: PHP
- Homepage: https://github.com/pj8912/bard-php-terminal
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bard-php-terminal
Terminal Chat with Bard using Bard API and PHP
## Requirements
- `PHP 8.1`
- `Composer`
## Install
- Clone
```bash
git clone https://github.com/pj8912/bard-php-terminal.git
```
- Install
```bash
composer install
```
```
## Enter Your Key
```php
$_ENV['_BARD_API_KEY'] = "ENTER_YOUR_KEY";
```
## Start
```bash
php index.php
```