Download the PHP package jorijn/ynab-sdk-php without Composer
On this page you can find all versions of the php package jorijn/ynab-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ynab-sdk-php
YNAB-SDK-PHP
Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.youneedabudget.com
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 7.1 and later
Installation & Usage
Composer
To install the bindings via Composer, execute the following command:
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api.youneedabudget.com/v1
Class | Method | HTTP request | Description |
---|---|---|---|
AccountsApi | getAccountById | GET /budgets/{budget_id}/accounts/{account_id} | Single account |
AccountsApi | getAccounts | GET /budgets/{budget_id}/accounts | Account list |
BudgetsApi | getBudgetById | GET /budgets/{budget_id} | Single budget |
BudgetsApi | getBudgetSettingsById | GET /budgets/{budget_id}/settings | Budget Settings |
BudgetsApi | getBudgets | GET /budgets | List budgets |
CategoriesApi | getCategories | GET /budgets/{budget_id}/categories | List categories |
CategoriesApi | getCategoryById | GET /budgets/{budget_id}/categories/{category_id} | Single category |
MonthsApi | getBudgetMonth | GET /budgets/{budget_id}/months/{month} | Single budget month |
MonthsApi | getBudgetMonths | GET /budgets/{budget_id}/months | List budget months |
PayeeLocationsApi | getPayeeLocationById | GET /budgets/{budget_id}/payee_locations/{payee_location_id} | Single payee location |
PayeeLocationsApi | getPayeeLocations | GET /budgets/{budget_id}/payee_locations | List payee locations |
PayeeLocationsApi | getPayeeLocationsByPayee | GET /budgets/{budget_id}/payees/{payee_id}/payee_locations | List locations for a payee |
PayeesApi | getPayeeById | GET /budgets/{budget_id}/payees/{payee_id} | Single payee |
PayeesApi | getPayees | GET /budgets/{budget_id}/payees | List payees |
ScheduledTransactionsApi | getScheduledTransactionById | GET /budgets/{budget_id}/scheduled_transactions/{scheduled_transaction_id} | Single scheduled transaction |
ScheduledTransactionsApi | getScheduledTransactions | GET /budgets/{budget_id}/scheduled_transactions | List scheduled transactions |
TransactionsApi | bulkCreateTransactions | POST /budgets/{budget_id}/transactions/bulk | Bulk create transactions |
TransactionsApi | createTransaction | POST /budgets/{budget_id}/transactions | Create new transaction |
TransactionsApi | getTransactionById | GET /budgets/{budget_id}/transactions/{transaction_id} | Single transaction |
TransactionsApi | getTransactions | GET /budgets/{budget_id}/transactions | List transactions |
TransactionsApi | getTransactionsByAccount | GET /budgets/{budget_id}/accounts/{account_id}/transactions | List account transactions |
TransactionsApi | getTransactionsByCategory | GET /budgets/{budget_id}/categories/{category_id}/transactions | List category transactions |
TransactionsApi | getTransactionsByPayee | GET /budgets/{budget_id}/payees/{payee_id}/transactions | List payee transactions |
TransactionsApi | updateTransaction | PUT /budgets/{budget_id}/transactions/{transaction_id} | Updates an existing transaction |
UserApi | getUser | GET /user | User info |
Documentation For Models
- Account
- AccountResponse
- AccountWrapper
- AccountsResponse
- AccountsWrapper
- BudgetDetailResponse
- BudgetDetailWrapper
- BudgetSettings
- BudgetSettingsResponse
- BudgetSettingsWrapper
- BudgetSummary
- BudgetSummaryResponse
- BudgetSummaryWrapper
- BulkIdWrapper
- BulkIds
- BulkResponse
- BulkTransactions
- CategoriesResponse
- Category
- CategoryGroup
- CategoryGroupsWrapper
- CategoryResponse
- CategoryWrapper
- CurrencyFormat
- DateFormat
- ErrorDetail
- ErrorResponse
- HybridTransactionsResponse
- HybridTransactionsWrapper
- MonthDetailResponse
- MonthDetailWrapper
- MonthSummariesResponse
- MonthSummariesWrapper
- MonthSummary
- Payee
- PayeeLocation
- PayeeLocationResponse
- PayeeLocationWrapper
- PayeeLocationsResponse
- PayeeLocationsWrapper
- PayeeResponse
- PayeeWrapper
- PayeesResponse
- PayeesWrapper
- SaveTransaction
- SaveTransactionWrapper
- ScheduledSubTransaction
- ScheduledTransactionResponse
- ScheduledTransactionSummary
- ScheduledTransactionWrapper
- ScheduledTransactionsResponse
- ScheduledTransactionsWrapper
- SubTransaction
- TransactionResponse
- TransactionSummary
- TransactionWrapper
- TransactionsResponse
- TransactionsWrapper
- User
- UserResponse
- UserWrapper
- BudgetDetail
- CategoryGroupWithCategories
- HybridTransaction
- MonthDetail
- ScheduledTransactionDetail
- TransactionDetail
Documentation For Authorization
bearer
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Author
All versions of ynab-sdk-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2