$history = []; foreach($array as $value){ $array = [ 'value' => $value, 'status_id' => 2 ]; array_push($history, $array); }