Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 13 | All time: 11,384 This week: 524 |
Version | License | PHP version | Categories | |||
env 1.0 | GNU General Publi... | 5 | PHP 5, Web services, Project Management |
Description | Author | |||||||||||||||||||||||
This package can be used to retrieve details from a Manifold account. |
|
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.
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.
Files (18) |
File | Role | Description | ||
---|---|---|---|---|
src (4 files, 2 directories) | ||||
tests (4 files) | ||||
.editorconfig | Data | Auxiliary data | ||
.styleci.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data | ||
prefill.php | Aux. | Auxiliary script | ||
README.md | Doc. | Documentation |
Files (18) | / | src |
Files (18) | / | src | / | Commands |
File | Role | Description |
---|---|---|
Check.php | Class | Class source |
Env.php | Class | Class source |
Refresh.php | Class | Class source |
Files (18) | / | tests |
File | Role | Description |
---|---|---|
APITest.php | Class | Class source |
CacheTest.php | Class | Class source |
CoreTest.php | Class | Class source |
getApp.php | Aux. | Auxiliary script |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.