Hello all,
Version 1.0.0 is almost done, its on the second release candidate stage. For this version the original uFlex class was rewritten into a small PHP package.
This means that instead of it been one big file the code base has been broken down into multiple, more manageable, smaller files. This also makes the code more
testable. In fact version 1.0.0 includes a test suite that covers 100% of the source files and 83% of the lines.
Even thought the source is broken into multiple smaller files you don't have to include then all in your project. You will only have to include one script which
will be in charge of auto loading all the classes as needed. Alternatively you now can have uFlex as a dependency on your Composer projects.
Do note version 1.0.0 brings some API changes which will require you to upgrade your code and database table. For more information refer to the updated README file