jbrooksuk/core-api

Core API Provides Some Core API Client Functions For Laravel 4.1/4.2

v0.6.1-alpha 2014-10-19 21:21 UTC

README

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.

WARNING

This package is no longer maintained.

Laravel Core API

Build Status Coverage Status Quality Score Software License Latest Version

Installation

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.

Configuration

Laravel Core API requires no configuration. Just follow the simple install instructions and go!

Usage

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.

License

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.