PHP Classes
elePHPant
Icontem

PHP Manifold Laravel Integration: Retrieve details from a Manifold account

Recommend this page to a friend!

  Author Author  
Name: TJ Webb <contact>
Classes: 3 packages by
Country: Canada Canada


  Detailed description   Download Download .zip .tar.gz  
This package can be used to retrieve details from a Manifold account.

It can send HTTP requests to the Manifold Marketplace API to perform several types of actions.

Currently it can pull the account credentials, keys, configurations, products, projects and resources.

Details

Introduction

The Manifold Laravel package allows you to connect to your Manifold account and pull your credentials, keys, configurations, etc. from your Manifold account into your Laravel application.

Installation

  1. Install the package composer require manifoldco/manifold-laravel
  2. Publish the config file php artisan vendor:publish Select manifoldco\manifold-laravel from the vendor list.
  3. Add, at the very least, your Manifold Bearer token to your .env file as follows MANIFOLD_API_TOKEN=YOUR-TOKEN-HERE
  4. You may optionally specify a Resource, Project, or Product by providing their respective IDs in your .env file. MANIFOLD_RESOURCE_ID=YOUR-RESOURCE-ID MANIFOLD_PROJECT_ID=YOUR-PROJECT-ID MANIFOLD_PRODUCT_ID=YOUR-PRODUCT-ID

Usage

Once installed and configured, your project/resource variables from Manifold will be pulled into your Laravel application as configurations. Your variables can be accessed using the config helper, using the key as it exists in Manifold. For example, a variable stored in your Manifold resource named API_KEY can be accessed using config('API_KEY').

Note that keys are case sensitive. Also note that when variable keys conflict, either with each other or with other Laravel configs, the last value with the given key will be the one added to the configuration.


  Classes of TJ Webb  >  PHP Manifold Laravel Integration  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  

 

Name: PHP Manifold Laravel Integration
Base name: env
Description: Retrieve details from a Manifold account
Version: -
PHP version: 5
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes
Group folder image Project Management Tools to assist project management View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagesrc (4 files, 2 directories)
Files folder imagetests (4 files)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file prefill.php Aux. Auxiliary script
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imageCommands (3 files)
Files folder imageconfig (1 file)
  Plain text file API.php Class Class source
  Plain text file Cache.php Class Class source
  Plain text file Core.php Class Class source
  Plain text file manifoldServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Commands  
File Role Description
  Plain text file Check.php Class Class source
  Plain text file Env.php Class Class source
  Plain text file Refresh.php Class Class source

  Files folder image Files  /  src  /  config  
File Role Description
  Accessible without login Plain text file manifold.php Conf. Configuration script

  Files folder image Files  /  tests  
File Role Description
  Plain text file APITest.php Class Class source
  Plain text file CacheTest.php Class Class source
  Plain text file CoreTest.php Class Class source
  Accessible without login Plain text file getApp.php Aux. Auxiliary script

Download Download all files: env.tar.gz env.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.