PHP code example of ceghirepro / current

1. Go to this page and download the library: Download ceghirepro/current library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ceghirepro / current example snippets

 artisan vendor:publish
Current::get('/products', array('page' => '1', 'per_page' => '20', 'filtermode' => 'all'));
Current::post('/availability/group', array(), array('product_availability_view_options' => array('product_group_id' => 1));