Download the PHP package xzxzyzyz/laravel-conoha-api without Composer
On this page you can find all versions of the php package xzxzyzyz/laravel-conoha-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-conoha-api
Laravel Conoha API
ConohaのAPIをLaravelで利用する (メール)
Laravel 5.5+
Installation
※keika299/chapが必要だが現在非公開なので、ソースコードをダウンロードしてcomposer.json
へ追加して読み込む
config/app.php
へ追加
.env
へ追加
config/conoha.php
Usage
ドメイン
# | URL | METHOD | PARAMS |
---|---|---|---|
一覧 | GET | api/domain | |
作成 | POST | api/domain | domain_name:ドメイン名 |
参照 | GET | api/domain/{domain_name} | |
削除 | DELETE | api/domain/{domain_name} |
メールアドレス
domian_id
はドメイン作成時にConoha上で作成されるドメインID (UUID)
# | URL | METHOD | PARAMS |
---|---|---|---|
一覧 | GET | api/domain/{domain_id}/email | |
作成 | POST | api/domain/{domain_id}/email | email:メールアドレス, password:パスワード |
参照 | GET | api/domain/{domain_id}/email/{email} | |
削除 | DELETE | api/domain/{domain_id}/email/{email} |
メッセージ
email_id
はドメイン作成時にConoha上で作成されるメールID (UUID)
# | URL | METHOD | PARAMS |
---|---|---|---|
一覧 | GET | api/domain/{domain_id}/email/{email_id}/message | |
参照 | GET | api/domain/{domain_id}/email/{email_id}/message/{message_id} |
※ routeについてはRouteServiceProvider
で読み込んでいるapi.phpを参照
Events
# | EVENT |
---|---|
ドメイン作成時 | \Xzxzyzyz\ConohaAPI\Events\DomainCreatedEvent |
ドメイン削除時 | \Xzxzyzyz\ConohaAPI\Events\DomainDeletedEvent |
メールアドレス作成時 | \Xzxzyzyz\ConohaAPI\Events\EmailCreatedEvent |
メールアドレス削除時 | \Xzxzyzyz\ConohaAPI\Events\EmailDeletedEvent |
All versions of laravel-conoha-api with dependencies
PHP Build Version
Package Version
The package xzxzyzyz/laravel-conoha-api contains the following files
Loading the files please wait ....