PHPackages                             fsc/batch - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fsc/batch

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fsc/batch
=========

Library with classes to help you do batch.

0.2.0(13y ago)185.3k3[1 issues](https://github.com/TheFootballSocialClub/FSCBatch/issues)[1 PRs](https://github.com/TheFootballSocialClub/FSCBatch/pulls)MITPHPPHP &gt;=5.3

Since Feb 12Pushed 13y ago4 watchersCompare

[ Source](https://github.com/TheFootballSocialClub/FSCBatch)[ Packagist](https://packagist.org/packages/fsc/batch)[ RSS](/packages/fsc-batch/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

FSCBatch
========

[](#fscbatch)

[![Build Status](https://camo.githubusercontent.com/174a9ffad39b5fc068e4f84a2c52ca732b36c723542c0757f5adbbe2da453301/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f546865466f6f7462616c6c536f6369616c436c75622f46534342617463682e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/TheFootballSocialClub/FSCBatch)

PHP 5.3 library to help you run huge batch.

It takes a PagerfantaAdapterInterface (doctrine orm, propel, array, solarium etc... available) as a data source, will get data in slice of the size of the batch size, and will then process each context in batch by calling the callback you provided.

```
