Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orientier/brandfolder-sdk-php
The official PHP SDK for the Brandfolder digital asset management platform.
https://github.com/orientier/brandfolder-sdk-php
composer php sdk
Last synced: 7 days ago
JSON representation
The official PHP SDK for the Brandfolder digital asset management platform.
- Host: GitHub
- URL: https://github.com/orientier/brandfolder-sdk-php
- Owner: orientier
- License: mit
- Created: 2022-10-24T14:10:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T22:27:53.000Z (about 1 year ago)
- Last Synced: 2024-04-24T04:11:43.466Z (9 months ago)
- Topics: composer, php, sdk
- Language: PHP
- Homepage: https://packagist.org/packages/brandfolder/brandfolder-sdk-php
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Official PHP Brandfolder SDK
[![GitHub](https://img.shields.io/github/license/orientier/brandfolder-sdk-php)](https://github.com/orientier/brandfolder-sdk-php/blob/master/LICENSE)
[![PHP Composer Testing](https://github.com/orientier/brandfolder-sdk-php/workflows/PHP%20Composer%20Testing/badge.svg)](https://github.com/orientier/brandfolder-sdk-php/actions?query=workflow%3A%22PHP+Composer+Testing%22)
[![Latest Documentation Build](https://github.com/orientier/brandfolder-sdk-php/workflows/Generate%20phpDoc/badge.svg)](https://github.com/orientier/brandfolder-sdk-php/actions?query=workflow%3A%22Generate+phpDoc%22)[![Brandfolder](https://cdn.brandfolder.io/YUHW9ZNT/as/znoqr595/Primary_Brandfolder_Logo.png?width=400)](https://brandfolder.com)
### What is Brandfolder?
Brandfolder is a visually-elegant and user-friendly Digital Asset Management software that allows marketers and creatives across industries to maximize their brand management potential. Brandfolder is more than just storage for your digital assets; with our solution's cloud-first architecture, users can organize, manipulate, distribute, and analyze their most important digital collateral from a single source of truth. With advanced AI-powered smart search, asset editing and manipulation, annotated workflow with approvals and notifications, and actionable brand insights, Brandfolder's feature suite amplifies cross-team collaboration and productivity, and empowers external users to access the content they need with unprecedented ease.
## Description
This project was created and is overseen by the team at [Orientier](https://www.orientier.com). It is maintained/developed in fits and starts according to customer priorities. Feel free to [file issues](https://github.com/orientier/brandfolder-sdk-php/issues) with bug reports & feature requests, and contact us to discuss ways in which you would like to use the SDK.
The code contains fairly extensive inline documentation, and we generate a navigable [documentation site](https://docs.orientier.com/brandfolder-sdk-php) from this using [phpDocumentor](https://www.phpdoc.org/). The docs include code samples for nearly all methods. Check them out and feel free to contribute!
## References
- [PHP SDK Documentation](https://docs.orientier.com/brandfolder-sdk-php)
- [Brandfolder API Documentation](https://developers.brandfolder.com)## Requirements
- Brandfolder account
- PHP 8.1 or greater
- [Composer](https://getcomposer.org)
- [Guzzle](https://github.com/guzzle/guzzle)## Installation
Dependencies are managed by [Composer](https://getcomposer.org). After
installing Composer, run the following command from the library root:`composer install`
or
`composer install --ignore-platform-reqs`