Download the PHP package ademes/core without Composer
On this page you can find all versions of the php package ademes/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor ademes
Package core
Short Description Ademes core service, developed by laravel 4
License MIT
Package core
Short Description Ademes core service, developed by laravel 4
License MIT
Please rate this library. Is it a good library?
Informations about the package core
Ademes Core modules
Should include all core modules and functions for different applications
Installation
Add the following line to the require
section of composer.json
:
Setup
- Add
'Ademes\Core\CoreServiceProvider',
to the service provider list inapp/config/app.php
.
Configuration
In order to use the Api Proxy publish its configuration first
Afterwards edit the file to suit your needs.
Usage
Authentication
Fetch User info
- Get logged in user
Http Client
Use this class for all request to api services.
Client has 3 methods:
- GET
- POST
- DELETE Due to limitation of Laravel 4, to be able to make PUT, PATCH request, we have to sende '_method'=>'PUT'/'PATCH' in message body.
Request Examples
-
GET
-
POST
-
DELETE
- PUT
All versions of core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 4.2.*
guzzlehttp/guzzle Version ~5.0
solarium/solarium Version 3.4.1
illuminate/support Version 4.2.*
guzzlehttp/guzzle Version ~5.0
solarium/solarium Version 3.4.1
The package ademes/core contains the following files
Loading the files please wait ....