PHP code example of alternatex / store

1. Go to this page and download the library: Download alternatex/store 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/ */

    

alternatex / store example snippets

javascript
Store.configure({ 
  url: "http://localhost/datastore.php", 
  ttl: 3600
});
javascript
objectStore.get('8c0c1ff0-d0fe-38b7-376a-b0b1d53bd557');