Skip to content

"a service you can count on"? - free as in freedom unique number repository (web service and client) available

Every needed a service that takes care of ensures each number is unique?
The unique number repository is such a service. Since it is "free as in freedom", you can own your data (why? because it is your data of course).
What is it? A simple REST based server and an example command line client.
It is using an authentication token to prevent the service is used by unauthorized persons. Feel free to create a pull request for a more sophisticated authentication method.

version 1.1.1 php component cli readline

I am happy to announce the release of 1.1.1 of bazzlines cli readline component for php.
Important changes are:
Since Version 1.1.1

  • fixed bug in nested arrays and dealing with closures

Since Version 1.1.0

  • removed unused DebugManager
  • moved from project namespace "Autocomplete" to "Readline"

Since Version 1.0.0

  • initial release

Whats so super cool about this component? Creating a php command line script with autocomplete was never that easy!

version 1.5.2 php component csv released

I am happy to announce the release of 1.5.3 of bazzlines csv component for php.
Important changes are:
Since Version 1.5.2

Since Version 1.5.1

  • updated dependency

Since Version 1.5.0

Since Version 1.4.0

  • started cli example to easy up usage
  • added "rewind" call when using reader::readAll() and reader::readMany()