PHP code example of jasekz / rentals-united-caching

1. Go to this page and download the library: Download jasekz/rentals-united-caching 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/ */

    

jasekz / rentals-united-caching example snippets


    'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingServiceProvider'

    'RentalsUnited' => 'Jasekz\RentalsUnitedCaching\RentalsUnitedCachingFacade'

RENTALS_UNITED_USERNAME=<your Rentals United username/email>
RENTALS_UNITED_PASSWORD=<your Rentals United password>
XML_CACHE_DIR='/path/to/cache/directory/'