foreach($data as $item){
if($item->kategori == 1){
//işlemleri yaptır
}
}