Skip to content

bohwaz/pouchdb-collate-php

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

pouchdb-collate-php

PHP port of PouchDB collate/serialization library.

Pouch-Collate serialization SHOULD NOT be used as a (primary) key for referencing your data in CouchDB, it SHOULD only be used for collation and sorting your records. This is because float precision and other issues in the parsing of data may arise between Javascript and PHP and you would get inconsistant data sets.

To serialize data you should look at Bencode, JSON, serialize() or others, not this library.

Authors

  • Matthew Mills
  • BohwaZ

About

PHP port of PouchDB collate library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages