Download the PHP package namchung/candy-api without Composer

On this page you can find all versions of the php package namchung/candy-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package candy-api

Please Note
Whilst every effort has been made to make this software ready for a release, it is provided as is, this is very much still in early alpha stages and you use it at your own risk.

This is not production ready software

GetCandy E-Commerce API

A laravel way to build an API driven store online.

Requirements

Server setup

We think the easiest way to get up and running is to use Valet+ with Elasticsearch. But really, it's up to you :)

Installing via composer

You can either install just the API or the API and Hub.

Just the API

This will contain everything you need to manage your store through the API endpoints.

API and Hub (recommended)

This will install the API and the Hub, so you have a nice interface to manage your store.

Laravel 5.6

GetCandy supports package auto discovery

Laravel 5.5

Add the three required service providers to your config/app.php file

Publish the config / resources

The API needs to publish some config items and the hub needs to publish some resources (if you're using it)

Set up your users

GetCandy doesn't have it's own User model, we figured you'd want your own, so we just use a trait:

The API uses passport for authentication, so make sure your config/auth.php config uses this:

This will probably be refactored into it's own gate going forward, hangover from non package days...

Get things up and running

The API needs some bare minimum data to get going, for now we've just made a console command to get going:

Follow the installation steps and you'll be able to log in and start adding products!


All versions of candy-api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
alaouy/youtube Version ^2.2
barryvdh/laravel-cors Version ^0.11
barryvdh/laravel-dompdf Version ^0.8.3
spatie/laravel-activitylog Version 3.2.*
braintree/braintree_php Version 3.*
hashids/hashids Version ^3.0
intervention/image Version ^2.4.2
kalnoy/nestedset Version ^4.3
laravel/framework Version 5.8.*
laravel/passport Version ^7.0
laravel/tinker Version ^1.0
league/fractal Version ^0.17.0
ruflin/elastica Version 6.1.*
spatie/laravel-permission Version 2.37.*
vinkla/hashids Version ^5.1.0
vimeo/laravel Version 5.3.*
doctrine/dbal Version 2.9.2
paypal/rest-api-sdk-php Version *
maatwebsite/excel Version 2.1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package namchung/candy-api contains the following files

Loading the files please wait ....