|  Download Toolbox Component for PHPThis project aims to deliver an easy to use and free as in freedom php component full of toolbox things you need on your daily work with php. The current change log can be found here. InstallBy Handmkdir -p vendor/net_bazzline/php_component_toolbox
cd vendor/net_bazzline/php_component_toolbox
git clone https://github.com/bazzline/php_component_toolbox .
     composer require net_bazzline/php_component_toolbox:dev-master
 Available Sections
ChunkIterator - easy up iteration by defining a minimum, a maxium and a step width and returning a Chunk
 
EnumerableDeferred - enables you to execute a prepare or a cleanup function after processing n entries
Experiment - enables you to try to execute a callback up to x times
 
Text - contains useful functions working with strings
 APIAPI is available at bazzline.net. Final WordsStar it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if use it. Make a donation if you love it :-]. |