Package Data | |
---|---|
Maintainer Username: | jbrooksuk |
Maintainer Contact: | graham@mineuk.com (Graham Campbell) |
Package Create Date: | 2015-02-16 |
Package Last Update: | 2015-02-16 |
Home Page: | |
Language: | PHP |
License: | Apache-2.0 |
Last Refreshed: | 2024-11-23 03:10:51 |
Package Statistics | |
---|---|
Total Downloads: | 7 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel Core API was created by, and is maintained by Graham Campbell, and provides some core API client functions for Laravel 4.1/4.2. It utilises Guzzle 4, and my Laravel Manager package. Feel free to check out the change log, releases, license, api docs, and contribution guidelines.
PHP 5.4+ or HHVM 3.2+, and Composer are required.
To get the latest version of Laravel Core API, simply require "graham-campbell/core-api": "0.6.*"
in your composer.json
file. You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
You can now utilise the classes in this package to speed up writing Laravel packages further. There are no service providers to register.
Laravel Core API requires no configuration. Just follow the simple install instructions and go!
There is currently no usage documentation besides the API Documentation for Laravel Core API.
You may see an example of implementation in Laravel CloudFlare API, Laravel DigitalOcean API, or Laravel UptimeRobot API.
Apache License
Copyright 2013-2014 Graham Campbell
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.